All Versions
52
Latest Version
Avg Release Cycle
131 days
Latest Release
969 days ago

Changelog History
Page 4

  • v0.9.0 Changes

    February 20, 2012
    • โž• Added manual synchronous flushing command
    • ๐Ÿ›  Fixed bug with data dropping on short-lived forks
  • v0.8.3 Changes

    February 09, 2012
    • ๐Ÿ’Ž Removing symbol to proc use for compatibility with older version of Ruby
  • v0.8.2 Changes

    January 17, 2012
    • ๐Ÿ›  Fixing data loss issue when collector was not responding appropriately
  • v0.8.1 Changes

    January 13, 2012
    • Event timing works when timed events throw exceptions
  • v0.8.0 Changes

    January 10, 2012
    • ๐ŸŽ‰ Initial support for timing events.
  • v0.7.2 Changes

    January 05, 2012
    • ๐Ÿš€ Deploy durations tracking fixed.
  • v0.7.1 Changes

    January 05, 2012
    • ๐Ÿ‘Œ Support for exponentially encoded float values
  • v0.7 Changes

    January 02, 2012
    • .notice added to API to allow tracking project-wide events on graphs
    • โž• Added Capistrano recipe contributed by [janxious] from (https://github.com/expectedbehavior/)
    • โœ‚ Removed Rack middleware
    • ๐Ÿ”Š Logs to STDERR instead of /dev/null
    • ๐Ÿ”€ Synchronous mode can be specified in agent initialization contributed by [janxious] from (https://github.com/expectedbehavior/)
    • โž• Added CHANGELOG :)
  • v0.6.1 Changes

    December 16, 2011
    • ๐Ÿ“š Documentation cleanup
  • v0.6 Changes

    December 13, 2011
    • ๐Ÿ”€ Synchronous agent support to allow blocking send of metrics
    • Message buffer increased to 5000
    • Code cleanup