Skip to content

Releases: rollbar/rollbar-go

v1.0.1

27 Jul 21:59
Compare
Choose a tag to compare
  • Add an enabled configuration option for easily turning rollbar on/off #42
  • Panics which are not of error type should still have stack traces #41
  • Add a configurable transform function for user defined payload modification #40
  • Retry temporary http errors and dump items to stderr #39

v1.0.0

17 May 17:32
Compare
Choose a tag to compare
  • Moved out of alpha as API has stabilized
  • Introduce the CaptureIp configuration option

v1.0.0-alpha.2

31 Jan 23:10
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

This incorporates all of the latest changes in stvp/rollbar and heroku/rollbar along with our further updates. The code is completely documented and test coverage is effectively 100%. This will be the last alpha release unless something egregious comes up.

v1.0.0-alpha.1

30 Jan 01:42
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

This is an alpha release of the first version of the officially supported Rollbar notifier for Go. This is heavily based on https://github.com/heroku/rollbar.