Skip to content

Commit 64b2ffc

Browse files
authored
3.43.0 (#3184)
1 parent 63b6eca commit 64b2ffc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
35+
[[release-notes-3.43.0]]
36+
==== 3.43.0 2023/03/02
3637
3738
[float]
3839
===== Breaking changes
@@ -52,7 +53,9 @@ Notes:
5253
* Extend Lambda instrumentation to capture details for Lambda function URL
5354
and ELB-triggered Lambdas. ({issues}2901[#2901])
5455
55-
* Make `Agent.flush()` return a `Promise` if no callback is passed as param. ({issues}2857(#2857))
56+
* Make `Agent.flush()` return a `Promise` if no callback is passed as param.
57+
This means that flush is now `await`able: `await apm.flush()`.
58+
({issues}2857(#2857))
5659
5760
[float]
5861
===== Bug fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.42.0",
3+
"version": "3.43.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)