Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 903 Bytes

CHANGELOG.md

File metadata and controls

19 lines (17 loc) · 903 Bytes

0.3.3

  • #9 Define package version only in one place (thanks umax!)

0.3.2

  • #8 Added Python 3.6 for tests (thanks umax!)
  • #7 Correct usage of dict as default argument (thanks umax!)

0.3.1

  • #6 Fix equal signs escaping (thanks isvinogradov!)

0.3.0

  • #5 Allow unicode values to be sent with pytelegraf (thanks again sbi!)
  • #4 Fix a bug where zero values were not allowed (thanks sbi!)

0.2.0

  • #1 Added http transfer for metrics (thanks bobo333!)

0.1.1

  • Fixed tag/value ordering so tags are always submitted lexicographically ordered

0.1.0

  • Initial release