Releases: circonus-labs/gosnowth
Releases · circonus-labs/gosnowth
v1.10.3
- upd: Adds retry number and trace ID to request debug log entries.
- upd: Randomizes the IRONdb cluster nodes that will be retried in cases of network connection failure.
v1.10.2
- add: Added metric name parsing functionality via the ParseMetricName function and its associated types.
v1.10.1
- add: Added support for start and end time strings to the tags API.
- fix: Struct alignments, ReplaceAll, and other linter fixes.
v1.10.0
- Added functions implementing access to the IRONdb find /tag_cats, and find /tag_vals API's.
- Added functions implementing access to the IRONdb read graphite API: GraphiteFindMetrics(), GraphiteFindTags(), and GraphiteGetDatapoints().
v1.9.0
- add: Added functions to allow interactivity with IRONdb check tag meta data. These functions allow for retrieval, deletion, and updating IRONdb check tag metadata.
v1.8.1
- upd: Requests to IRONdb will now include a X-Snowth-Timeout header. The value will be 1 second less than the total request timeout configuration value.
v1.8.0
- add: Incorporates a SnowthClient.WriteNNTBSFlatbuffer() API for writing flatbuffer NNTBS data to IRONdb.
v1.7.2
- fix: Cleans up functions that are not part of the library API.
- upd: Updates documentation.
v1.71
- Updates documentation and corrects errors.
- Adds new examples and benchmarks for flat buffer data submission.
- Adds new examples for fetch and CAQL queries.
v1.7.0
- upd: Removed dependecy on old eternal error handling package.
- add: Added benchmarks for flatbuffer raw write operations.
- add: Added read and write numeric values API to replace old NNT API.