Skip to content

Releases: benhoyt/graphyte

Version 1.7.1

23 Jan 21:43
Compare
Choose a tag to compare

Use setuptools if possible instead of distutils in setup.py. See #19

Version 1.7.0

24 Aug 23:49
Compare
Choose a tag to compare
  • Use sendall instead of send when writing to socket: #13 - thanks @vchimishuk
  • Add support for default tags via Sender(tags=...) argument: #15 - thanks @ihoegen
  • Other tweaks like moving repo to benhoyt and switching to GitHub Actions

Version 1.6.0

19 Jun 00:49
Compare
Choose a tag to compare

Validate that tag keys/values don't have whitespace (fixes #11). Switch to semver for version number. Run tests against Python 3.7.

Version 1.5

24 Sep 12:32
200781c
Compare
Choose a tag to compare

Added support for metric tags -- see #9 and thanks to @Serphentas

Version 1.4

20 Sep 01:51
Compare
Choose a tag to compare

Applying handy SO_REUSEADDR to kernel to reuse a local socket in TIME… #2

Version 1.3

22 Aug 13:41
Compare
Choose a tag to compare

Fix #3 -- encoding issue with README.rst/setup.py on Python 3 on Windows

Version 1.1 - Added UDP support

10 Oct 20:06
Compare
Choose a tag to compare

Added UDP support, just add protocol='udp' to your init() or Sender() call.

Version 1.0

10 Oct 20:05
Compare
Choose a tag to compare

Initial release of Graphyte -- see http://tech.jetsetter.com/2016/08/29/graphyte/