Skip to content

Commit

Permalink
3.46.0 (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored May 15, 2023
1 parent 2eeb819 commit 2a9e748
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@ Notes:
=== Node.js Agent version 3.x
==== Unreleased
[float]
===== Breaking changes
[[release-notes-3.46.0]]
==== 3.46.0 - 2023/05/15
[float]
===== Features
* Add support for @aws-sdk/client-s3 ({pull}3287[#3287])
* Add support for `@aws-sdk/client-s3`, one of the AWS SDK v3 clients.
({pull}3287[#3287])
* Add support for `@apollo/server@4` -- the new Apollo Server package which
replaces `apollo-server`, `apollo-server-express`, etc. Contributed by
@jmesimak. ({pull}3203[#3203])
* Add <<capture-body>> support for Fastify instrumentation.
Contributed by @xxzefgh. ({pull}2681[#2681])
Expand All @@ -62,9 +65,6 @@ Notes:
and the APM agent will automatically add a MetricReader to ship metrics to
APM server. See the <<opentelemetry-bridge>> for details. ({pull}3152[#3152])
[float]
===== Bug fixes
[float]
===== Chores
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ The `sanitizeFieldNames` will redact any matched _field names_. If you wish to
[[filter-http-headers]]
==== `filterHttpHeaders`

[small]#Deprecated in: REPLACEME
[small]#Deprecated in: v3.46.0

* *Type:* Boolean
* *Default:* `true`
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.45.0",
"version": "3.46.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2a9e748

Please sign in to comment.