@@ -32,10 +32,8 @@ Notes:
32
32
=== Node.js Agent version 3.x
33
33
34
34
35
- ==== Unreleased
36
-
37
- [float]
38
- ===== Breaking changes
35
+ [[release-notes-3.39.0]]
36
+ ==== 3.39.0 2022/10/17
39
37
40
38
[float]
41
39
===== Features
@@ -78,15 +76,15 @@ As part of this change, improvements have been made to some module instrumentati
78
76
* Improve the captured information for Elasticsearch client instrumentation.
79
77
For all outgoing Elasticsearch client requests, the full HTTP url is
80
78
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
83
81
hold the request body. Before this change the "span.db.statement" would
84
82
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])
86
84
+
87
85
This change also introduces the <<elasticsearch-capture-body-urls>>
88
86
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])
90
88
91
89
* Support instrumenting core modules when require'd with the optional
92
90
https://nodejs.org/api/modules.html#core-modules['node:'-prefix].
0 commit comments