newrelic_rpm 3.5.4.31.beta → 3.5.4.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/CHANGELOG +7 -3
  2. metadata +3 -3
data/CHANGELOG CHANGED
@@ -8,9 +8,9 @@
8
8
  Sinatra applications can now take advantage of front end queue time
9
9
  reporting. Thanks to Winfield Peterson for this contribution.
10
10
 
11
- * Simplify queue time configuration for nginx 1.3.9+
11
+ * Simplify queue time configuration for nginx 1.2.6+
12
12
 
13
- Beginning in version 1.3.9, recently released as a development version, the
13
+ Beginning in version 1.2.6, recently released as a development version, the
14
14
  $msec variable can be used to set an http header. This change allows front
15
15
  end queue time to be tracked in New Relic simply by adding this line to the
16
16
  nginx config:
@@ -24,6 +24,11 @@
24
24
 
25
25
  * Report back build number and stage along with version info
26
26
 
27
+ In the 3.5.3 series the agent would fail to report its full version number
28
+ to NewRelic's environment report. For example it would report its version
29
+ as 3.5.3 instead of 3.5.3.25 or 3.5.3.25.beta. The agent will now report
30
+ its complete version number as defined in newrelic_rpm.gemspec.
31
+
27
32
  * The host and the port that the agent reports to can now be set from environment vars
28
33
 
29
34
  The host can be set with NEW_RELIC_HOST and the port with NEW_RELIC_PORT. These setting
@@ -34,7 +39,6 @@
34
39
  When the agent is configured to report to multiple "roll up" applications
35
40
  RUM did not work correctly.
36
41
 
37
- >>>>>>> 3b105ce... RUBY-975 - Fix RUM reporting to multiple applications
38
42
  ## v3.5.3 ##
39
43
 
40
44
  * Update the collector protocol to use JSON and Ruby primitives
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.5.4.31.beta
5
- prerelease: 9
4
+ version: 3.5.4.33
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Clark
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-12-13 00:00:00.000000000 Z
15
+ date: 2012-12-18 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: ! 'New Relic is a performance management system, developed by New Relic,
18
18