Skip to content

Releases: resurfaceio/logger-go

Version 2.0.0 Release

23 Sep 19:09
Compare
Choose a tag to compare

Updates:

  • Added the ability for the logger to track request response interval.
  • Added new test to to assure that logger handles now and interval parameters correctly in the SendHttpMessage function.

Breaking Changes:

  • The SendHttpMessage function no longer requires the time.Time "start" parameter and instead now requires an int64 "now" parameter and an int64 "interval" parameter. See Documentation for more info.

Sorry for the delay, still figuring out Golang versioning best practices...

Added queue getter method

07 Sep 21:12
42af268
Compare
Choose a tag to compare

Added queue getter method to allow for testing of the logger from the API

Added HttpLogger struct exposure for API use

02 Sep 16:56
Compare
Choose a tag to compare

Exported the HttpLogger struct so that it can be used via the API.

Initial Release

18 Aug 20:49
Compare
Choose a tag to compare
v1.0.0

release(v1.0.0): Changes for v1.0.0