Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 11 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ Notes:
See the <<upgrade-to-v4>> guide.


[[release-notes-4.11.2]]
==== 4.11.2 - 2025/03/17

[float]
===== Bug fixes

* Fix bug in instrumentation of Azure Functions that could result in crashing
the application. The known case was with a ServiceBus function (using
`app.serviceBusTopic(...)` from `@azure/functions`). ({issues}4508[#4508])


[[release-notes-4.11.1]]
==== 4.11.1 - 2025/03/14

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ A release involves the following published artifacts:
needed changes.
- Follow its instructions to create a PR from this working dir.
- Ensure the "buildkite/docs-build-pr" workflow passes for this branch.
(Re-run via `run docs-build` comment.)
- "Squash and merge" the PR.
- The periodic docs CI will update the
[published docs](https://www.elastic.co/guide/en/apm/agent/nodejs/current/release-notes-4.x.html).
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": "4.11.1",
"version": "4.11.2",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down
Loading