Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.49.0 #3542

Merged
merged 1 commit into from
Aug 3, 2023
Merged

3.49.0 #3542

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading