Skip to content

Latest commit

 

History

History
167 lines (85 loc) · 6.73 KB

CHANGELOG.md

File metadata and controls

167 lines (85 loc) · 6.73 KB

Change Log

  • Update dependencies
    • lodash
    • noc
  • Deploy from Travis
  • Use yarn
  • Support retries communicating with Librato
  • Efficiently calculate aggregates on each new measurement

v4.0.0 (2015-05-05)

Full Changelog

Closed issues:

  • ms vs s mismatch in src/worker.coffee #38

Merged pull requests:

v3.0.0 (2015-04-14)

Full Changelog

Closed issues:

  • Counters are being recorded as gauges #36

  • occasional ETIMEDOUT errors #35

v2.2.0 (2015-04-08)

Full Changelog

Closed issues:

  • Control the resolution/period #20

v2.1.1 (2015-03-19)

Full Changelog

v2.1.0 (2015-03-17)

Full Changelog

Merged pull requests:

v2.0.0 (2015-03-12)

Full Changelog

Closed issues:

  • Is there a way to publish statistics that aren't counters or durations? #25

Merged pull requests:

  • timing measures function duration #28 (bobzoller)

  • Add documentation about the measure function #26 (demands)

  • Support sources for increment and timing. #5 (crito)

v1.3.2 (2015-02-19)

Full Changelog

Fixed bugs:

  • ::flush callback isn't called if librato fails because credentials are missing #23

Merged pull requests:

v1.3.1 (2015-02-18)

Full Changelog

Closed issues:

  • process.once('exit', function() {librato.stop(); }) is unsafe. #18

v1.3.0 (2015-02-11)

Full Changelog

Closed issues:

  • librato-node should let you use it more transactionally #15

Merged pull requests:

v1.2.2 (2015-01-23)

Full Changelog

v1.2.1 (2015-01-23)

Full Changelog

Closed issues:

  • librato.increment ignores value #19

v1.2.0 (2015-01-02)

Full Changelog

Closed issues:

  • Can you push the latest to NPM registry? #14

v1.1.0 (2014-12-17)

Closed issues:

  • Show examples in JavaScript not coffee script #11

  • translate unsupported metric name characters to _ #6

  • clock not defined? #1

Merged pull requests:

  • Removing d3 dependency #13 (aez)

  • Show examples in javascript #12 (adborden)

  • sanitize the name of the metric sent to timing() and increment()... #7 (cainus)

  • Update method name #4 (iltempo)

  • Don't use literate coffeescript while compiling for tests #3 (demands)

  • Use librato's modern aggregations api #2 (demands)

  • fix tests #8 (nesQuick)

* This Change Log was automatically generated by github_changelog_generator