Skip to content

Commit

Permalink
3.48.0 (#3468)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jul 7, 2023
1 parent d62dfde commit 7a524d0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ Notes:
=== Node.js Agent version 3.x
==== Unreleased
[float]
===== Breaking changes
[[release-notes-3.48.0]]
==== 3.48.0 - 2023/07/07
[float]
===== Features
Expand Down Expand Up @@ -84,9 +82,6 @@ See <<esm>> for full details.
* Fix a possible crash when using `getSignedUrl()` from `@aws-sdk/s3-request-presigner`
due to a bug in `@aws-sdk/client-s3` instrumentation. ({issues}3464[#3464])
[float]
===== Chores
[[release-notes-3.47.0]]
==== 3.47.0 - 2023/06/14
Expand Down
2 changes: 1 addition & 1 deletion docs/esm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif::[]
[[esm]]
== ECMAScript module support

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

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/supported-technologies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The current APM agent version (3.x) works with Node.js versions back to v8.6. We
[[compatibility-esm]]
=== ECMAScript Modules (ESM)

Beginning with version REPLACEME, the Elastic APM Node.js agent includes
Beginning with version v3.48.0, the Elastic APM Node.js agent includes
_limited and experimental_ support for instrumenting
https://nodejs.org/api/esm.html#modules-ecmascript-modules[ECMAScript module imports],
i.e. modules that are loaded via `import ...` statements and `import('...')` (dynamic import).
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": "3.47.0",
"version": "3.48.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7a524d0

Please sign in to comment.