@@ -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+
8785This change also introduces the <<elasticsearch-capture-body-urls>>
8886configuration 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].
0 commit comments