From d255bdd4aebc2dd65b92247fdd71557a9bc86c72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:14:41 -0400 Subject: [PATCH] chore: release v11.21.0 (#2297) --- NEWS.md | 19 +++++++++++++++++++ changelog.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index ea2205e793..8898653528 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,22 @@ +### v11.21.0 (2024-06-25) + +#### Features + +* Added support for getting container ids from ECS metadata API ([#2292](https://github.com/newrelic/node-newrelic/pull/2292)) ([dbca830](https://github.com/newrelic/node-newrelic/commit/dbca830deb6c9420427b60df4875ba71939508c4)) + +#### Bug fixes + +* Handled assigning headers in LambdaProxyWebRequest when there are no headers present ([#2293](https://github.com/newrelic/node-newrelic/pull/2293)) ([e4d22f3](https://github.com/newrelic/node-newrelic/commit/e4d22f38b70cee061b345d6dbc94a2783a164b76)) + +#### Documentation + +* Updated compatibility report ([#2290](https://github.com/newrelic/node-newrelic/pull/2290)) ([b5fc893](https://github.com/newrelic/node-newrelic/commit/b5fc8932ed5a0372f8be3f0e53c6d9fa0cf12855)) + +#### Tests + +* Fixed log error stack message truncating and failing equality test ([#2294](https://github.com/newrelic/node-newrelic/pull/2294)) ([8e06f0f](https://github.com/newrelic/node-newrelic/commit/8e06f0f77762922e7862446bdf85a32eef3f9096)) +* Updated shimmer method in benchmark tests ([#2281](https://github.com/newrelic/node-newrelic/pull/2281)) ([1528d68](https://github.com/newrelic/node-newrelic/commit/1528d685c7fd8e9af23ea91bd66124b82dcdb523)) + ### v11.20.0 (2024-06-24) #### Features diff --git a/changelog.json b/changelog.json index f683a63357..971ae003f0 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,18 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "11.21.0", + "changes": { + "security": [], + "bugfixes": [ + "Handled assigning headers in LambdaProxyWebRequest when there are no headers present" + ], + "features": [ + "Added support for getting container ids from ECS metadata API" + ] + } + }, { "version": "11.20.0", "changes": { @@ -472,4 +484,4 @@ } } ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index 383eceeacb..5394767c45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "11.20.0", + "version": "11.21.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [