-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters