Skip to content

Commit ac4f9a2

Browse files
committed
[DOCS] Release notes for 7.16.3
1 parent ff209fd commit ac4f9a2

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 7.16.3
2+
3+
### API
4+
5+
Bugfix for [#1475](https://github.com/elastic/elasticsearch-ruby/issues/1475), an issue where if you indexed a document with an id such as `an id`, it would get escaped to `an+id` instead of `an%20id` when using `index` or `create`. This would result in the document id being `an+id` instead of the intended value `an id`.
6+
7+
## 7.16.2
8+
9+
No release.
10+
11+
## 7.16.1
12+
13+
Patch release corresponding with Elastic Stack version 7.16.1 that addresses the Apache Log4j2 vulnerability, [more information](https://discuss.elastic.co/t/apache-log4j2-remote-code-execution-rce-vulnerability-cve-2021-44228-esa-2021-31/291476).
14+
15+
### Client
16+
17+
The only changes in the client since 7.16.0 are a few minor updates for the [Compatibility mode with 8.0](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/connecting.html#client-comp). We added the compatibility header in `7.13.0`, but now we have integration tests and compatibility tests for version `7.x` of the client with Elasticsearch `8.0`.
18+
119
## 7.16.0
220

321
### Client

docs/release_notes/716.asciidoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
[[release_notes_716]]
22
=== 7.16 Release notes
33

4+
[discrete]
5+
[[release_notes_7163]]
6+
=== 7.16.3 Release notes
7+
8+
==== API
9+
10+
Bugfix for https://github.com/elastic/elasticsearch-ruby/issues/1475[#1475], an issue where if you indexed a document with an id such as `an id`, it would get escaped to `an+id` instead of `an%20id` when using `index` or `create`. This would result in the document id being `an+id` instead of the intended value `an id`.
11+
12+
[discrete]
13+
[[release_notes_7162]]
14+
=== 7.16.2 Release notes
15+
16+
No release.
17+
18+
[discrete]
19+
[[release_notes_7161]]
20+
=== 7.16.1 Release notes
21+
22+
Patch release corresponding with Elastic Stack version 7.16.1 that addresses the Apache Log4j2 vulnerability, https://discuss.elastic.co/t/apache-log4j2-remote-code-execution-rce-vulnerability-cve-2021-44228-esa-2021-31/291476[more information].
23+
24+
==== Client
25+
26+
The only changes in the client since 7.16.0 are a few minor updates for the https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/connecting.html#client-comp[Compatibility mode with 8.0]. We added the compatibility header in `7.13.0`, but now we have integration tests and compatibility tests for version `7.x` of the client with Elasticsearch `8.0`.
27+
28+
[discrete]
29+
[[release_notes_7160]]
30+
=== 7.16.0 Release notes
31+
432
[discrete]
533
==== Client
634

0 commit comments

Comments
 (0)