Releases: circonus-labs/gosnowth
Releases · circonus-labs/gosnowth
v1.11.1
- upd: Simplifies to gosnowth.Config type to no longer implement unneeded thread safety and JSON marshaling functionality. No longer uses getters and setters to access configuration properties.
- add: Allows a CtxKeyTraceID value to be set when configuring a gosnowth SnowthClient. This will be used to retrieve a trace ID from the context passed into gosnowth functions, allowing gosnowth log entries to contain the same trace ID being used by the caller of the gosnowth function. If this is not configured, or the context does not contain a trace ID, gosnowth will still generate its own trace ID using the previous behavior.
v1.11.0
v1.10.11
v1.10.10
v1.10.9
v1.10.8
- fix: Corrects a bug that was causing gosnowth to retry requests that should not be retried because they failed due to context cancelation or due to a user facing error.
- upd: Improves the gosnowth debug logging for readability and allows the traceID to be used to track requests across multiple retries.
v1.10.7
- Bump github.com/openhistogram/circonusllhist from 0.2.1 to 0.3.0 by @dependabot in #69
- Bump github.com/google/uuid from 1.1.1 to 1.3.0 by @dependabot in #68
- Bump github.com/google/flatbuffers from 1.12.0 to 2.0.6+incompatible by @dependabot in #67
v1.10.6
v1.10.5
- fix: Fixes the metric name parser to correctly use curly brackets when parsing measurement tags.
- fix: Fixes connection retries to always try the specified node first then randomly pick from active cluster nodes for retries.
- fix: Fixes broken examples code.