diff --git a/CHANGELOG b/CHANGELOG index aee81e1bc9..731e3777ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,16 +5,16 @@ * Run explain plans on parameterized slow queries in AR4 In our ActiveRecord 4 instrumentation, we moved to tracing slow queries - using the payloads from subscribing to ActiveSupport::Notifications for - `sql.active_record` events. As a result, we were unable to run explain - plans on parameterized queries. This has now been updated to pass along - and use the parameter values, when available, to get the explain plans. + using the payloads from ActiveSupport::Notifications `sql.active_record` + events. As a result, we were unable to run explain plans on parameterized + queries. This has now been updated to pass along and use the parameter values, + when available, to get the explain plans. * Fix getMore metric grouping issue in Mongo 2.2.x instrumentation - A metric grouping issue had cropped up again when using the most recent - Mongo driver (2.2.0) with the most recent release of the database (3.2.4). - We now have a (hopefully) more futureproof setup for preventing these. + A metric grouping issue had cropped up when using the most recent Mongo gem + (2.2.0) with the most recent release of the server (3.2.4). We now have a more + future-proof setup for preventing these. * Restore older DataMapper support after password obfuscation fix @@ -25,14 +25,10 @@ * Padrino 0.13.1 Support - We have incorporated changes from the community that bring the agent up to - date with the new routing engine in Padrino 0.13.x. These changes address - how the agent generates a transaction name from a Padrino route. Users of - the latest versions of Padrino were previously seeing the default transaction - name "(unknown)" for all of their Padrino 0.13.x routes. With these changes, - users will instead see the full Padrino route template in their transaction - names, including any parameter placeholders. Thanks Robert Schulze for the - contribution! + Users with Padrino 0.13.x apps were previously seeing the default transaction + name "(unknown)" for all of their routes. We now provide the full Padrino + route template in transaction names, including any parameter placeholders. + Thanks Robert Schulze for the contribution! * Update transaction naming for Grape 0.16.x @@ -42,7 +38,7 @@ * Fix name collision on method created for default metric name fix We had a name collision with the yard gem, which sets a `class_name` method - on Module. We're now using a better name for that method. + on Module. We've renamed our internal method to `derived_class_name` instead. ## v3.15.1 ##