CHANGELOG in dolores_rpm-3.2.0.6 vs CHANGELOG in dolores_rpm-3.3.4.fork

- old
+ new

@@ -1,12 +1,38 @@ -v3.2.0.6 - * Experimenting with adding 'ActiveRecord/all' to all DataMapper metrics to get accurate database slice on App Server Overview page +v3.3.4.fork + * Roll back to previous version of DataMapper instrumentation (current one does not work for our app) -v3.2.0.5 - * Add DataMapper instrumentation for find/save/destroy with :push_scope => false (gets find to show up on database instrumentation) +v3.3.4 + * Rails 3 view instrumentation -v3.2.0.2 - * Roll back to previous version of DataMapper instrumentation (current one does not work for our app) +v3.3.3 + * Improved Sinatra instrumentation + * Limit the number of nodes collected in long running transactions to prevent leaking memory + +v3.3.2.1 + * [SECURITY] fix for cookie handling by End User Monitoring instrumentation + +v3.3.2 + * deployments recipe change: truncate git SHAs to 7 characters + * Fixes for obfuscation of PostgreSQL and SQLite queries + * Fix for lost database connections when using a forking framework + * Workaround for RedHat kernel bug which prevented blocking reads of /proc fs + * Do not trap signals when handling exceptions + +v3.3.1 + * improved Ruby 1.8.6 support + * fix for issues with RAILS_ROOT deprecation warnings + * fixed incorrect 1.9 GC time reporting + * obfusction for Slow SQL queries respects transaction trace config + * fix for RUM instrumentation repoting bad timing info in some cases + * refactored ActiveRecord instrumentation, no longer requires Rails + +v3.3.0 + * fix for GC instrumentation when using Ruby 1.9 + * new feature to correlate browser and server transaction traces + * new feature to trace slow sql statements + * fix to help cope with malformed rack responses + * do not try to instrument versions of ActiveMerchant that are too old v3.2.0.1 * Updated LICENSE * Updated links to support docs