Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.48.0 #3468

Merged
merged 4 commits into from
Jul 7, 2023
Merged

3.48.0 #3468

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/06

[float]
===== Features
Expand Down Expand Up @@ -81,9 +79,6 @@ See <<esm>> for full details.
* Fix aws-sdk v3 instrumentation (currently just `@aws-sdk/client-s3`) for
versions 3.363.0 and later. ({pull}3455[#3455])

[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