Skip to content

Commit

Permalink
3.49.0 (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Aug 3, 2023
1 parent 8b006ab commit d86e26a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
17 changes: 7 additions & 10 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,26 @@ Notes:
=== Node.js Agent version 3.x
==== Unreleased
[float]
===== Breaking changes
[float]
===== Features
[[release-notes-3.49.0]]
==== 3.49.0 - 2023/08/03
[float]
===== Bug fixes
* Fix ESM support: the "loader.mjs" file was accidentally not included in
the published package in v3.48.0. ({pull}3534[#3534])
* Fix instrumentation of `@aws-sdk/client-s3` from v3.378.0 and up. The new version requires `@smithy/smithy-client`
v2.0.1 and the agent was instrumeting it within the semver range '>=1 <2'.
* Fix instrumentation of `@aws-sdk/client-s3` from v3.378.0 and up. The new
version requires `@smithy/smithy-client` v2.0.1 and the agent was
instrumenting it within the semver range '>=1 <2'. ({issues}3523[#3523])
* Fix wrapping of `http.request()` for node v18.17.0. Before this change, a
call with a non-Function callback -- `http.request(urlString, {}, 'this-is-not-a-cb-function')`
-- would accidentally *not* fail because of the agent's instrumentation.
({pull}3511[#3511])
* Fix tedious instrumentation to recognize "connection.prepare()" usage in
[email protected] and later.
[email protected] and later. ({pull}3470[#3470])
[float]
===== Chores
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.48.0",
"version": "3.49.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit d86e26a

Please sign in to comment.