Skip to content

Commit 2a9e748

Browse files
authored
3.46.0 (#3336)
1 parent 2eeb819 commit 2a9e748

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,18 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
35+
[[release-notes-3.46.0]]
36+
==== 3.46.0 - 2023/05/15
3937
4038
[float]
4139
===== Features
4240
43-
* Add support for @aws-sdk/client-s3 ({pull}3287[#3287])
41+
* Add support for `@aws-sdk/client-s3`, one of the AWS SDK v3 clients.
42+
({pull}3287[#3287])
43+
44+
* Add support for `@apollo/server@4` -- the new Apollo Server package which
45+
replaces `apollo-server`, `apollo-server-express`, etc. Contributed by
46+
@jmesimak. ({pull}3203[#3203])
4447
4548
* Add <<capture-body>> support for Fastify instrumentation.
4649
Contributed by @xxzefgh. ({pull}2681[#2681])
@@ -62,9 +65,6 @@ Notes:
6265
and the APM agent will automatically add a MetricReader to ship metrics to
6366
APM server. See the <<opentelemetry-bridge>> for details. ({pull}3152[#3152])
6467
65-
[float]
66-
===== Bug fixes
67-
6868
[float]
6969
===== Chores
7070

docs/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ The `sanitizeFieldNames` will redact any matched _field names_. If you wish to
977977
[[filter-http-headers]]
978978
==== `filterHttpHeaders`
979979

980-
[small]#Deprecated in: REPLACEME
980+
[small]#Deprecated in: v3.46.0
981981

982982
* *Type:* Boolean
983983
* *Default:* `true`

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