Skip to content

Releases: felixge/node-graphite

Fix reconnection in Node 16 and above Pre-release

14 Jul 22:12
f513603
Compare
Choose a tag to compare

Abrupt server disconnects make it impossible for the client to reconnect, as reported in #16. This release fixes that problem.

Changes done by @jonathansamines in #17

Dependencies update

29 Nov 10:07
Compare
Choose a tag to compare
Dependencies update Pre-release
Pre-release

This release:

  • updates Node compatibility from [4,10[ to [4,*[
  • removes request as a dependency
  • updates various development dependencies

Changes done by @jonathansamines in #15.

Update dependencies

26 Oct 16:07
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release

Bumping request from 2.1.1 to 2.87.0 and node from * to >=4 <10 for tests.

Changes done by jonathansamines in #12.

Fix timestamp generation when both timestamp and callback are unset

09 Mar 10:48
Compare
Choose a tag to compare

This is a bugfix release for #10 which was fixed in PR #11 by @HughePaul.

When both the timestamp and the callback are unset when writing metrics, no timestamp is generated. This case is now properly handled.

Implement proper timestamp handling

15 Jan 13:36
Compare
Choose a tag to compare
Pre-release

In this release, we properly define what kind of timestamp should be fed when writing metrics with a fixed timestamp.

Until now, it was unclear whether one should use Date.now() or Math.floor(Date.now() / 1000). Having made it clear in the readme that the former option must be used, this ambiguity is now gone.

Add support for tagging

14 Jan 11:33
a349370
Compare
Choose a tag to compare
Pre-release

In Graphite 1.1.1 (21.12.17), tagging becomes available.

This release brings support for tagged writes. For information on how to actually write tagged metrics, see the readme.

Also, from this point on, semver will be used. Until proper tests have been put into place, version codes will be 0.y.z. When the software is reasonably stable, we will start from 1.0.0.