Skip to content

Commit

Permalink
3.43.0 (#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Mar 2, 2023
1 parent 63b6eca commit 64b2ffc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 64b2ffc

Please sign in to comment.