Skip to content

Commit

Permalink
CIRC-6453: Add IRONdb NNTBS flatbuffer write API (#56)
Browse files Browse the repository at this point in the history
* CIRC-6453: Add IRONdb NNTBS flatbuffer write API

* CIRC-6453: Rename WriteNNTBS to WriteNNTBSFlatbuffer

* CIRC-6453: Update changelog
  • Loading branch information
dhaifley authored Apr 13, 2021
1 parent 7e1a02d commit 7cdb0b0
Show file tree
Hide file tree
Showing 5 changed files with 3,502 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ to [Semantic Versioning](http://semver.org/) rules.

## [Next Release]

## [v1.8.0] - 2021-04-13

* add: Incorporates a `SnowthClient.WriteNNTBSFlatbuffer()` API for writing
flatbuffer NNTBS data to IRONdb.

## [v1.7.2] - 2021-02-18

* fix: Cleans up functions that are not part of the library API.
Expand Down Expand Up @@ -295,6 +300,7 @@ writing to histogram endpoints.
any delay, once started. Created: 2019-03-12. Fixed: 2019-03-13.

[Next Release]: https://github.com/circonus-labs/gosnowth
[v1.8.0]: https://github.com/circonus-labs/gosnowth/releases/tag/v1.8.0
[v1.7.2]: https://github.com/circonus-labs/gosnowth/releases/tag/v1.7.2
[v1.7.1]: https://github.com/circonus-labs/gosnowth/releases/tag/v1.7.1
[v1.7.0]: https://github.com/circonus-labs/gosnowth/releases/tag/v1.7.0
Expand Down
Loading

0 comments on commit 7cdb0b0

Please sign in to comment.