Skip to content

Commit c55b1d8

Browse files
authored
3.39.0 (#2991)
1 parent a4fb272 commit c55b1d8

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

CHANGELOG.asciidoc

+6-8
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ Notes:
3232
=== Node.js Agent version 3.x
3333
3434
35-
==== Unreleased
36-
37-
[float]
38-
===== Breaking changes
35+
[[release-notes-3.39.0]]
36+
==== 3.39.0 2022/10/17
3937
4038
[float]
4139
===== Features
@@ -78,15 +76,15 @@ As part of this change, improvements have been made to some module instrumentati
7876
* Improve the captured information for Elasticsearch client instrumentation.
7977
For all outgoing Elasticsearch client requests, the full HTTP url is
8078
now captured (stored in the "url.original" field). For Elasticsearch requests
81-
that do a search the outgoing request body is captured (to the
82-
"span.db.statement" field), as before, but the format has changed to only
79+
that do a search, the outgoing request body is captured (to the
80+
"span.db.statement" field) as before, but the format has changed to only
8381
hold the request body. Before this change the "span.db.statement" would
8482
also hold any HTTP query parameters. These are now more naturally captured
85-
with "url.origin". ({issues}2019[#2019])
83+
in "url.original". ({issues}2019[#2019])
8684
+
8785
This change also introduces the <<elasticsearch-capture-body-urls>>
8886
configuration option to enable controlling which Elasticsearch REST API
89-
paths are considered for body capture. ({pull}2873[#2873])
87+
paths are considered for request body capture. ({pull}2873[#2873])
9088
9189
* Support instrumenting core modules when require'd with the optional
9290
https://nodejs.org/api/modules.html#core-modules['node:'-prefix].

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "3.38.0",
3+
"version": "3.39.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)