We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8228e5b commit 037b84fCopy full SHA for 037b84f
docs/guide/release-notes.asciidoc
@@ -1,6 +1,7 @@
1
[[release-notes]]
2
== Release notes
3
4
+* <<rn-8-11-1>>
5
* <<rn-8-11-0>>
6
* <<rn-8-10-1>>
7
* <<rn-8-10-0>>
@@ -32,6 +33,14 @@
32
33
* <<rn-8-1-0>>
34
* <<rn-8-0-0>>
35
36
+[discrete]
37
+[[rn-8-11-1]]
38
+=== 8.11.1 (2023-12-08)
39
+
40
+- Added missing `role_templates` to `security.put_role_mapping` API
41
+- Added interactive examples page, to documentation
42
+- Changed API reference to have one page per sub-client
43
44
[discrete]
45
[[rn-8-11-0]]
46
=== 8.11.0 (2023-11-13)
elasticsearch/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__versionstr__ = "8.11.0"
+__versionstr__ = "8.11.1"
0 commit comments