newrelic 10.3.2 → 10.4.1

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,30 @@
1
+ ### v10.4.1 (2023-07-10)
2
+
3
+ #### Security Improvements
4
+
5
+ * **deps:** bump protobufjs from 7.2.3 to 7.2.4 ([#1713](https://github.com/newrelic/node-newrelic/pull/1713)) ([5fb4606](https://github.com/newrelic/node-newrelic/commit/5fb4606f04f1317bbb5fa1807d149233bb0b84fd))
6
+
7
+ #### Miscellaneous Chores
8
+
9
+ * **test:** Converted adaptive-sampler.test.js to tap ([#1709](https://github.com/newrelic/node-newrelic/pull/1709)) ([bb42249](https://github.com/newrelic/node-newrelic/commit/bb4224926dd0576d57dd233596c12088de099183))
10
+ * **test:** converted environment.test.js to tap ([#1705](https://github.com/newrelic/node-newrelic/pull/1705)) ([53b4376](https://github.com/newrelic/node-newrelic/commit/53b4376863f88b9aaa5e778dcce71cba2fe0ee20))
11
+ * **test:** Replaced t.equals with t.equal ([#1711](https://github.com/newrelic/node-newrelic/pull/1711)) ([a0b255e](https://github.com/newrelic/node-newrelic/commit/a0b255e74ded6c9342a5411446a635b38df9f805))
12
+
13
+ ### v10.4.0 (2023-06-30)
14
+
15
+ #### Miscellaneous Chores
16
+
17
+ * **test:** Converted 'errors/expected.test.js' to tap-style ([#1695](https://github.com/newrelic/node-newrelic/pull/1695)) ([86025de](https://github.com/newrelic/node-newrelic/commit/86025de673b2380561b29ff6a384babb85df7521))
18
+ * **test:** Converted server-config.test.js to tap-style ([#1702](https://github.com/newrelic/node-newrelic/pull/1702)) ([2c6906d](https://github.com/newrelic/node-newrelic/commit/2c6906de3b21068424acb42229d4ad5fdf6c547c))
19
+
20
+ #### Continuous Integration
21
+
22
+ * skip running test suite when merging releases ([#1704](https://github.com/newrelic/node-newrelic/pull/1704)) ([f78b981](https://github.com/newrelic/node-newrelic/commit/f78b98146839b8ff594a066764284ac83b9fdfde))
23
+
24
+ #### Build System
25
+
26
+ * updated `@newrelic/aws-sdk` to latest to get the instrumentation fixes for 3.363.0 ([#1707](https://github.com/newrelic/node-newrelic/pull/1707)) ([a2cca08](https://github.com/newrelic/node-newrelic/commit/a2cca08bdbdf509701e1d7f056b479e6947ce344))
27
+
1
28
  ### v10.3.2 (2023-06-26)
2
29
 
3
30
  #### Bug Fixes
@@ -536,7 +536,7 @@ SOFTWARE.
536
536
 
537
537
  ### @newrelic/aws-sdk
538
538
 
539
- This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v5.0.5](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v5.0.5)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v5.0.5/LICENSE):
539
+ This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v6.0.0](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v6.0.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v6.0.0/LICENSE):
540
540
 
541
541
  ```
542
542
  Apache License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newrelic",
3
- "version": "10.3.2",
3
+ "version": "10.4.1",
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/grpc-js": "^1.8.10",
186
186
  "@grpc/proto-loader": "^0.7.5",
187
187
  "@mrleebo/prisma-ast": "^0.5.2",
188
- "@newrelic/aws-sdk": "^5.0.2",
188
+ "@newrelic/aws-sdk": "^6.0.0",
189
189
  "@newrelic/koa": "^7.1.1",
190
190
  "@newrelic/security-agent": "0.1.3",
191
191
  "@newrelic/superagent": "^6.0.0",