Skip to content

Releases: rollbar/rollbar-go

v1.4.8

06 Jun 06:01
4c2ee8c
Compare
Choose a tag to compare

What's Changed

  • adding log capability to client #115

Full Changelog: v1.4.7...v1.4.8

v1.4.7

01 May 00:11
545025c
Compare
Choose a tag to compare

What's Changed

  • add support for global logger level and error levels in #114

Full Changelog: v1.4.6...v1.4.7

v1.4.6

18 Mar 07:49
dbf974f
Compare
Choose a tag to compare

Release highlights

Export the setContext method of the Transport interface

Pull requests

Export the setContext method of the Transport interface , #113

v1.4.5

01 Oct 05:57
ed38c7c
Compare
Choose a tag to compare

Release highlights

Adding context support
Handling closed channel
Providing a method to close default client

Pull requests

Adding context support , #99
Handling closed channel , #100
Providing a method to close default client, #102

v1.4.4

29 Jun 20:10
01fd25f
Compare
Choose a tag to compare

Release highlights

Fixed default IP Address, removed the port
Add support for extra fields on Person details

Pull requests

Fixed default IP Address, removed the port, #94
Add support for extra fields on Person details, #96

v1.4.3

29 Jun 04:44
01fd25f
Compare
Choose a tag to compare

Release highlights

Fixed default IP Address, removed the port
Add support for extra fields on Person details

Pull requests

Fixed default IP Address, removed the port, #94
Add support for extra fields on Person details, #96

v1.4.2

30 Sep 22:09
3294709
Compare
Choose a tag to compare

Release highlights

Remove Token from the message body

Pull requests

Remove Token from the message body, #86

v1.4.1

22 Jun 19:41
987360b
Compare
Choose a tag to compare

Release highlights

Added ItemsPerMinut support

Pull requests

Added ItemsPerMinut support, #84

v1.4.0

20 Apr 19:21
e2e8a88
Compare
Choose a tag to compare

Release highlights

Added telemetry support

Pull requests

Added telemetry support, #82

v1.3.0

07 Apr 22:07
e27f702
Compare
Choose a tag to compare

Release highlights

Set custom http client
Fix lambda handler

Pull requests

Set custom http client, #67
Fix a bug where multiple returns in lambda handler cause runtime errror, #69