Skip to content

v2.0.0

Compare
Choose a tag to compare
@kattrali kattrali released this 18 Jan 16:50
· 91 commits to master since this release
97573c2

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