Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Releases: essentialkaos/librato

Version 3.0.1

29 Oct 21:53
v3.0.1
Compare
Choose a tag to compare

Minor fixes

Version 3.0.0

11 Oct 01:03
v3.0.0
Compare
Choose a tag to compare

New Features

  • Each Metrics and Collector instance now have it's own req.Engine for sending requests

Improvements

  • EK package updated to v5

Version 2.1.1

16 Aug 15:03
v2.1.1
Compare
Choose a tag to compare
  • Fixed deps in examples
  • Minor TravisCI tests improvements

Version 2.1.0

16 Aug 14:20
v2.1.0
Compare
Choose a tag to compare

Improvements

  • EK updated to v3

Version 2.0.6

04 Jul 09:03
v2.0.6
Compare
Choose a tag to compare
  • Removed old unused code

Version 2.0.5

01 Jul 11:43
v2.0.5
Compare
Choose a tag to compare
Improvements:
  • Improved error handling
  • Code refactoring
Bugfixes:
  • Fixed error handling

Version 2.0.4

01 Jul 11:41
v2.0.4
Compare
Choose a tag to compare
  • Improved error handling

Version 2.0.3

29 Jun 15:16
v2.0.3
Compare
Choose a tag to compare
  • Global prefix feature removed

Version 2.0.1

27 Jun 23:39
v2.0.1
Compare
Choose a tag to compare
  • EK package updated to latest version

Version 2.0.0

13 Jun 11:50
Compare
Choose a tag to compare
  • Added usage examples
  • Using values instead pointers for measurements (gauge/counter) structs
  • Now librato.AddMetrics supports sending many metrics at once
  • Code refactoring