newrelic_rpm 3.17.1.326 → 3.17.2.327
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +10 -21
- data/{CHANGELOG → CHANGELOG.md} +143 -93
- data/lib/new_relic/agent/configuration/default_source.rb +31 -19
- data/lib/new_relic/agent/configuration/environment_source.rb +1 -1
- data/lib/new_relic/agent/instrumentation/active_record_4.rb +2 -2
- data/lib/new_relic/agent/instrumentation/active_record_5.rb +89 -0
- data/lib/new_relic/agent/instrumentation/active_record_helper.rb +3 -3
- data/lib/new_relic/agent/instrumentation/controller_instrumentation.rb +2 -2
- data/lib/new_relic/agent/instrumentation/data_mapper.rb +2 -0
- data/lib/new_relic/agent/instrumentation/memcache/dalli.rb +8 -6
- data/lib/new_relic/agent/instrumentation/mongodb_command_subscriber.rb +3 -2
- data/lib/new_relic/agent/instrumentation/rails5/action_controller.rb +12 -3
- data/lib/new_relic/agent/instrumentation/redis.rb +2 -1
- data/lib/new_relic/agent/instrumentation/sinatra/ignorer.rb +1 -1
- data/lib/new_relic/agent/new_relic_service.rb +6 -2
- data/lib/new_relic/agent/transaction/datastore_segment.rb +31 -7
- data/lib/new_relic/agent/transaction/tracing.rb +6 -1
- data/lib/new_relic/latest_changes.rb +1 -1
- data/lib/new_relic/version.rb +3 -3
- data/newrelic_rpm.gemspec +2 -1
- data/test/environments/rails21/Gemfile +1 -1
- data/test/environments/rails22/Gemfile +2 -1
- data/test/environments/rails23/Gemfile +6 -1
- data/test/fixtures/cross_agent_tests/datastores/README.md +1 -1
- data/test/fixtures/cross_agent_tests/datastores/datastore_api.json +443 -0
- data/test/fixtures/cross_agent_tests/datastores/datastore_instances.json +0 -47
- data/test/multiverse/lib/multiverse/runner.rb +2 -1
- data/test/multiverse/suites/memcached/dalli_test.rb +5 -12
- data/test/multiverse/suites/resque/instrumentation_test.rb +4 -0
- data/test/multiverse/suites/sidekiq/sidekiq_server.rb +5 -1
- data/test/multiverse/suites/sinatra/Envfile +8 -0
- data/test/multiverse/suites/sinatra/sinatra_error_tracing_test.rb +1 -1
- data/test/multiverse/suites/sinatra/sinatra_test_cases.rb +27 -9
- data/test/multiverse/suites/typhoeus/Envfile +5 -0
- data/test/new_relic/agent/api_tests/datastore_api_test.rb +64 -0
- data/test/new_relic/agent/configuration/default_source_test.rb +6 -3
- data/test/new_relic/agent/instrumentation/active_record_subscriber_test.rb +27 -1
- data/test/new_relic/agent/instrumentation/instance_identification_test.rb +4 -22
- data/test/new_relic/agent/instrumentation/mongodb_command_subscriber_test.rb +7 -0
- data/test/new_relic/agent/new_relic_service_test.rb +10 -2
- data/test/new_relic/agent/transaction/datastore_segment_test.rb +96 -6
- data/test/new_relic/agent/transaction/tracing_test.rb +9 -0
- data/test/new_relic/agent_test.rb +2 -1
- data/test/new_relic/latest_changes_test.rb +1 -1
- data/test/new_relic/rack/error_collector_test.rb +4 -0
- data/test/script/before_install/gemstash_mirror.sh +10 -0
- data/test/script/before_install/jruby_bundler.sh +22 -0
- data/test/script/before_install/revert_rubygems.sh +15 -0
- data/test/script/before_script/install_mongodb.sh +12 -0
- metadata +11 -5
- data/test/script/install_mongodb.sh +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0301a8db8b21f5556ab12b5bef28f55c490d7e3f
|
4
|
+
data.tar.gz: 0b886aad5a9cbb3300decb937c6ccae89c7e7095
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5dc6f085fc8884c1f7cc894f54eeec9e5594559313ec5824dac4f4e18cda781b0917169d95d185f905e444eb0ce48867a44077a2761e2c923f03d751b8f0159
|
7
|
+
data.tar.gz: 91d221b247e28eaa666c3c96bfe43ad6a29ff02224ae4af4afcb949e33251e9747f4e5f8341e96b82b269045902c000fefdb90fc528f22ae375386846bc69e69
|
data/.travis.yml
CHANGED
@@ -7,29 +7,18 @@ language: ruby
|
|
7
7
|
|
8
8
|
sudo: required
|
9
9
|
|
10
|
-
script: ./test/script/ci.sh
|
11
|
-
|
12
10
|
before_install:
|
13
|
-
-
|
14
|
-
- 'if [[ `ruby --version` =~ ^ruby\ 1\. ]]; then gem update --system 1.8.25; fi'
|
11
|
+
- ./test/script/before_install/revert_rubygems.sh
|
15
12
|
- gem --version
|
16
|
-
|
17
|
-
-
|
13
|
+
- ./test/script/before_install/jruby_bundler.sh
|
14
|
+
- ./test/script/before_install/gemstash_mirror.sh
|
18
15
|
- bundle --version
|
19
16
|
|
20
|
-
install: bundle install
|
17
|
+
install: bundle install
|
21
18
|
|
22
|
-
|
23
|
-
before_script:
|
24
|
-
- 'if [[ $GROUP == "database" ]]; then ./test/script/install_mongodb.sh; fi'
|
19
|
+
before_script: ./test/script/before_script/install_mongodb.sh
|
25
20
|
|
26
|
-
|
27
|
-
- rsync -a --prune-empty-dirs --include '*/' --include 'Gemfile.*' --exclude '*' . /home/travis/gemfiles
|
28
|
-
|
29
|
-
cache:
|
30
|
-
directories:
|
31
|
-
- /home/travis/bundle
|
32
|
-
- /home/travis/gemfiles
|
21
|
+
script: ./test/script/ci.sh
|
33
22
|
|
34
23
|
branches:
|
35
24
|
only:
|
@@ -44,10 +33,10 @@ notifications:
|
|
44
33
|
|
45
34
|
rvm:
|
46
35
|
# Run slowest builds first to try and optimize overall cycle time.
|
47
|
-
- jruby-1.7.23
|
36
|
+
- jruby-1.7.23 # NOTE: see test/script/before_install/jruby_bundler.sh
|
48
37
|
- jruby-9.1.2.0
|
49
|
-
- 2.3.
|
50
|
-
- 2.2.
|
38
|
+
- 2.3.2
|
39
|
+
- 2.2.6
|
51
40
|
- 2.1.10
|
52
41
|
- 2.0.0-p648
|
53
42
|
- 1.9.3
|
@@ -58,7 +47,6 @@ rvm:
|
|
58
47
|
|
59
48
|
env:
|
60
49
|
global:
|
61
|
-
- CI_BUNDLE_PATH=/home/travis/bundle
|
62
50
|
- BUNDLE_PATH=/home/travis/bundle
|
63
51
|
- MONGODB=2.6.11
|
64
52
|
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmx640m"
|
@@ -88,6 +76,7 @@ env:
|
|
88
76
|
- TYPE=FUNCTIONAL GROUP=serialization
|
89
77
|
- TYPE=FUNCTIONAL GROUP=sinatra
|
90
78
|
- TYPE=FUNCTIONAL GROUP=rest
|
79
|
+
- TYPE=FUNCTIONAL GROUP=rake
|
91
80
|
- TYPE=NULLVERSE
|
92
81
|
|
93
82
|
matrix:
|
data/{CHANGELOG → CHANGELOG.md}
RENAMED
@@ -1,5 +1,57 @@
|
|
1
1
|
# New Relic Ruby Agent Release Notes #
|
2
2
|
|
3
|
+
## v3.17.2
|
4
|
+
|
5
|
+
* Compatibility with Ruby 2.4.0-preview3
|
6
|
+
|
7
|
+
The Ruby agent has been updated to work on Ruby 2.4.0-preview3.
|
8
|
+
|
9
|
+
* Early Access Sinatra 2.0 instrumentation
|
10
|
+
|
11
|
+
Our Sinatra instrumentation has been updated to work with Sinatra
|
12
|
+
2.0.0.beta2.
|
13
|
+
|
14
|
+
* Include controller instrumentation module in Rails 5 API
|
15
|
+
|
16
|
+
The agent now includes the ControllerInstrumentation module into
|
17
|
+
ActionController::API. This gives Rails API controllers access to
|
18
|
+
helper methods like `newrelic_ignore` in support of the existing
|
19
|
+
event-subscription-based action instrumentation. Thanks Andreas
|
20
|
+
Thurn for the contribution!
|
21
|
+
|
22
|
+
* Use Module#prepend for ActiveRecord 5 Instrumentation
|
23
|
+
|
24
|
+
Rails 5 deprecated the use of `alias_method_chain` in favor of using
|
25
|
+
`Module#prepend`. Mixing `Module#prepend` and `alias_method_chain`
|
26
|
+
can lead to a SystemStackError when an `alias_method_chain` is
|
27
|
+
applied after a module has been prepended. This should ensure
|
28
|
+
better compatibility between our ActiveRecord Instrumentation and
|
29
|
+
other third party gems that modify ActiveRecord using `Module#prepend`.
|
30
|
+
|
31
|
+
* Use license key passed in to NewRelic::Agent.manual_start
|
32
|
+
|
33
|
+
Previously, the license key passed in when manually starting the agent
|
34
|
+
with NewRelic::Agent.manual_start was not referenced when setting up
|
35
|
+
the connection to report data to New Relic. This is now fixed.
|
36
|
+
|
37
|
+
* Account for DataMapper database connection errors
|
38
|
+
|
39
|
+
Our DataMapper instrumentation traces instances of DataObjects::SQLError
|
40
|
+
being raised and removes the password from the URI attribute. However,
|
41
|
+
when DataObjects cannot connect to the database (ex: could not resolve
|
42
|
+
host), it will raise a DataObjects::ConnectionError. This inherits from
|
43
|
+
DataObjects::SQLError but has `nil` for its URI attribute, since no
|
44
|
+
connection has been made yet. To avoid the password check here on `nil`,
|
45
|
+
the agent catches and re-raises any instances of DataObjects::ConnectionError
|
46
|
+
explicitly. Thanks Postmodern for this contribution!
|
47
|
+
|
48
|
+
* Account for request methods that require arguments
|
49
|
+
|
50
|
+
When tracing a transaction, the agent tries to get the request object
|
51
|
+
from a controller if it wasn't explicitly passed in. However, this posed
|
52
|
+
problems in non-controller transactions with their own `request` methods
|
53
|
+
defined that required arguments, such as in Resque jobs. This is now fixed.
|
54
|
+
|
3
55
|
## v3.17.1 ##
|
4
56
|
|
5
57
|
* Datastore instance reporting for Redis, MongoDB, and memcached
|
@@ -218,7 +270,7 @@
|
|
218
270
|
Please note that this release does not include any support for ActionCable,
|
219
271
|
the WebSockets framework new to Rails 5.
|
220
272
|
|
221
|
-
* Don't include extension from single format Grape
|
273
|
+
* Don't include extension from single format Grape API transaction names
|
222
274
|
|
223
275
|
Starting with Grape 0.12.0, an API with a single format no longer declares
|
224
276
|
methods with `.:format`, but with an extension such as `.json`. Thanks Daniel
|
@@ -2166,17 +2218,17 @@
|
|
2166
2218
|
is only a problem if GC could happen *between* transactions, as in, for
|
2167
2219
|
example, out-of-band GC in Unicorn. fixed.
|
2168
2220
|
|
2169
|
-
v3.4.0.1
|
2221
|
+
## v3.4.0.1
|
2170
2222
|
* Prevent the agent from resolving the collector address when disabled.
|
2171
2223
|
* Fix for error collector configuration that was introduced during beta.
|
2172
2224
|
* Preserve method visibility when methods are traced with #add_method_tracer and #add_transaction_tracer
|
2173
2225
|
|
2174
|
-
v3.4.0
|
2226
|
+
## v3.4.0
|
2175
2227
|
* Major refactor of data transmission mechanism. This enabled child processes to send data to parent processes, which then send the data to the New Relic service. This should only affect Resque users, dramatically improving their experience.
|
2176
2228
|
* Moved Resque instrumentation from rpm_contrib to main agent. Resque users should discontinue use of rpm_contrib or upgrade to 2.1.11.
|
2177
2229
|
* Resolve issue with configuring the Error Collector when using server-side configuration.
|
2178
2230
|
|
2179
|
-
v3.3.5
|
2231
|
+
## v3.3.5
|
2180
2232
|
* [FIX] Allow tracing of methods ending in ! and ?
|
2181
2233
|
* [PERF] Give up after scanning first 50k of the response in RUM
|
2182
2234
|
auto-instrumentation.
|
@@ -2186,27 +2238,27 @@ v3.3.5
|
|
2186
2238
|
Workers/DelayedJob. queue_length is also broken out by queue name or priority
|
2187
2239
|
depending on the version of DelayedJob deployed.
|
2188
2240
|
|
2189
|
-
v3.3.4.1
|
2241
|
+
## v3.3.4.1
|
2190
2242
|
* Bug fix when rendering empty collection in Rails 3.1+
|
2191
2243
|
|
2192
|
-
v3.3.4
|
2244
|
+
## v3.3.4
|
2193
2245
|
* Rails 3 view instrumentation
|
2194
2246
|
|
2195
|
-
v3.3.3
|
2247
|
+
## v3.3.3
|
2196
2248
|
* Improved Sinatra instrumentation
|
2197
2249
|
* Limit the number of nodes collected in long running transactions to prevent leaking memory
|
2198
2250
|
|
2199
|
-
v3.3.2.1
|
2251
|
+
## v3.3.2.1
|
2200
2252
|
* [SECURITY] fix for cookie handling by End User Monitoring instrumentation
|
2201
2253
|
|
2202
|
-
v3.3.2
|
2254
|
+
## v3.3.2
|
2203
2255
|
* deployments recipe change: truncate git SHAs to 7 characters
|
2204
2256
|
* Fixes for obfuscation of PostgreSQL and SQLite queries
|
2205
2257
|
* Fix for lost database connections when using a forking framework
|
2206
2258
|
* Workaround for RedHat kernel bug which prevented blocking reads of /proc fs
|
2207
2259
|
* Do not trap signals when handling exceptions
|
2208
2260
|
|
2209
|
-
v3.3.1
|
2261
|
+
## v3.3.1
|
2210
2262
|
* improved Ruby 1.8.6 support
|
2211
2263
|
* fix for issues with RAILS_ROOT deprecation warnings
|
2212
2264
|
* fixed incorrect 1.9 GC time reporting
|
@@ -2214,18 +2266,18 @@ v3.3.1
|
|
2214
2266
|
* fix for RUM instrumentation repoting bad timing info in some cases
|
2215
2267
|
* refactored ActiveRecord instrumentation, no longer requires Rails
|
2216
2268
|
|
2217
|
-
v3.3.0
|
2269
|
+
## v3.3.0
|
2218
2270
|
* fix for GC instrumentation when using Ruby 1.9
|
2219
2271
|
* new feature to correlate browser and server transaction traces
|
2220
2272
|
* new feature to trace slow sql statements
|
2221
2273
|
* fix to help cope with malformed rack responses
|
2222
2274
|
* do not try to instrument versions of ActiveMerchant that are too old
|
2223
2275
|
|
2224
|
-
v3.2.0.1
|
2276
|
+
## v3.2.0.1
|
2225
2277
|
* Updated LICENSE
|
2226
2278
|
* Updated links to support docs
|
2227
2279
|
|
2228
|
-
v3.2.0
|
2280
|
+
## v3.2.0
|
2229
2281
|
* Fix over-detection of mongrel and unicorn and only start the agent when
|
2230
2282
|
actual server is running
|
2231
2283
|
* Improve developer mode backtraces to support ruby 1.9.2, windows
|
@@ -2235,14 +2287,14 @@ v3.2.0
|
|
2235
2287
|
* Performance enhancements (thanks to Jeremy Kemper)
|
2236
2288
|
* Fix overly verbose STDOUT message (thanks to Anselm Helbig)
|
2237
2289
|
|
2238
|
-
v3.1.2
|
2290
|
+
## v3.1.2
|
2239
2291
|
* Fixed some thread safety issues
|
2240
2292
|
* Work around for Ruby 1.8.7 Marshal crash bug
|
2241
2293
|
* Numerous community patches (Gabriel Horner, Bradley Harris, Diego Garcia,
|
2242
2294
|
Tommy Sullivan, Greg Hazel, John Thomas Marino, Paul Elliott, Pan Thomakos)
|
2243
2295
|
* Fixed RUM instrumentation bug
|
2244
2296
|
|
2245
|
-
v3.1.1
|
2297
|
+
## v3.1.1
|
2246
2298
|
* Support for Rails 3.1 (thanks to Ben Hoskings via github)
|
2247
2299
|
* Support for Rubinius
|
2248
2300
|
* Fixed issues affecting some Delayed Job users where log files were not appearing
|
@@ -2252,17 +2304,17 @@ v3.1.1
|
|
2252
2304
|
* Support for logging to STDOUT
|
2253
2305
|
* Support for Spymemcached client on jruby
|
2254
2306
|
|
2255
|
-
v3.1.0
|
2307
|
+
## v3.1.0
|
2256
2308
|
* Support for aggregating data from short-running
|
2257
2309
|
processes to reduce reporting overhead
|
2258
2310
|
* Numerous bug fixes
|
2259
2311
|
* Increased unit test coverage
|
2260
2312
|
|
2261
|
-
v3.0.1
|
2313
|
+
## v3.0.1
|
2262
2314
|
* Updated Real User Monitoring to reduce javascript size and improve
|
2263
2315
|
compatibility, fix a few known bugs
|
2264
2316
|
|
2265
|
-
v3.0.0
|
2317
|
+
## v3.0.0
|
2266
2318
|
* Support for Real User Monitoring
|
2267
2319
|
* Back end work on internals to improve reliability
|
2268
2320
|
* added a 'log_file_name' and 'log_file_path' configuration variable to allow
|
@@ -2271,16 +2323,16 @@ v3.0.0
|
|
2271
2323
|
* Remove some previously deprecated methods
|
2272
2324
|
* Remove Sequel instrumentation pending more work
|
2273
2325
|
|
2274
|
-
v2.14.1
|
2326
|
+
## v2.14.1
|
2275
2327
|
* Avoid overriding methods named 'log' when including the MethodTracer module
|
2276
2328
|
* Ensure that all load paths for 'new_relic/agent' go through 'new_relic/control' first
|
2277
2329
|
* Remove some debugging output from tests
|
2278
2330
|
|
2279
|
-
v2.14.0
|
2331
|
+
## v2.14.0
|
2280
2332
|
* Dependency detection framework to prevent multi-loading or early-loading
|
2281
2333
|
of instrumentation files
|
2282
2334
|
|
2283
|
-
v2.13.5
|
2335
|
+
## v2.13.5
|
2284
2336
|
* Moved the API helper to the github newrelic_api gem.
|
2285
2337
|
* Revamped queue time to include server, queue, and middleware time
|
2286
2338
|
* Increased test coverage and stability
|
@@ -2294,10 +2346,10 @@ v2.13.5
|
|
2294
2346
|
are not subclasses of StandardError
|
2295
2347
|
* Fix active record instrumentation load order for Rails 3
|
2296
2348
|
|
2297
|
-
v2.13.4
|
2349
|
+
## v2.13.4
|
2298
2350
|
* Update DNS lookup code to remove hardcoded IP addresses
|
2299
2351
|
|
2300
|
-
v2.13.3
|
2352
|
+
## v2.13.3
|
2301
2353
|
* Dalli instrumentation from Mike Perham (thanks Mike)
|
2302
2354
|
* Datamapper instrumentation from Jordan Ritter (thanks Jordan)
|
2303
2355
|
* Apdex now defaults to 0.5
|
@@ -2312,13 +2364,13 @@ v2.13.3
|
|
2312
2364
|
* When using Unicorn, preload_app: true is recommended to get proper
|
2313
2365
|
after_fork behavior.
|
2314
2366
|
|
2315
|
-
v2.13.2
|
2367
|
+
## v2.13.2
|
2316
2368
|
* Remove a puts. Yes, a whole release for a puts.
|
2317
2369
|
|
2318
|
-
v2.13.1
|
2370
|
+
## v2.13.1
|
2319
2371
|
* Add missing require in rails 3 framework control
|
2320
2372
|
|
2321
|
-
v2.13.0
|
2373
|
+
## v2.13.0
|
2322
2374
|
* developer mode is now a rack middleware and can be used on any framework;
|
2323
2375
|
it is no longer supported automatically on versions of Rails prior to 2.3;
|
2324
2376
|
see README for details
|
@@ -2341,35 +2393,35 @@ v2.13.0
|
|
2341
2393
|
* fixed a bug related to enabling a gold trial / upgrade not sending
|
2342
2394
|
transaction traces correctly
|
2343
2395
|
|
2344
|
-
v2.12.3
|
2396
|
+
## v2.12.3
|
2345
2397
|
* fix regression in startup sequence
|
2346
2398
|
|
2347
|
-
v2.12.2
|
2399
|
+
## v2.12.2
|
2348
2400
|
* fix for regression in Rails 2.1 inline rendering
|
2349
2401
|
* workaround bug found in some rubies that caused a segv and/or NoMemoryError
|
2350
2402
|
when deflating content for upload
|
2351
2403
|
* avoid creating connection thread in unicorn/passenger spawners
|
2352
2404
|
|
2353
|
-
v2.12.1
|
2405
|
+
## v2.12.1
|
2354
2406
|
* fix bug in profile mode
|
2355
2407
|
* fix race condition in Delayed::Job instrumentation loading
|
2356
2408
|
* fix glassfish detection in latest glassfish gem
|
2357
2409
|
|
2358
|
-
v2.12.0
|
2410
|
+
## v2.12.0
|
2359
2411
|
* support basic instrumentation for ActsAsSolr and Sunspot
|
2360
2412
|
|
2361
|
-
v2.11.3
|
2413
|
+
## v2.11.3
|
2362
2414
|
* fix bug in startup when running JRuby
|
2363
2415
|
|
2364
|
-
v2.11.2
|
2416
|
+
## v2.11.2
|
2365
2417
|
* fix for unicorn not reporting when the proc line had 'master' in it
|
2366
2418
|
* fix regression for passenger 2.0 and earlier
|
2367
2419
|
* fix after_fork in the shim
|
2368
2420
|
|
2369
|
-
v2.11.1
|
2421
|
+
## v2.11.1
|
2370
2422
|
* republished gem without generated rdocs
|
2371
2423
|
|
2372
|
-
v2.11.0
|
2424
|
+
## v2.11.0
|
2373
2425
|
* rails3 instrumentation (no developer mode support yet)
|
2374
2426
|
* removed the ensure_worker_thread started and instead defined an after_fork
|
2375
2427
|
handler that will set up the agent properly in forked processes.
|
@@ -2385,7 +2437,7 @@ v2.11.0
|
|
2385
2437
|
* add logger method to public_api
|
2386
2438
|
* support list notation for ignored exceptions in the newrelic.yml
|
2387
2439
|
|
2388
|
-
v2.10.8
|
2440
|
+
## v2.10.8
|
2389
2441
|
* fix bug in delayed_job instrumentation that caused the job queue sampler
|
2390
2442
|
to run in the wrong place
|
2391
2443
|
* change startup sequence and code that restarts the worker loop
|
@@ -2399,20 +2451,20 @@ v2.10.8
|
|
2399
2451
|
* simplify WorkerLoop and add better protection for concurrency
|
2400
2452
|
* preliminary support for rails3
|
2401
2453
|
|
2402
|
-
v2.10.6
|
2454
|
+
## v2.10.6
|
2403
2455
|
* fix missing URL and referrer on some traced errors and transactions
|
2404
2456
|
* gather traced errors *after* executing the rescue chain in ActionController
|
2405
2457
|
* always load controller instrumentation
|
2406
2458
|
* pick up token validation from newrelic.yml
|
2407
2459
|
|
2408
|
-
v2.10.5
|
2460
|
+
## v2.10.5
|
2409
2461
|
* fix bug in delayed_job instrumentation occurring when there was no DJ log
|
2410
2462
|
|
2411
|
-
v2.10.4
|
2463
|
+
## v2.10.4
|
2412
2464
|
* fix incompatibility with Capistrano 2.5.16
|
2413
2465
|
* strip down URLs reported in transactions and errors to path only
|
2414
2466
|
|
2415
|
-
v2.10.3
|
2467
|
+
## v2.10.3
|
2416
2468
|
* optimization to reduce overhead: move background samplers into foreground thread
|
2417
2469
|
* change default config file to ignore RoutingErrors
|
2418
2470
|
* moved the background task instrumentation into a separate tab in the RPM UI
|
@@ -2427,12 +2479,12 @@ v2.10.3
|
|
2427
2479
|
* fix incompatibility with Hoptoad where Hoptoad was not getting errors handled by New Relic
|
2428
2480
|
* many other optimizations, bug fixes and documentation improvements
|
2429
2481
|
|
2430
|
-
v2.10.2.
|
2482
|
+
## v2.10.2.
|
2431
2483
|
* beta release of 2.10
|
2432
2484
|
* fix bugs with Sinatra app instrumentation
|
2433
2485
|
* minor doc updates
|
2434
2486
|
|
2435
|
-
v2.10.1.
|
2487
|
+
## v2.10.1.
|
2436
2488
|
* alpha release of 2.10
|
2437
2489
|
* rack support, including metal; ignores 404s; requires a module inclusion (see docs)
|
2438
2490
|
* sinatra support, displays actions named by the URI pattern matched
|
@@ -2468,7 +2520,7 @@ v2.10.1.
|
|
2468
2520
|
* refactored stats_engine code for readability
|
2469
2521
|
* optimization: reduce wakeup times for harvest thread
|
2470
2522
|
|
2471
|
-
v2.10.0.
|
2523
|
+
## v2.10.0.
|
2472
2524
|
* alpha release of 2.10
|
2473
2525
|
* support unicorn
|
2474
2526
|
* instrumentation of GC for REE and MRE with GC patch
|
@@ -2487,30 +2539,30 @@ v2.10.0.
|
|
2487
2539
|
* remove method_tracer shim to avoid timing problems in monitoring daemons
|
2488
2540
|
* for non-rails daemons, look at APP_ROOT and NRCONFIG env vars for custom locations
|
2489
2541
|
|
2490
|
-
v2.9.9.
|
2542
|
+
## v2.9.9.
|
2491
2543
|
* Disable at_exit handler for Unicorn which sometimes caused the
|
2492
2544
|
agent to stop reporting immediately.
|
2493
2545
|
|
2494
|
-
v2.9.8.
|
2546
|
+
## v2.9.8.
|
2495
2547
|
* add instrumentation for Net::HTTP calls, to show up as "External"
|
2496
2548
|
* added support for validating agents in the cloud.
|
2497
2549
|
* recognize Unicorn dispatcher
|
2498
2550
|
* add NewRelic module definitions to ActiveRecord instrumentation
|
2499
2551
|
|
2500
|
-
v2.9.5.
|
2552
|
+
## v2.9.5.
|
2501
2553
|
* Snow Leopard memory fix
|
2502
2554
|
|
2503
|
-
v2.9.4.
|
2555
|
+
## v2.9.4.
|
2504
2556
|
* clamp size of data sent to server
|
2505
2557
|
* reset statistics for passenger when forking to avoid erroneous data
|
2506
2558
|
* fix problem deserializing errors from the server
|
2507
2559
|
* fix incompatibility with postgres introduced in 2.9.
|
2508
2560
|
|
2509
|
-
v2.9.3.
|
2561
|
+
## v2.9.3.
|
2510
2562
|
* fix startup failure in Windows due to memory sampler
|
2511
2563
|
* add JRuby environment information
|
2512
2564
|
|
2513
|
-
v2.9.2.
|
2565
|
+
## v2.9.2.
|
2514
2566
|
* change default apdex_t to 0.5 seconds
|
2515
2567
|
* fix bug in deployments introduced by multi_homed setting
|
2516
2568
|
* support overriding the log in the agent api
|
@@ -2519,7 +2571,7 @@ v2.9.2.
|
|
2519
2571
|
* display count of sql statements on the list of transactions in dev mode
|
2520
2572
|
* fixes for merb--thanks to Carl Lerche
|
2521
2573
|
|
2522
|
-
v2.9.1.
|
2574
|
+
## v2.9.1.
|
2523
2575
|
* add newrelic_ignore_apdex method to controller classes to allow
|
2524
2576
|
you to omit some actions from apdex statistics
|
2525
2577
|
* Add hook for Passenger shutdown events to get more timely shutdown
|
@@ -2531,7 +2583,7 @@ v2.9.1.
|
|
2531
2583
|
* support multi-homed host with multiple apps running on duplicate
|
2532
2584
|
ports
|
2533
2585
|
|
2534
|
-
v2.9.0.
|
2586
|
+
## v2.9.0.
|
2535
2587
|
Noteworthy Enhancements
|
2536
2588
|
* give visibility to templates and partials in Rails 2.1 and later, in
|
2537
2589
|
dev mode and production
|
@@ -2589,13 +2641,13 @@ v2.9.0.
|
|
2589
2641
|
* capture cpu utilization adjusted for processor count
|
2590
2642
|
* transaction sampling
|
2591
2643
|
|
2592
|
-
v2.8.10.
|
2644
|
+
## v2.8.10.
|
2593
2645
|
* fix thin support with rails 2.3.2 when using script/server
|
2594
2646
|
* fix incompatibility with rails 2.3.2 and script/server options
|
2595
2647
|
processing
|
2596
2648
|
* minor tweak to environment gathering for gem mode
|
2597
2649
|
|
2598
|
-
v2.8.9.
|
2650
|
+
## v2.8.9.
|
2599
2651
|
* fix problem finding the newrelic controller in dev mode
|
2600
2652
|
* fix incompatibility with older versions of optparse
|
2601
2653
|
* fix potential jvm problem with jruby
|
@@ -2603,24 +2655,24 @@ v2.8.9.
|
|
2603
2655
|
* change error message about window sampler in windows not supported to a
|
2604
2656
|
warning message
|
2605
2657
|
|
2606
|
-
v2.8.8.
|
2658
|
+
## v2.8.8.
|
2607
2659
|
* fix error with jruby on windows
|
2608
2660
|
* fix problem where webrick was being incorrectly detected causing some
|
2609
2661
|
problems with mongrel application assignments--had to disable webrick
|
2610
2662
|
for now
|
2611
2663
|
|
2612
|
-
v2.8.7.
|
2664
|
+
## v2.8.7.
|
2613
2665
|
* fix for ssl connection hanging problems
|
2614
2666
|
* fix problem recognizing mongrel in rails 2.3.2
|
2615
2667
|
* fastcgi support in rails 2.3.2
|
2616
2668
|
* put back webrick support
|
2617
2669
|
|
2618
|
-
v2.8.6.
|
2670
|
+
## v2.8.6.
|
2619
2671
|
* fix for capture_params when using file uploads in controller actions
|
2620
2672
|
* use pure ruby NS lookup for collector host to eliminate possibly
|
2621
2673
|
blocking applications
|
2622
2674
|
|
2623
|
-
v2.8.5.
|
2675
|
+
## v2.8.5.
|
2624
2676
|
* fix reference to CommandError which was breaking some cap scripts
|
2625
2677
|
* fix incompatibility with Rails 2.0 in the server API
|
2626
2678
|
* fix problem with litespeed with Lite accounts
|
@@ -2629,23 +2681,23 @@ v2.8.5.
|
|
2629
2681
|
AbstractController to address incompatibility with MailController
|
2630
2682
|
* fix problem in devmode displaying sql with embedded urls
|
2631
2683
|
|
2632
|
-
v2.8.4.
|
2684
|
+
## v2.8.4.
|
2633
2685
|
* fix bug in capistrano recipe causing cap commands to fail with error
|
2634
2686
|
about not finding Version class
|
2635
2687
|
|
2636
|
-
v2.8.3.
|
2688
|
+
## v2.8.3.
|
2637
2689
|
* refactor unit tests so they will run in a generic rails environment
|
2638
2690
|
* require classes in advance to avoid autoloading. this is to address
|
2639
2691
|
incompatibilities with desert as well as more flexibility in gem
|
2640
2692
|
initialization
|
2641
2693
|
* fixed newrelic_helper.rb 1.9 incompatibility
|
2642
2694
|
|
2643
|
-
v2.8.2.
|
2695
|
+
## v2.8.2.
|
2644
2696
|
* fix Ruby 1.9 syntax compatibility errors
|
2645
2697
|
* update the class loading sanity check, will notify server of errors
|
2646
2698
|
* fix agent output on script and rake task execution
|
2647
2699
|
|
2648
|
-
v2.8.1.
|
2700
|
+
## v2.8.1.
|
2649
2701
|
* Convert the deployment information upload script to an executable and
|
2650
2702
|
put in the bin directory. When installed as a gem this command is
|
2651
2703
|
symlinked to /usr/bin. Usage: newrelic_cmd deployments --help
|
@@ -2653,7 +2705,7 @@ v2.8.1.
|
|
2653
2705
|
* Fix deployments api so it will work from a gem
|
2654
2706
|
* Fix thin incompatibility in developer mode
|
2655
2707
|
|
2656
|
-
v2.8.0.
|
2708
|
+
## v2.8.0.
|
2657
2709
|
* add beta of api in new_relic_api.rb
|
2658
2710
|
* instrumented dynamic finders in ActiveRecord
|
2659
2711
|
* preliminary support for capturing deployment information via capistrano
|
@@ -2667,21 +2719,21 @@ v2.8.0.
|
|
2667
2719
|
transient network problem
|
2668
2720
|
* fix IgnoreSilentlyException message
|
2669
2721
|
|
2670
|
-
v2.7.4.
|
2722
|
+
## v2.7.4.
|
2671
2723
|
* fix error when trying to serialize some kinds of Enumerable objects
|
2672
2724
|
* added extra debug logging
|
2673
2725
|
* added app_name to app mapping
|
2674
2726
|
|
2675
|
-
v2.7.3.
|
2727
|
+
## v2.7.3.
|
2676
2728
|
* fix compatibility issue with 1.8.5 causing error with Dir.glob
|
2677
2729
|
|
2678
|
-
v2.7.2.
|
2730
|
+
## v2.7.2.
|
2679
2731
|
* fix problem with passenger edge not being a detected environment
|
2680
2732
|
|
2681
|
-
v2.7.1.
|
2733
|
+
## v2.7.1.
|
2682
2734
|
* fix problem with skipped dispatcher instrumentation
|
2683
2735
|
|
2684
|
-
v2.7.0.
|
2736
|
+
## v2.7.0.
|
2685
2737
|
* Repackage to support both plugin and Gem installation
|
2686
2738
|
* Support passenger/litespeed/jruby application naming
|
2687
2739
|
* Update method for calculating dispatcher queue time
|
@@ -2692,62 +2744,62 @@ v2.7.0.
|
|
2692
2744
|
* Performance tuning
|
2693
2745
|
* bugfixes
|
2694
2746
|
|
2695
|
-
v2.5.3.
|
2747
|
+
## v2.5.3.
|
2696
2748
|
* fix error in transaction tracing causing traces not to show up
|
2697
2749
|
|
2698
|
-
v2.5.2.
|
2750
|
+
## v2.5.2.
|
2699
2751
|
* fixes for postgres explain plan support
|
2700
2752
|
|
2701
|
-
v2.5.1.
|
2753
|
+
## v2.5.1.
|
2702
2754
|
* bugfixes
|
2703
2755
|
|
2704
|
-
v2.5.0.
|
2756
|
+
## v2.5.0.
|
2705
2757
|
* add agent support for rpm 1.1 features
|
2706
2758
|
* Fix regression error with thin support
|
2707
2759
|
|
2708
|
-
v2.4.3.
|
2760
|
+
## v2.4.3.
|
2709
2761
|
* added 'newrelic_ignore' controller class method with :except and :only options for finer grained control
|
2710
2762
|
over the blocking of instrumentation in controllers.
|
2711
2763
|
* bugfixes
|
2712
2764
|
|
2713
|
-
v2.4.2.
|
2765
|
+
## v2.4.2.
|
2714
2766
|
* error reporting in early access
|
2715
2767
|
|
2716
|
-
v2.4.1.
|
2768
|
+
## v2.4.1.
|
2717
2769
|
* bugfix: initializing developer mode
|
2718
2770
|
|
2719
|
-
v2.4.0.
|
2771
|
+
## v2.4.0.
|
2720
2772
|
* Beta support for LiteSpeed and Passenger
|
2721
2773
|
|
2722
|
-
v2.3.7.
|
2774
|
+
## v2.3.7.
|
2723
2775
|
* bugfixes
|
2724
2776
|
|
2725
|
-
v2.3.6.
|
2777
|
+
## v2.3.6.
|
2726
2778
|
* bugfixes
|
2727
2779
|
|
2728
|
-
v2.3.5.
|
2780
|
+
## v2.3.5.
|
2729
2781
|
* bugfixes: pie chart data, rails 1.1 compatibility
|
2730
2782
|
|
2731
|
-
v2.3.4.
|
2783
|
+
## v2.3.4.
|
2732
2784
|
* bugfix
|
2733
2785
|
|
2734
|
-
v2.3.3.
|
2786
|
+
## v2.3.3.
|
2735
2787
|
* bugfix for non-mysql databases
|
2736
2788
|
|
2737
|
-
v2.3.2.
|
2789
|
+
## v2.3.2.
|
2738
2790
|
* bugfixes
|
2739
2791
|
* Add enhancement for Transaction Traces early access feature
|
2740
2792
|
|
2741
|
-
v2.3.1.
|
2793
|
+
## v2.3.1.
|
2742
2794
|
* bugfixes
|
2743
2795
|
|
2744
|
-
v2.3.0.
|
2796
|
+
## v2.3.0.
|
2745
2797
|
+ Add support for Transaction Traces early access feature
|
2746
2798
|
|
2747
|
-
v2.2.2.
|
2799
|
+
## v2.2.2.
|
2748
2800
|
* bugfixes
|
2749
2801
|
|
2750
|
-
v2.2.1.
|
2802
|
+
## v2.2.1.
|
2751
2803
|
+ Add rails 2.1 support for Developer Mode
|
2752
2804
|
+ Changes to memory sampler: Add support for JRuby and fix Solaris support.
|
2753
2805
|
* Stop catching exceptions and start catching StandardError; other exception cleanup
|
@@ -2755,25 +2807,23 @@ v2.2.1.
|
|
2755
2807
|
* Improved support for thin domain sockets
|
2756
2808
|
* Support JRuby environments
|
2757
2809
|
|
2758
|
-
v2.1.6.
|
2810
|
+
## v2.1.6.
|
2759
2811
|
* bugfixes
|
2760
2812
|
|
2761
|
-
v2.1.5.
|
2813
|
+
## v2.1.5.
|
2762
2814
|
* bugfixes
|
2763
2815
|
|
2764
|
-
v2.1.4.
|
2816
|
+
## v2.1.4.
|
2765
2817
|
* bugfixes
|
2766
2818
|
|
2767
|
-
v2.1.3.
|
2819
|
+
## v2.1.3.
|
2768
2820
|
* bugfixes
|
2769
2821
|
|
2770
|
-
v2.1.2.
|
2822
|
+
## v2.1.2.
|
2771
2823
|
* bugfixes
|
2772
2824
|
|
2773
|
-
v2.1.1.
|
2825
|
+
## v2.1.1.
|
2774
2826
|
* bugfixes
|
2775
2827
|
|
2776
|
-
v2.1.0.
|
2828
|
+
## v2.1.0.
|
2777
2829
|
* release for private beta
|
2778
|
-
|
2779
|
-
|