Bugsnag Go Versions Save

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel

v2.4.0

3 weeks ago

2.4.0 (2024-04-15)

Enhancements

v2.3.1

1 month ago

2.3.1 (2024-03-18)

Bug fixes

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

v2.3.0

2 months ago

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

2 months ago

2.2.1 (2022-02-21)

Bug fixes

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

v2.2.0

1 year ago

Enhancements

Bug fixes

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

v1.9.1

1 year ago

Bug fixes

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

v2.1.2

2 years ago

Enhancements

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

v2.1.1

3 years ago

Enhancements

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

v2.1.0

3 years ago

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

3 years ago

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