Releases: resurfaceio/logger-go
Releases · resurfaceio/logger-go
Version 2.0.0 Release
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
Added queue getter method to allow for testing of the logger from the API
Added HttpLogger struct exposure for API use
Exported the HttpLogger struct so that it can be used via the API.
Initial Release
v1.0.0 release(v1.0.0): Changes for v1.0.0