Skip to content

Commit 56d9fa1

Browse files
committed
[DOCS] Release notes for 7.16.3
1 parent 01681fa commit 56d9fa1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## 7.16.1
212

313
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).

docs/release_notes/716.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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+
418
[discrete]
519
[[release_notes_7161]]
620
=== 7.16.1 Release notes

0 commit comments

Comments
 (0)