From dd5344c4025481fbbe1a389b3d87d8340b799c5d Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 1 Aug 2024 09:02:52 -0700 Subject: [PATCH] relaese 4.7.2 (#4173) --- CHANGELOG.asciidoc | 12 ++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 810e339986..dea9eb7bf9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,14 +33,15 @@ Notes: See the <> guide. -==== Unreleased -[float] -===== Breaking changes +[[release-notes-4.7.2]] +==== 4.7.2 - 2024/08/01 [float] ===== Features +* Support hooking built-in Node.js modules loaded via https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid[`process.getBuiltinModule`], added in v22.3.0. ({pull}4160[#4160]) + [float] ===== Bug fixes @@ -49,10 +50,9 @@ See the <> guide. * Fix for config resolution process. Before this change falsy config options coming from the `elastic-apm-node.js` file were ignored. ({pull}4119[#4119]) -* Support hooking built-in Node.js modules loaded via https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid[`process.getBuiltinModule`], added in v22.3.0. ({pull}4160[#4160]) -[float] -===== Chores +* Fix publishing of AWS Lambda layer to all AWS regions. This was broken in + the 4.7.1 release. ({issues}4171[#4171]) [[release-notes-4.7.1]] diff --git a/package-lock.json b/package-lock.json index b8b2b5cfd4..46c872ac27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "4.7.1", + "version": "4.7.2", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.5.0", diff --git a/package.json b/package.json index bc8f8804b2..76b8df2453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "4.7.1", + "version": "4.7.2", "description": "The official Elastic APM agent for Node.js", "type": "commonjs", "main": "index.js",