Skip to content

Releases: circonus-labs/gosnowth

v1.10.3

12 Apr 15:27
79ebe5e
Compare
Choose a tag to compare
  • 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

06 Dec 21:38
2e6d1e5
Compare
Choose a tag to compare
  • add: Added metric name parsing functionality via the ParseMetricName function and its associated types.

v1.10.1

15 Nov 21:18
9e079ee
Compare
Choose a tag to compare
  • add: Added support for start and end time strings to the tags API.
  • fix: Struct alignments, ReplaceAll, and other linter fixes.

v1.10.0

21 Jun 14:50
cb6483a
Compare
Choose a tag to compare
  • 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

07 Jun 19:08
e70d2d9
Compare
Choose a tag to compare
  • 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

05 May 20:01
5bb4fcb
Compare
Choose a tag to compare
  • 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

13 Apr 16:49
7cdb0b0
Compare
Choose a tag to compare
  • add: Incorporates a SnowthClient.WriteNNTBSFlatbuffer() API for writing flatbuffer NNTBS data to IRONdb.

v1.7.2

18 Mar 17:50
7e1a02d
Compare
Choose a tag to compare
  • fix: Cleans up functions that are not part of the library API.
  • upd: Updates documentation.

v1.71

17 Mar 14:22
1339025
Compare
Choose a tag to compare
  • 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

18 Feb 17:54
Compare
Choose a tag to compare
  • 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.