diff --git a/NEWS.md b/NEWS.md index 094011c40f..040a15dd00 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +### v11.4.0 (2023-10-25) + +#### Features + +* Added support for parsing container ids from docker versions using cgroups v2. ([#1830](https://github.com/newrelic/node-newrelic/pull/1830)) ([9892901](https://github.com/newrelic/node-newrelic/commit/98929013da3e62e2223f94531b8d6f59eecfc35b)) + +#### Miscellaneous chores + +* [Snyk] Upgraded @grpc/grpc-js from 1.9.2 to 1.9.4. ([#1823](https://github.com/newrelic/node-newrelic/pull/1823)) ([81f9450](https://github.com/newrelic/node-newrelic/commit/81f945033376e4d33651d1e42afc30aea19dbdeb)) +* **deps:** Updated aws-sdk, koa, superagent ([#1831](https://github.com/newrelic/node-newrelic/pull/1831)) ([8b4e963](https://github.com/newrelic/node-newrelic/commit/8b4e963e84d34e4727b9fda3aa630ef119aa3905)) + +#### Tests + +* Increased timeout for integration tests to avoid random failures. ([#1827](https://github.com/newrelic/node-newrelic/pull/1827)) ([5202048](https://github.com/newrelic/node-newrelic/commit/52020485191868f479092ae4860019acf105b3eb)) + ### v11.3.0 (2023-10-23) #### Features diff --git a/changelog.json b/changelog.json index b419b90e71..c36d0a8943 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,16 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "11.4.0", + "changes": { + "security": [], + "bugfixes": [], + "features": [ + "Added support for parsing container ids from docker versions using cgroups v2." + ] + } + }, { "version": "11.3.0", "changes": { @@ -197,4 +207,4 @@ } } ] -} +} \ No newline at end of file