Skip to content

Commit 3cddd2f

Browse files
committed
[DOCS] Release notes for 7.8.1
1 parent 7cd872e commit 3cddd2f

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 7.8.1
2+
3+
### Client
4+
5+
- Support for Elasticsearch version `7.8.1`.
6+
- Bug fix: Fixed a bug on the API endpoints documentation for RubyDocs: there was an unnecessary empty new line in the documentation for parameters that have options. So the parameters before that empty newline were not being documented in RubyDocs.
7+
8+
### X-Pack
9+
10+
#### API Changes
11+
12+
- Update to `info` endpoint. New parameter `accept_enterprise` (boolean): If an enterprise license is installed, return the type and mode as 'enterprise' (default: false).
13+
114
## 7.8.0
215

316
### Client

docs/release_notes/781.asciidoc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[release_notes_781]]
2+
=== 7.8.1 Release notes
3+
4+
=== Client
5+
6+
- Support for Elasticsearch version `7.8.1`.
7+
- Bug fix: Fixed a bug on the API endpoints documentation for RubyDocs: there was an unnecessary empty new line in the documentation for parameters that have options. So the parameters before that empty newline were not being documented in RubyDocs.
8+
9+
=== X-Pack
10+
11+
==== API Changes
12+
13+
- Update to `info` endpoint. New parameter `accept_enterprise` (boolean): If an enterprise license is installed, return the type and mode as 'enterprise' (default: false).

docs/release_notes/index.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
== Release Notes
33

44
=== 7.x
5+
* <<release_notes_781, 7.8.1 Release Notes>>
56
* <<release_notes_78, 7.8 Release Notes>>
67
* <<release_notes_77, 7.7 Release Notes>>
78
* <<release_notes_76, 7.6 Release Notes>>
89
* <<release_notes_75, 7.5 Release Notes>>
910
* <<release_notes_70, 7.0 Release Notes>>
1011

12+
include::781.asciidoc[]
1113
include::78.asciidoc[]
1214
include::77.asciidoc[]
1315
include::76.asciidoc[]

0 commit comments

Comments
 (0)