diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index ce4a101d4..5ca82bb06 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,26 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.19.0 + +[discrete] +==== Features + +[discrete] +===== Support for Elasticsearch `v8.19` + +You can find all the API changes +https://www.elastic.co/guide/en/elasticsearch/reference/8.19/release-notes-8.19.0.html[here]. + +[discrete] +==== Fixes + +[discrete] +===== Deep merge nested options on client instantiation + +If custom values for `redaction` and `headers` options were set by the user during `Client` instantiation, nested default values would be dropped rather than deep-merged. This has been fixed. + [discrete] === 8.18.2