Skip to content

Commit 4818c65

Browse files
authored
release 4.7.1 (#4146)
The import-in-the-middle update is work a bug fix release. It fixes a crash when using vue with ESM code.
1 parent c1aa525 commit 4818c65

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36+
37+
[[release-notes-4.7.1]]
38+
==== 4.7.1 - 2024/07/24
39+
40+
[float]
41+
===== Bug fixes
42+
43+
- Update import-in-the-middle internally-used library to v1.9.1. This can
44+
fix usage with ESM code (see <<esm>>) in some cases, e.g. usage with
45+
https://github.com/elastic/apm-agent-nodejs/issues/4143[Nuxt 3].
46+
47+
3648
[[release-notes-4.7.0]]
3749
==== 4.7.0 - 2024/06/13
3850

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)