[Backport 8.12] 8.11.0 changelog (#2099)

* Changelog for 8.11.0

* Add redaction docs link to changelog

(cherry picked from commit 1fb789862d)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2023-12-12 16:11:24 -06:00
committed by GitHub
parent 1e8565ad3b
commit a2fb62ba43
3 changed files with 22 additions and 2 deletions

View File

@ -1,6 +1,25 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.11.0
[discrete]
=== Features
[discrete]
===== Support for Elasticsearch `v8.11.0`
You can find all the API changes
https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.0.html[here].
[discrete]
===== Enhanced support for redacting potentially sensitive data https://github.com/elastic/elasticsearch-js/pull/2095[#2095]
`@elastic/transport` https://github.com/elastic/elastic-transport-js/releases/tag/v8.4.0[version 8.4.0] introduces enhanced measures for ensuring that request metadata attached to some `Error` objects is redacted. This functionality is primarily to address custom logging solutions that don't use common serialization methods like `JSON.stringify`, `console.log`, or `util.inspect`, which were already accounted for.
See <<redaction>> for more information.
[discrete]
=== 8.10.0