newrelic 8.7.0 → 8.7.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 +72 -49
- package/THIRD_PARTY_NOTICES.md +3 -3
- package/package.json +3 -3
package/NEWS.md
CHANGED
|
@@ -1,60 +1,83 @@
|
|
|
1
|
-
### v8.7.
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
|
|
1
|
+
### v8.7.1 (2022-01-18)
|
|
2
|
+
|
|
3
|
+
* Bumped @newrelic/aws-sdk to ^4.1.1.
|
|
4
|
+
|
|
5
|
+
* Upgraded `@newrelic/test-utilities` to ^6.3.0.
|
|
6
|
+
|
|
7
|
+
Includes `helpers.getShim` so sub packages properly execute.
|
|
8
|
+
|
|
9
|
+
* Resolved dependabot and certain npm audit warnings.
|
|
10
|
+
|
|
11
|
+
* Automation and CI improvements:
|
|
12
|
+
* Added a script to be used by agent developers to add a PR to `docs-website` after the release of agent.
|
|
13
|
+
* Changed the trigger for post release jobs.
|
|
14
|
+
* Updated the `create-release-tag` script to pass in workflows to check before creating tag.
|
|
15
|
+
* Fixed `create-release-tag` to properly filter out all async workflow run checks
|
|
16
|
+
* Updated agent release to pass in a different list of workflows vs the default
|
|
17
|
+
* Fixed release creation reusable workflow by passing in repo to `bin/create-release-tag.js` and `bin/create-github-release.js`.
|
|
18
|
+
* Added `workflow_dispatch` to Agent Post Release workflow for manual testing.
|
|
19
|
+
* Added a reusable workflow to create a release tag, publish to NPM and publish a GitHub release.
|
|
20
|
+
* Updated agent release workflow to reference reusable workflow.
|
|
21
|
+
* Added a new workflow to update RPM and publish API docs on a published release event type.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### v8.7.0 (2022-01-04)
|
|
25
|
+
|
|
26
|
+
* Updated `onResolved` instrumentation hook to only be called the first time we see a specific module filepath resolved.
|
|
27
|
+
|
|
28
|
+
* Removed `tracer.segment` in place of direct usage of context manager.
|
|
29
|
+
|
|
7
30
|
* Fixed an issue where multiple calls to `instrumentLoadedModule` resulted in re-instrumenting the same module.
|
|
8
|
-
|
|
9
|
-
* Fixed issue where `instrumentLoadedModule` would return `true` even if the instrumentation handler indicated it did not apply instrumentation.
|
|
10
|
-
|
|
31
|
+
|
|
32
|
+
* Fixed issue where `instrumentLoadedModule` would return `true` even if the instrumentation handler indicated it did not apply instrumentation.
|
|
33
|
+
|
|
11
34
|
* Added support metrics for tracking when instrumentation was applied per module.
|
|
12
35
|
|
|
13
36
|
* `Supportability/Features/Instrumentation/OnResolved/<module-name>`
|
|
14
37
|
* `Supportability/Features/Instrumentation/OnResolved/<module-name>/Version/<major version>`
|
|
15
38
|
* `Supportability/Features/Instrumentation/OnRequire/<module-name>`
|
|
16
|
-
* `Supportability/Features/Instrumentation/OnRequire/<module-name>/Version/<major version>`
|
|
17
|
-
|
|
18
|
-
* Fixed issue where expected status code ranges would not be parsed until ignored status codes were also defined.
|
|
19
|
-
|
|
20
|
-
* Added an input `changelog_file` to pass in name of changelog. This defaults to `NEWS.md` but some repos use `CHANGELOG.md`
|
|
21
|
-
|
|
22
|
-
* Abstracted `bin/prepare-release.js` to work against other repositories.
|
|
23
|
-
|
|
24
|
-
* Added reusable prepare-release workflow that can be referenced in all other newrelic Node.js repositories.
|
|
25
|
-
|
|
26
|
-
* Updated pending PRs workflow to check all repos the team owns.
|
|
27
|
-
|
|
28
|
-
* Changed the event type from `pull_request` to `pull_request_target` to allow for auto assign of PRs to the Node.js Engineering Board
|
|
29
|
-
|
|
30
|
-
* Fixed add to board workflow to properly pass repository secrets into reusable board workflow.
|
|
31
|
-
|
|
32
|
-
* Changes token used to post issues to org level project board
|
|
33
|
-
|
|
34
|
-
* Runs versioned tests for external modules against tests defined in the external repository instead of tests published in npm modules.
|
|
35
|
-
|
|
36
|
-
* Added a reusable workflow to automatically add issues to the Node.js Engineering Board when created.
|
|
37
|
-
|
|
38
|
-
* Added CI job to update system configurations with new agent version on release.
|
|
39
|
-
|
|
40
|
-
* Moved `methods.js` under bluebird versioned test folder.
|
|
41
|
-
|
|
42
|
-
### v8.6.0 (2021-11-17)
|
|
43
|
-
|
|
39
|
+
* `Supportability/Features/Instrumentation/OnRequire/<module-name>/Version/<major version>`
|
|
40
|
+
|
|
41
|
+
* Fixed issue where expected status code ranges would not be parsed until ignored status codes were also defined.
|
|
42
|
+
|
|
43
|
+
* Added an input `changelog_file` to pass in name of changelog. This defaults to `NEWS.md` but some repos use `CHANGELOG.md`
|
|
44
|
+
|
|
45
|
+
* Abstracted `bin/prepare-release.js` to work against other repositories.
|
|
46
|
+
|
|
47
|
+
* Added reusable prepare-release workflow that can be referenced in all other newrelic Node.js repositories.
|
|
48
|
+
|
|
49
|
+
* Updated pending PRs workflow to check all repos the team owns.
|
|
50
|
+
|
|
51
|
+
* Changed the event type from `pull_request` to `pull_request_target` to allow for auto assign of PRs to the Node.js Engineering Board
|
|
52
|
+
|
|
53
|
+
* Fixed add to board workflow to properly pass repository secrets into reusable board workflow.
|
|
54
|
+
|
|
55
|
+
* Changes token used to post issues to org level project board
|
|
56
|
+
|
|
57
|
+
* Runs versioned tests for external modules against tests defined in the external repository instead of tests published in npm modules.
|
|
58
|
+
|
|
59
|
+
* Added a reusable workflow to automatically add issues to the Node.js Engineering Board when created.
|
|
60
|
+
|
|
61
|
+
* Added CI job to update system configurations with new agent version on release.
|
|
62
|
+
|
|
63
|
+
* Moved `methods.js` under bluebird versioned test folder.
|
|
64
|
+
|
|
65
|
+
### v8.6.0 (2021-11-17)
|
|
66
|
+
|
|
44
67
|
* Added `onResolved` instrumentation hook to apply instrumentation prior to module load.
|
|
45
68
|
|
|
46
|
-
This hook fires after the module filepath has been resolved just prior to the module being loaded by the CommonJS module loader.
|
|
47
|
-
|
|
48
|
-
* Fixed issue where `recordConsume` was not binding consumer if it was a promise
|
|
49
|
-
|
|
50
|
-
* Pinned mongo versioned tests to `<4.2.0` until we can address https://github.com/newrelic/node-newrelic/issues/982
|
|
51
|
-
|
|
52
|
-
* Introduced a context management API to be used in place of manually calling tracer.segment get/set.
|
|
53
|
-
|
|
54
|
-
### v8.5.2 (2021-11-09)
|
|
55
|
-
|
|
56
|
-
* Fixed issue where unhandled promise rejections were not getting logged as errors in a lambda execution
|
|
57
|
-
|
|
69
|
+
This hook fires after the module filepath has been resolved just prior to the module being loaded by the CommonJS module loader.
|
|
70
|
+
|
|
71
|
+
* Fixed issue where `recordConsume` was not binding consumer if it was a promise
|
|
72
|
+
|
|
73
|
+
* Pinned mongo versioned tests to `<4.2.0` until we can address https://github.com/newrelic/node-newrelic/issues/982
|
|
74
|
+
|
|
75
|
+
* Introduced a context management API to be used in place of manually calling tracer.segment get/set.
|
|
76
|
+
|
|
77
|
+
### v8.5.2 (2021-11-09)
|
|
78
|
+
|
|
79
|
+
* Fixed issue where unhandled promise rejections were not getting logged as errors in a lambda execution
|
|
80
|
+
|
|
58
81
|
### v8.5.1 (2021-11-03)
|
|
59
82
|
|
|
60
83
|
* Fixed bug where failure to retrieve CPU/Memory details for certain Linux distros could result in a crash.
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -504,7 +504,7 @@ This product includes source derived from [@grpc/proto-loader](https://github.co
|
|
|
504
504
|
|
|
505
505
|
### @newrelic/aws-sdk
|
|
506
506
|
|
|
507
|
-
This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v4.
|
|
507
|
+
This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v4.1.1](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v4.1.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v4.1.1/LICENSE):
|
|
508
508
|
|
|
509
509
|
```
|
|
510
510
|
Apache License
|
|
@@ -1770,7 +1770,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1770
1770
|
|
|
1771
1771
|
### @newrelic/test-utilities
|
|
1772
1772
|
|
|
1773
|
-
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v6.
|
|
1773
|
+
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v6.3.0](https://github.com/newrelic/node-test-utilities/tree/v6.3.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v6.3.0/LICENSE):
|
|
1774
1774
|
|
|
1775
1775
|
```
|
|
1776
1776
|
Apache License
|
|
@@ -3292,7 +3292,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
3292
3292
|
|
|
3293
3293
|
### tap
|
|
3294
3294
|
|
|
3295
|
-
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.
|
|
3295
|
+
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v15.1.6](https://github.com/tapjs/node-tap/tree/v15.1.6)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v15.1.6/LICENSE):
|
|
3296
3296
|
|
|
3297
3297
|
```
|
|
3298
3298
|
The ISC License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "newrelic",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.1",
|
|
4
4
|
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"contributors": [
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"dependencies": {
|
|
162
162
|
"@grpc/grpc-js": "^1.2.11",
|
|
163
163
|
"@grpc/proto-loader": "^0.5.6",
|
|
164
|
-
"@newrelic/aws-sdk": "^4.
|
|
164
|
+
"@newrelic/aws-sdk": "^4.1.1",
|
|
165
165
|
"@newrelic/koa": "^6.0.1",
|
|
166
166
|
"@newrelic/superagent": "^5.0.1",
|
|
167
167
|
"@tyriar/fibonacci-heap": "^2.0.7",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"@newrelic/eslint-config": "^0.0.3",
|
|
180
180
|
"@newrelic/newrelic-oss-cli": "^0.1.2",
|
|
181
181
|
"@newrelic/proxy": "^2.0.0",
|
|
182
|
-
"@newrelic/test-utilities": "^6.
|
|
182
|
+
"@newrelic/test-utilities": "^6.3.0",
|
|
183
183
|
"@octokit/rest": "^18.0.15",
|
|
184
184
|
"@slack/bolt": "^3.7.0",
|
|
185
185
|
"ajv": "^6.12.6",
|