From faebfe032f4b2a8927bd84be732a2fe1a2a23b74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:23:07 -0500 Subject: [PATCH] chore: release v11.10.4 (#2016) --- NEWS.md | 20 ++++++++++++++++++++ changelog.json | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7155bcd42c..509d0e352a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,23 @@ +### v11.10.4 (2024-02-13) + +#### Bug fixes + +* Resolved application logs getting blocked when an excessive payload is encountered ([#2013](https://github.com/newrelic/node-newrelic/pull/2013)) ([365ded4](https://github.com/newrelic/node-newrelic/commit/365ded432b7781ee9c896bf0e067dac8cc2c45cc)) +* Updated Shim to properly calculate the `_moduleRoot` on windows environments ([#2014](https://github.com/newrelic/node-newrelic/pull/2014)) ([ab0bd7f](https://github.com/newrelic/node-newrelic/commit/ab0bd7f87a5ed6ea38f51f068a2fc066af8f8d74)) + +#### Code refactoring + +* Abstracted registering of new aggregators into a Harvester class that is responsible for starting, stopping, updating all registered aggregators. ([#1994](https://github.com/newrelic/node-newrelic/pull/1994)) ([1fb85a6](https://github.com/newrelic/node-newrelic/commit/1fb85a6f97c522ce2951911c670fcbddaa218049)) +* Refactored specs into classes for easier code navigation ([#2004](https://github.com/newrelic/node-newrelic/pull/2004)) ([4daedc0](https://github.com/newrelic/node-newrelic/commit/4daedc08c707bec22056466ef15a45b50f20026f)) + +#### Miscellaneous chores + +* **deps:** Updated @newrelic/security agent to v1.0.1 ([#2002](https://github.com/newrelic/node-newrelic/pull/2002)) ([b460c7b](https://github.com/newrelic/node-newrelic/commit/b460c7be589dd6fa801285b756bf66f62e0f10aa)) + +#### Tests + +* Updated smoke tests to send data to the appropriate collector method ([#2005](https://github.com/newrelic/node-newrelic/pull/2005)) ([6130486](https://github.com/newrelic/node-newrelic/commit/6130486514268b02f68dccceb9b1e29d1e99c78e)) + ### v11.10.3 (2024-02-07) #### Features diff --git a/changelog.json b/changelog.json index a316f0abbd..4a2e491b57 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,17 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "11.10.4", + "changes": { + "security": [], + "bugfixes": [ + "Resolved application logs getting blocked when an excessive payload is encountered", + "Updated Shim to properly calculate the _moduleRoot on windows environments" + ], + "features": [] + } + }, { "version": "11.10.3", "changes": { @@ -338,4 +349,4 @@ } } ] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index ed5900c56d..d10d86d355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newrelic", - "version": "11.10.3", + "version": "11.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newrelic", - "version": "11.10.3", + "version": "11.10.4", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.4", diff --git a/package.json b/package.json index e0cc1f3332..94ad608c78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "11.10.3", + "version": "11.10.4", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [