Skip to content

Commit e0c9a4e

Browse files
committed
[DOCS] Adds release notes for 8.1.2
1 parent 2a7711a commit e0c9a4e

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
*To see release notes for the `7.x` branch and older releases, see [CHANGELOG on the 7.17 branch](https://github.com/elastic/elasticsearch-ruby/blob/7.17/CHANGELOG.md).*
22

3+
## 8.1.2
4+
5+
### API
6+
7+
- Fixes an issue with the generated API code. When updating the code generator for 8.x, the order of `arguments.clone` in the generated code was changed. This would make it so that we would modify the parameters passed in before cloning them, which is undesired. Issue: [#1727](https://github.com/elastic/elasticsearch-ruby/issues/1727).
8+
9+
## 8.1.1
10+
11+
No release, no changes on the client.
12+
313
## 8.1.0
414

515
- Tested versions of Ruby for 8.1.0: Ruby (MRI) 2.6, 2.7, 3.0 and 3.1, JRuby 9.3.

docs/release_notes/81.asciidoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
[[release_notes_81]]
22
=== 8.1 Release notes
33

4+
[discrete]
5+
[[release_notes_812]]
6+
=== 8.1.2 Release notes
7+
8+
[discrete]
9+
==== API
10+
11+
- Fixes an issue with the generated API code. When updating the code generator for 8.x, the order of `arguments.clone` in the generated code was changed. This would make it so that we would modify the parameters passed in before cloning them, which is undesired. Issue: https://github.com/elastic/elasticsearch-ruby/issues/1727[#1727].
12+
13+
[discrete]
14+
[[release_notes_811]]
15+
=== 8.1.1 Release notes
16+
17+
No release, no changes on the client.
18+
19+
[discrete]
20+
[[release_notes_810]]
21+
=== 8.1.0 Release notes
22+
423
- Tested versions of Ruby for 8.1.0: Ruby (MRI) 2.6, 2.7, 3.0 and 3.1, JRuby 9.3.
524

625
[discrete]

0 commit comments

Comments
 (0)