Skip to content

Commit

Permalink
Updates for v5.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdaris committed Feb 15, 2025
1 parent 3876330 commit b4a61c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## [v5.6.2][v5.6.2] (February 17, 2024)

* Avoid absorbing a panic in the case n.SendNotice() returns an error
([#382](https://github.com/airbrake/gobrake/issues/382))
* Fixed a SIGSEGV that may occur when a backlogged notice is sent
([#352](https://github.com/airbrake/gobrake/issues/352))
* Started handling HTTP response 429 from the Airbrake Notice API more
Expand Down Expand Up @@ -217,3 +221,4 @@ Features:
[v5.5.2]: https://github.com/airbrake/gobrake/releases/tag/v5.5.2
[v5.6.0]: https://github.com/airbrake/gobrake/releases/tag/v5.6.0
[v5.6.1]: https://github.com/airbrake/gobrake/releases/tag/v5.6.1
[v5.6.2]: https://github.com/airbrake/gobrake/releases/tag/v5.6.2
2 changes: 1 addition & 1 deletion notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
notifierName = "gobrake"
notifierVersion = "5.6.1"
notifierVersion = "5.6.2"
userAgent = notifierName + "/" + notifierVersion
waitTimeout = 5 * time.Second
flushPeriod = 15 * time.Second
Expand Down

0 comments on commit b4a61c1

Please sign in to comment.