From 64b2ffc24d2bdced04967281019ec631fae23f5e Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 2 Mar 2023 13:08:45 -0800 Subject: [PATCH] 3.43.0 (#3184) --- CHANGELOG.asciidoc | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b872f30a16..c470ad663c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,7 +32,8 @@ Notes: === Node.js Agent version 3.x -==== Unreleased +[[release-notes-3.43.0]] +==== 3.43.0 2023/03/02 [float] ===== Breaking changes @@ -52,7 +53,9 @@ Notes: * Extend Lambda instrumentation to capture details for Lambda function URL and ELB-triggered Lambdas. ({issues}2901[#2901]) -* Make `Agent.flush()` return a `Promise` if no callback is passed as param. ({issues}2857(#2857)) +* Make `Agent.flush()` return a `Promise` if no callback is passed as param. + This means that flush is now `await`able: `await apm.flush()`. + ({issues}2857(#2857)) [float] ===== Bug fixes diff --git a/package-lock.json b/package-lock.json index 8d21b047ae..63859e3ffb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "3.42.0", + "version": "3.43.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "3.42.0", + "version": "3.43.0", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.2.0", diff --git a/package.json b/package.json index 791a8c86c7..04bf663d88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "3.42.0", + "version": "3.43.0", "description": "The official Elastic APM agent for Node.js", "main": "index.js", "types": "index.d.ts",