Skip to content

Releases: bugsnag/bugsnag-go

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.

v2.0.0

18 Jan 16:50
97573c2
Compare
Choose a tag to compare

The v2 release adds support for Go modules, removes web framework
integrations from the main repository, and supports library configuration
through environment variables.

The new module is available via:

import "github.com/bugsnag/bugsnag-go/v2"

Breaking Changes

  • The minimum supported Go version is now go1.11
  • Removed Configuration.Endpoint. Use Configuration.Endpoints instead. For
    more info and an example, see the Upgrading guide
  • Web framework integrations have been moved to separate repositories:
  • bugsnag.VERSION has been renamed bugsnag.Version

Enhancements

  • Support configuring Bugsnag through environment variables
  • Support reporting panics caused by overflowing the stack