Skip to content

Commit dd5344c

Browse files
authored
relaese 4.7.2 (#4173)
1 parent d5541f7 commit dd5344c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.asciidoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
==== Unreleased
3736
38-
[float]
39-
===== Breaking changes
37+
[[release-notes-4.7.2]]
38+
==== 4.7.2 - 2024/08/01
4039
4140
[float]
4241
===== Features
4342
43+
* 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])
44+
4445
[float]
4546
===== Bug fixes
4647
@@ -49,10 +50,9 @@ See the <<upgrade-to-v4>> guide.
4950
5051
* Fix for config resolution process. Before this change falsy config options coming
5152
from the `elastic-apm-node.js` file were ignored. ({pull}4119[#4119])
52-
* 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])
5353
54-
[float]
55-
===== Chores
54+
* Fix publishing of AWS Lambda layer to all AWS regions. This was broken in
55+
the 4.7.1 release. ({issues}4171[#4171])
5656
5757
5858
[[release-notes-4.7.1]]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "4.7.1",
3+
"version": "4.7.2",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)