From 81ef41f77737f05053ecfbf221b3537ec72a905c Mon Sep 17 00:00:00 2001 From: David Luna Date: Wed, 31 Jul 2024 23:14:16 +0200 Subject: [PATCH] chore: update changelog (#4170) --- CHANGELOG.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 212641ca65..810e339986 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -33,6 +33,27 @@ Notes: See the <> guide. +==== Unreleased + +[float] +===== Breaking changes + +[float] +===== Features + +[float] +===== Bug fixes + +* Fix for instrumentation for `@aws-sdk/sns-client` that will prevent a crash + if the client is used when there is no parent transaction present. ({pull}4168[#4168]) + +* 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 + [[release-notes-4.7.1]] ==== 4.7.1 - 2024/07/24