Skip to content

Commit

Permalink
relaese 4.7.2 (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Aug 1, 2024
1 parent d5541f7 commit dd5344c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[[release-notes-4.7.2]]
==== 4.7.2 - 2024/08/01
[float]
===== Features
* Support hooking built-in Node.js modules loaded via https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid[`process.getBuiltinModule`], added in v22.3.0. ({pull}4160[#4160])
[float]
===== Bug fixes
Expand All @@ -49,10 +50,9 @@ See the <<upgrade-to-v4>> guide.
* Fix for config resolution process. Before this change falsy config options coming
from the `elastic-apm-node.js` file were ignored. ({pull}4119[#4119])
* Support hooking built-in Node.js modules loaded via https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid[`process.getBuiltinModule`], added in v22.3.0. ({pull}4160[#4160])
[float]
===== Chores
* Fix publishing of AWS Lambda layer to all AWS regions. This was broken in
the 4.7.1 release. ({issues}4171[#4171])
[[release-notes-4.7.1]]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "4.7.1",
"version": "4.7.2",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down

0 comments on commit dd5344c

Please sign in to comment.