Skip to content

Commit 5ad2876

Browse files
committed
[DOCS] Updates release notes
1 parent 543e8eb commit 5ad2876

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 7.17.8
2+
3+
- Patch releases back to being detached from Elastic stack releases.
4+
- Tested compatibility with Elasticsearch v7.17 APIs.
5+
- Tested versions of Ruby for 7.17.8: Ruby (MRI) 2.7, 3.0, 3.1, 3.2, JRuby 9.3, JRuby 9.4.
6+
- Bugfix in elasticsearch-transport: Fixes enforcing UTF-8 in Response body, causing an error when the string is frozen, particularly when using webmock: [issue #63](https://github.com/elastic/elastic-transport-ruby/issues/63).
7+
18
## 7.17.7
29

310
- Compatibility with Elasticsearch v7.17.7 APIs.

docs/release_notes/717.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
[[release_notes_717]]
22
=== 7.17 Release notes
33

4+
[discrete]
5+
[[release_notes_7178]]
6+
=== 7.17.8 Release notes
7+
8+
- Patch releases back to being detached from Elastic stack releases.
9+
- Tested compatibility with latest releases of Elasticsearch v7.17 APIs.
10+
- Tested versions of Ruby for 7.17.8: Ruby (MRI) 2.7, 3.0, 3.1, 3.2, JRuby 9.3, JRuby 9.4.
11+
- Bugfix in elasticsearch-transport: Fixes enforcing UTF-8 in Response body, causing an error when the string is frozen, particularly when using webmock: https://github.com/elastic/elastic-transport-ruby/issues/63[issue #63].
12+
13+
414
[discrete]
515
[[release_notes_7177]]
616
=== 7.17.7 Release notes

0 commit comments

Comments
 (0)