Skip to content

Commit 1295fcf

Browse files
authored
release 4.11.2 (#4511)
1 parent 4ee7862 commit 1295fcf

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.asciidoc

+11
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ Notes:
3434
See the <<upgrade-to-v4>> guide.
3535
3636
37+
[[release-notes-4.11.2]]
38+
==== 4.11.2 - 2025/03/17
39+
40+
[float]
41+
===== Bug fixes
42+
43+
* Fix bug in instrumentation of Azure Functions that could result in crashing
44+
the application. The known case was with a ServiceBus function (using
45+
`app.serviceBusTopic(...)` from `@azure/functions`). ({issues}4508[#4508])
46+
47+
3748
[[release-notes-4.11.1]]
3849
==== 4.11.1 - 2025/03/14
3950

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ A release involves the following published artifacts:
222222
needed changes.
223223
- Follow its instructions to create a PR from this working dir.
224224
- Ensure the "buildkite/docs-build-pr" workflow passes for this branch.
225+
(Re-run via `run docs-build` comment.)
225226
- "Squash and merge" the PR.
226227
- The periodic docs CI will update the
227228
[published docs](https://www.elastic.co/guide/en/apm/agent/nodejs/current/release-notes-4.x.html).

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

0 commit comments

Comments
 (0)