Skip to content

Releases: gguridi/graphite-client

Release v0.1.2

13 Oct 22:59
f6972d4
Compare
Choose a tag to compare
Added retry function to reconnect and retry after an unsuccessful flu…

Release v0.1.1

06 Oct 19:07
d590abc
Compare
Choose a tag to compare
Update with go mod and testing for latests golang. (#1)

* Added go mod and fixed the tests for old versions of Golang that were failing due to the ginkgo version (which is only for testing purposes). Using go test instead of ginkgo as a command.

v0.1.0

30 Sep 11:53
Compare
Choose a tag to compare
Improved test coverage. Simplified the code.