Skip to content

Commit 5c6c35b

Browse files
authored
release 4.11.0 (#4432)
1 parent bff2e23 commit 5c6c35b

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

CHANGELOG.asciidoc

+2-6
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
==== Unreleased
37-
38-
[float]
39-
===== Breaking changes
36+
[[release-notes-4.11.0]]
37+
==== 4.11.0 - 2025/01/20
4038
4139
[float]
4240
===== Features
@@ -51,8 +49,6 @@ See the <<upgrade-to-v4>> guide.
5149
`@aws-sdk/client-sns` for versions 3.723.0 and later. Internally the AWS SDK
5250
clients updated to `@smithy/smithy-client@4`. ({pull}4398[#4398])
5351
54-
[float]
55-
===== Chores
5652
5753
[[release-notes-4.10.0]]
5854
==== 4.10.0 - 2024/12/24

docs/esm.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ when invoked as follows:
3636
export ELASTIC_APM_SERVER_URL='https://...apm...cloud.es.io:443'
3737
export ELASTIC_APM_SECRET_TOKEN='...'
3838
node -r elastic-apm-node/start.js \
39-
--experimental-loader=elastic-apm-node/loader.mjs' \
39+
--experimental-loader=elastic-apm-node/loader.mjs \
4040
node server.mjs
4141
----
4242

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.10.0",
3+
"version": "4.11.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)