Skip to content

Commit 9a88db1

Browse files
trentmPeterEinberger
authored andcommitted
3.48.0 (elastic#3468)
1 parent 4b857dd commit 9a88db1

5 files changed

+7
-12
lines changed

CHANGELOG.asciidoc

+2-7
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
35+
[[release-notes-3.48.0]]
36+
==== 3.48.0 - 2023/07/07
3937
4038
[float]
4139
===== Features
@@ -84,9 +82,6 @@ See <<esm>> for full details.
8482
* Fix a possible crash when using `getSignedUrl()` from `@aws-sdk/s3-request-presigner`
8583
due to a bug in `@aws-sdk/client-s3` instrumentation. ({issues}3464[#3464])
8684
87-
[float]
88-
===== Chores
89-
9085
9186
[[release-notes-3.47.0]]
9287
==== 3.47.0 - 2023/06/14

docs/esm.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66
[[esm]]
77
== ECMAScript module support
88

9-
NOTE: ECMAScript module support is currently incomplete and experimental. It was added in version REPLACEME.
9+
NOTE: ECMAScript module support is currently incomplete and experimental. It was added in version v3.48.0.
1010

1111
The Elastic APM Node.js agent includes _limited and experimental_ support for auto-instrumentation of https://nodejs.org/api/esm.html#modules-ecmascript-modules[ECMAScript modules] (ESM) -- i.e. modules loaded via the `import ...` statement or the `import(...)` expression. Support is based on the experimental https://nodejs.org/api/esm.html#loaders[Node.js Loaders API], which requires passing the `--experimental-loader` option to node.
1212

docs/supported-technologies.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The current APM agent version (3.x) works with Node.js versions back to v8.6. We
2626
[[compatibility-esm]]
2727
=== ECMAScript Modules (ESM)
2828

29-
Beginning with version REPLACEME, the Elastic APM Node.js agent includes
29+
Beginning with version v3.48.0, the Elastic APM Node.js agent includes
3030
_limited and experimental_ support for instrumenting
3131
https://nodejs.org/api/esm.html#modules-ecmascript-modules[ECMAScript module imports],
3232
i.e. modules that are loaded via `import ...` statements and `import('...')` (dynamic import).

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": "3.47.0",
3+
"version": "3.48.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)