From 8deabfc526c1cdb1bd78c4b27313850339d30b0e Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 14 Mar 2025 13:51:19 -0700 Subject: [PATCH] release 4.11.2 --- CHANGELOG.asciidoc | 11 +++++++++++ CONTRIBUTING.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index daed5aa763..de06647fda 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -34,6 +34,17 @@ Notes: See the <> 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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa925fd18e..ae9b7a2af0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). diff --git a/package-lock.json b/package-lock.json index 1200772c5e..0f0d203fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "4.11.1", + "version": "4.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "4.11.1", + "version": "4.11.2", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.5.0", diff --git a/package.json b/package.json index 7ddb3323ab..3c4c04c7a3 100644 --- a/package.json +++ b/package.json @@ -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",