diff --git a/NEWS.md b/NEWS.md index b7d6634efc..7f85b50dad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,23 @@ +### v12.1.1 (2024-08-15) + +#### Bug fixes + +* Updated `amqplib` instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) +* Updated `redis` instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) +* Updated the `kafkajs` node metrics to remove `/Named` from the name ([#2458](https://github.com/newrelic/node-newrelic/pull/2458)) ([37ce113](https://github.com/newrelic/node-newrelic/commit/37ce1137a91c2efa85541cf6ec252a759e5f48ea)) + +#### Code refactoring + +* Updated pino instrumentation to separate the wrapping of asJson into its own function ([#2464](https://github.com/newrelic/node-newrelic/pull/2464)) ([81fdde1](https://github.com/newrelic/node-newrelic/commit/81fdde1e35b5643ff141db1309ca58d7f6176cd5)) + +#### Documentation + +* Updated compatibility report ([#2460](https://github.com/newrelic/node-newrelic/pull/2460)) ([a4570e9](https://github.com/newrelic/node-newrelic/commit/a4570e93298d10f4464570b75867634b95a61e89)) + +#### Miscellaneous chores + +* Removed limit on superagent versioned testing ([#2456](https://github.com/newrelic/node-newrelic/pull/2456)) ([b4b6a6b](https://github.com/newrelic/node-newrelic/commit/b4b6a6b2eca8bd47d17f8b265344b4596c8226b3)) + ### v12.1.0 (2024-08-12) #### Bug fixes diff --git a/changelog.json b/changelog.json index 4829b97099..a5e0d325d0 100644 --- a/changelog.json +++ b/changelog.json @@ -1,12 +1,24 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "12.1.1", + "changes": { + "security": [], + "bugfixes": [ + "Updated `amqplib` instrumentation to properly parse host/port from connect", + "Updated `redis` instrumentation to parse host/port when a url is not provided", + "Updated the `kafkajs` node metrics to remove `/Named` from the name" + ], + "features": [] + } + }, { "version": "12.1.0", "changes": { "security": [], "bugfixes": [ - "Pick log message from merging object in Pino instrumentation", + "Pick log message from merging object in Pino instrumentation", "Added TLS verification for Redis" ], "features": [] @@ -555,4 +567,4 @@ } } ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index e791b9eea3..9b173280f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "12.1.0", + "version": "12.1.1", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [