newrelic_rpm 3.6.3.103.beta → 3.6.3.104

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG +6 -6
  2. data/lib/new_relic/build.rb +2 -2
  3. data.tar.gz.sig +0 -0
  4. metadata +17 -28
  5. metadata.gz.sig +0 -0
data/CHANGELOG CHANGED
@@ -1,6 +1,6 @@
1
1
  # New Relic Ruby Agent Release Notes #
2
2
 
3
- ## 3.6.3 ##
3
+ ## v3.6.3 ##
4
4
 
5
5
  * Better Sinatra Support
6
6
 
@@ -9,13 +9,13 @@
9
9
 
10
10
  Sinatra instrumentation has been updated to more accurately reflect the final
11
11
  route that was actually executed, taking pass and conditions into account.
12
-
12
+
13
13
  New Relic middlewares for error collection, real user monitoring, and cross
14
14
  application tracing are automatically inserted into the middleware stack.
15
-
15
+
16
16
  Ignoring routes, similar to functionality available to Rails controllers, is
17
17
  now available in Sinatra as well.
18
-
18
+
19
19
  Routes in 1.4 are properly formatting in transaction names. Thanks Zachary
20
20
  Anker for the contribution!
21
21
 
@@ -25,9 +25,9 @@
25
25
  supporting Padrino, a framework that builds on Sinatra. Web transactions
26
26
  should show up in New Relic now for Padrino apps automatically. The agent has
27
27
  been tested against the latest Padrino in versions 0.11.x and 0.10.x.
28
-
28
+
29
29
  * Main overview graph only shows web transactions
30
-
30
+
31
31
  In the past database times from background jobs mixed with other web transaction
32
32
  metrics in the main overview graph. This often skewed graphs. A common workaround
33
33
  was to send background jobs to a separate application, but that should no longer
@@ -1,2 +1,2 @@
1
- # GITSHA: 0b3609118317f2a210341a12bcf8759e9978fd28
2
- module NewRelic; module VERSION; BUILD='103.beta'; end; end
1
+ # GITSHA: 4fcb3cca4b114aade7a89991cba3363c50612865
2
+ module NewRelic; module VERSION; BUILD='104'; end; end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.3.103.beta
5
- prerelease: 10
4
+ version: 3.6.3.104
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Clark
@@ -526,37 +526,26 @@ files:
526
526
  - lib/new_relic/build.rb
527
527
  homepage: http://www.github.com/newrelic/rpm
528
528
  licenses: []
529
- post_install_message: ! "# New Relic Ruby Agent Release Notes #\n\n## 3.6.3 ##\n\n*
529
+ post_install_message: ! "# New Relic Ruby Agent Release Notes #\n\n## v3.6.3 ##\n\n*
530
530
  Better Sinatra Support\n\n A number of improvements have been made to our Sinatra
531
531
  instrumentation.\n More details: https://newrelic.com/docs/ruby/sinatra-support-in-the-ruby-agent\n\n
532
532
  \ Sinatra instrumentation has been updated to more accurately reflect the final\n
533
- \ route that was actually executed, taking pass and conditions into account.\n \n
533
+ \ route that was actually executed, taking pass and conditions into account.\n\n
534
534
  \ New Relic middlewares for error collection, real user monitoring, and cross\n
535
- \ application tracing are automatically inserted into the middleware stack.\n \n
535
+ \ application tracing are automatically inserted into the middleware stack.\n\n
536
536
  \ Ignoring routes, similar to functionality available to Rails controllers, is\n
537
- \ now available in Sinatra as well.\n \n Routes in 1.4 are properly formatting
538
- in transaction names. Thanks Zachary\n Anker for the contribution!\n\n* Padrino
539
- Support\n\n Along with improving our support of Sinatra, we've also extended that
540
- to\n supporting Padrino, a framework that builds on Sinatra. Web transactions\n
541
- \ should show up in New Relic now for Padrino apps automatically. The agent has\n
542
- \ been tested against the latest Padrino in versions 0.11.x and 0.10.x.\n \n* Main
543
- overview graph only shows web transactions\n \n In the past database times from
544
- background jobs mixed with other web transaction\n metrics in the main overview
545
- graph. This often skewed graphs. A common workaround\n was to send background jobs
546
- to a separate application, but that should no longer\n be necessary as the overview
547
- graphs now only represent web transactions.\n\n## v3.6.2 ##\n\n* Sequel support\n\n
548
- \ The Ruby agent now supports Sequel, a database toolkit for Ruby. This\n includes
549
- capturing SQL calls and model operations in transaction traces, and\n recording
550
- slow SQL calls. See https://newrelic.com/docs/ruby/sequel-instrumentation\n for
551
- full details.\n\n* Thread profiling fix\n\n The prior release of the agent (version
552
- 3.6.1) broke thread profiling. A\n profile would appear to run, but return no data.
553
- This has been fixed.\n\n* Fix for over-counted Net::HTTP calls\n\n Under some circumstances,
554
- calls into Net::HTTP were being counted twice in\n metrics and transaction traces.
555
- This has been fixed.\n\n* Missing traced errors for Resque applications\n\n Traced
556
- errors weren't displaying for some Resque workers, although the errors\n were factored
557
- into the overall count graphs. This has been fixed, and traced\n errors should
558
- be available again after upgrading the agent.\n\nSee https://github.com/newrelic/rpm/blob/master/CHANGELOG
559
- for a full list of\nchanges.\n"
537
+ \ now available in Sinatra as well.\n\n Routes in 1.4 are properly formatting in
538
+ transaction names. Thanks Zachary\n Anker for the contribution!\n\n* Padrino Support\n\n
539
+ \ Along with improving our support of Sinatra, we've also extended that to\n supporting
540
+ Padrino, a framework that builds on Sinatra. Web transactions\n should show up
541
+ in New Relic now for Padrino apps automatically. The agent has\n been tested against
542
+ the latest Padrino in versions 0.11.x and 0.10.x.\n\n* Main overview graph only
543
+ shows web transactions\n\n In the past database times from background jobs mixed
544
+ with other web transaction\n metrics in the main overview graph. This often skewed
545
+ graphs. A common workaround\n was to send background jobs to a separate application,
546
+ but that should no longer\n be necessary as the overview graphs now only represent
547
+ web transactions.\n\nSee https://github.com/newrelic/rpm/blob/master/CHANGELOG for
548
+ a full list of\nchanges.\n"
560
549
  rdoc_options:
561
550
  - --line-numbers
562
551
  - --inline-source
metadata.gz.sig CHANGED
Binary file