Releases: benhoyt/graphyte
Releases · benhoyt/graphyte
Version 1.7.1
Version 1.7.0
- Use
sendall
instead ofsend
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
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
Added support for metric tags -- see #9 and thanks to @Serphentas
Version 1.4
Applying handy SO_REUSEADDR to kernel to reuse a local socket in TIME… #2
Version 1.3
Fix #3 -- encoding issue with README.rst/setup.py on Python 3 on Windows
Version 1.1 - Added UDP support
Added UDP support, just add protocol='udp'
to your init()
or Sender()
call.
Version 1.0
Initial release of Graphyte -- see http://tech.jetsetter.com/2016/08/29/graphyte/