Skip to content

Releases: kinbiko/bugsnag

v0.15.1

06 Jul 14:40
cbd877e
Compare
Choose a tag to compare

Bump expected go version and address linter issues.
No real bugfixes or expected differences with v0.15.0.

What's Changed

  • [chore] Bump github.com/kinbiko/jsonassert from 1.1.0 to 1.1.1 by @dependabot in #56
  • [build] Bump golang.org/x/text from 0.3.0 to 0.3.8 in /examples by @dependabot in #57
  • [build] Bump golang.org/x/net from 0.0.0-20200822124328-c89045814202 to 0.7.0 in /examples by @dependabot in #58
  • Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /examples by @dependabot in #59
  • [chore]: Spring cleaning by @kinbiko in #60

Full Changelog: v0.15.0...v0.15.1

v0.15.0

31 Jul 16:33
5e23c63
Compare
Choose a tag to compare

Adds a sourcepath heuristic, treating in-project stackframes hosted on GitHub in a special manner, letting them show up with "correct" filepaths so that links from stackframes in the Bugsnag dashboard to "the source" in GitHub work as intended when also having reported the build information.

v0.14.0

31 Jul 12:46
ab2f5e4
Compare
Choose a tag to compare

Adds a bugsnag command line application.

Install with

$ go install github.com/kinbiko/bugsnag/cmd/bugsnag@v0.14.0

For now, this CLI tool can only report build/release information to Bugsnag, but is built to be extended.

v0.13.0

31 Jul 12:23
Compare
Choose a tag to compare

Significantly improves grouping algorithm for the very common case when non-Bugsnag errors are wrapped by a Bugsnag error.
Bumps Go version to 1.18

v0.12.0

22 Aug 03:44
Compare
Choose a tag to compare

Basically production ready.
No major changes to the public API expected, but will wait until generics land in Go before saying for sure.

Initial release

01 May 21:29
55ad8c7
Compare
Choose a tag to compare

Not production ready.