Releases: statful/statful-client-golang
Releases · statful/statful-client-golang
v0.16.5
v0.16.4
- Disabled Gzip encoding for Json HTTP request
v0.16.3
- Fixed insights path constant.
v0.16.2
- Fixed
MetricToString
whenuser_id
is not null string output.
v0.16.1
- Non-aggregated metric methods documentation update
- Added aggregated metric methods documentation.
WithUser
option documentation update.- Removed BasePath field.
v0.16.0
Event
struct added.- Added
eventBuffer
struct. - Added
Event
andFlushEvents
client methods to manage buffer.
v0.15.0
- Option user field added to metric string.
- Options added to
Put
andPutAggregated
methods. - User option added to
putOptions
.
v0.14.0
- DisableAutoFlush option added to Config.
- Send data synchronously functionality.
- Documentation update.