CHANGELOG.md in instrumental_agent-0.13.4 vs CHANGELOG.md in instrumental_agent-1.0.0

- old
+ new

@@ -1,5 +1,8 @@ +### 1.0.0 [May 13, 2016] +* No significant code changes + ### 0.13.4 [October 6, 2015] * Fixes for when agent times out communicating with server ### 0.13.3 [August 18, 2015] * Fixes for when agent is disconnected from server @@ -66,11 +69,11 @@ ### 0.9.6 [April 5th, 2012] * Documentation on reliable collection in Resque jobs * Fix for dead lock issuew ### 0.9.5 [March 23rd, 2012] -* Defer startup of agent thread until metrics are submitted - this update is strongly recommended for anyone using Ruby Enterprise Edition in concert w/ a preforking application server (like Phusion Passenger). See the [REE wiki page](https://github.com/expectedbehavior/instrumental_agent/wiki/Using-with-Ruby-Enterprise-Edition) for more information. +* Defer startup of agent thread until metrics are submitted - this update is strongly recommended for anyone using Ruby Enterprise Edition in concert w/ a preforking application server (like Phusion Passenger). * Add .stop method for cancelling agent processing * Changes to how defaults are processed at initialization * Documentation for usage w/ Resque and Resque like scenarios ### 0.9.1 [March 6th, 2012] @@ -113,10 +116,10 @@ * Synchronous agent support to allow blocking send of metrics * Message buffer increased to 5000 * Code cleanup ### 0.5.1 [December 12, 2011] -* instrument_server moved to instrumental_tools gem (https://github.com/expectedbehavior/instrumental_tools) +* instrument_server moved to instrumental_tools gem (https://github.com/instrumental/instrumental_tools) ### 0.5 [December 9, 2011] * Allow negative numbers to be submitted * agent logger now can be configured per instance * Better RSpec formatting for tests