CHANGELOG.md in instrumental_agent-0.12.7 vs CHANGELOG.md in instrumental_agent-0.13.0

- old
+ new

@@ -1,5 +1,8 @@ +### 0.13.0 [August 3, 2015] +* Add support for encrypted transport, tests for same + ### 0.12.7 [August 11th, 2014] * Fix MRI 1.8.7 incompatibility due to RUBY_ENGINE constant ### 0.12.6 [August 11th, 2014] * Send more agent information in hello command @@ -51,11 +54,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/fastestforward/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). See the [REE wiki page](https://github.com/expectedbehavior/instrumental_agent/wiki/Using-with-Ruby-Enterprise-Edition) for more information. * 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] @@ -98,10 +101,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/fastestforward/instrumental_tools) +* instrument_server moved to instrumental_tools gem (https://github.com/expectedbehavior/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