newrelic 11.4.0 → 11.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NEWS.md CHANGED
@@ -1,3 +1,13 @@
1
+ ### v11.5.0 (2023-10-30)
2
+
3
+ #### Miscellaneous chores
4
+
5
+ * **dep:** Updated @newrelic/security-agent to v0.4.0 ([#1837](https://github.com/newrelic/node-newrelic/pull/1837)) ([fb06ac9](https://github.com/newrelic/node-newrelic/commit/fb06ac930269b784fcea6c2b8ea5e54158677ec4))
6
+
7
+ #### Continuous integration
8
+
9
+ * Disable fail-fast on nightly versioned test runs ([#1836](https://github.com/newrelic/node-newrelic/pull/1836)) ([fe1b4fc](https://github.com/newrelic/node-newrelic/commit/fe1b4fc4c00b2e4ea4c7b6fa5a8c1cd6e864145a))
10
+
1
11
  ### v11.4.0 (2023-10-25)
2
12
 
3
13
  #### Features
@@ -927,7 +927,7 @@ Apache License
927
927
 
928
928
  ### @newrelic/security-agent
929
929
 
930
- This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v0.3.0](https://github.com/newrelic/csec-node-agent/tree/v0.3.0)), distributed under the [New Relic Pre-Release License](https://github.com/newrelic/csec-node-agent/blob/v0.3.0/LICENSE):
930
+ This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v0.4.0](https://github.com/newrelic/csec-node-agent/tree/v0.4.0)), distributed under the [New Relic Pre-Release License](https://github.com/newrelic/csec-node-agent/blob/v0.4.0/LICENSE):
931
931
 
932
932
  ```
933
933
  ## New Relic Pre-Release Software Notice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newrelic",
3
- "version": "11.4.0",
3
+ "version": "11.5.0",
4
4
  "author": "New Relic Node.js agent team <nodejs@newrelic.com>",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [
@@ -185,7 +185,7 @@
185
185
  "@grpc/proto-loader": "^0.7.5",
186
186
  "@newrelic/aws-sdk": "^7.0.2",
187
187
  "@newrelic/koa": "^8.0.1",
188
- "@newrelic/security-agent": "0.3.0",
188
+ "@newrelic/security-agent": "0.4.0",
189
189
  "@newrelic/superagent": "^7.0.1",
190
190
  "@tyriar/fibonacci-heap": "^2.0.7",
191
191
  "concat-stream": "^2.0.0",