Skip to content

Commit d86e26a

Browse files
authored
3.49.0 (#3542)
1 parent 8b006ab commit d86e26a

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,26 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
39-
40-
[float]
41-
===== Features
35+
[[release-notes-3.49.0]]
36+
==== 3.49.0 - 2023/08/03
4237
4338
[float]
4439
===== Bug fixes
4540
4641
* Fix ESM support: the "loader.mjs" file was accidentally not included in
4742
the published package in v3.48.0. ({pull}3534[#3534])
4843
49-
* Fix instrumentation of `@aws-sdk/client-s3` from v3.378.0 and up. The new version requires `@smithy/smithy-client`
50-
v2.0.1 and the agent was instrumeting it within the semver range '>=1 <2'.
44+
* Fix instrumentation of `@aws-sdk/client-s3` from v3.378.0 and up. The new
45+
version requires `@smithy/smithy-client` v2.0.1 and the agent was
46+
instrumenting it within the semver range '>=1 <2'. ({issues}3523[#3523])
5147
5248
* Fix wrapping of `http.request()` for node v18.17.0. Before this change, a
5349
call with a non-Function callback -- `http.request(urlString, {}, 'this-is-not-a-cb-function')`
5450
-- would accidentally *not* fail because of the agent's instrumentation.
51+
({pull}3511[#3511])
5552
5653
* Fix tedious instrumentation to recognize "connection.prepare()" usage in
57-
[email protected] and later.
54+
[email protected] and later. ({pull}3470[#3470])
5855
5956
[float]
6057
===== Chores

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.48.0",
3+
"version": "3.49.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)