Skip to content

Releases: bugsnag/bugsnag-go

v2.5.0

27 Aug 12:10
46ba8d9
Compare
Choose a tag to compare

2.5.0 (2024-08-27)

Enhancements

  • Limit resource usage while sending events asynchronously
    Added MainContext configuration option for providing context from main app
    #231

v2.4.0

15 Apr 18:36
4ae0bc0
Compare
Choose a tag to compare

2.4.0 (2024-04-15)

Enhancements

v2.3.1

18 Mar 16:11
c17eb96
Compare
Choose a tag to compare

2.3.1 (2024-03-18)

Bug fixes

  • Handle empty pointers to complex structs in metadata.Add
    #221

v2.3.0

05 Mar 15:01
b245ac8
Compare
Choose a tag to compare

2.3.0 (2024-03-05)

Bug fixes

  • Start showing inlined functions in stack trace
    #208

  • Handle complex structs in metadata
    #215
    Chris Duncan

  • Stop trimming everything before "main.go" on main packages
    #217
    Chris Duncan

v2.2.1

21 Feb 11:04
46a0b47
Compare
Choose a tag to compare

2.2.1 (2022-02-21)

Bug fixes

  • Fix middleware panic on nil *http.Request
    #212

v2.2.0

12 Oct 14:32
694009f
Compare
Choose a tag to compare

Enhancements

Bug fixes

  • Replace the gofrs/uuid dependency to maintain support for older versions of Go
    #196

v1.9.1

12 Oct 14:32
694009f
Compare
Choose a tag to compare

Bug fixes

  • Replace the gofrs/uuid dependency to maintain support for older versions of Go
    #196

v2.1.2

24 Aug 12:29
b31bbec
Compare
Choose a tag to compare

Enhancements

  • Update panicwrap dependency to v1.3.4 which fixes build support for linux & darwin arm64.

v2.1.1

19 Apr 14:18
13b1fff
Compare
Choose a tag to compare

Enhancements

  • Update panicwrap dependency to 1.3.2, adding support for darwin arm64

v2.1.0

27 Jan 14:59
Compare
Choose a tag to compare

Enhancements

  • Support appending metadata through environment variables prefixed with BUGSNAG_METADATA_

Bug fixes

  • Fix GOPATH, SourceRoot and project package path stripping from stack traces on Windows by using the correct path separators.