[Main][DOCS] Add release notes for 8.8.1 release (#96590) (#96676)

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>
This commit is contained in:
James Rodewig 2023-06-08 07:44:00 -04:00 committed by GitHub
parent b12fa23bbc
commit df8dbdd1f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View file

@ -7,6 +7,7 @@
This section summarizes the changes in each release.
* <<release-notes-8.9.0>>
* <<release-notes-8.8.1>>
* <<release-notes-8.8.0>>
* <<release-notes-8.7.1>>
* <<release-notes-8.7.0>>
@ -44,6 +45,7 @@ This section summarizes the changes in each release.
--
include::release-notes/8.9.0.asciidoc[]
include::release-notes/8.8.1.asciidoc[]
include::release-notes/8.8.0.asciidoc[]
include::release-notes/8.7.1.asciidoc[]
include::release-notes/8.7.0.asciidoc[]

View file

@ -0,0 +1,36 @@
[[release-notes-8.8.1]]
== {es} version 8.8.1
coming[8.8.1]
Also see <<breaking-changes-8.8,Breaking changes in 8.8>>.
[[bug-8.8.1]]
[float]
=== Bug fixes
Data streams::
* Allow the removal of an in-use template if there are other ones matching the dependent data streams {es-pull}96286[#96286]
Geo::
* API rest compatibility for type parameter in `geo_bounding_box` query {es-pull}96317[#96317]
Rollup::
* Do not copy `index.default_pipeline` and `index.final_pipeline` {es-pull}96494[#96494] (issue: {es-issue}96478[#96478])
TSDB::
* Expand start and end time to nanoseconds during coordinator rewrite when needed {es-pull}96035[#96035] (issue: {es-issue}96030[#96030])
* Fix NPE when indexing a document that just has been deleted in a tsdb index {es-pull}96461[#96461]
Transform::
* Improve error message on transform `_update` conflict {es-pull}96432[#96432]
* Report version conflict on concurrent updates {es-pull}96293[#96293] (issue: {es-issue}96311[#96311])
[[enhancement-8.8.1]]
[float]
=== Enhancements
Query Languages::
* Reduce nesting of same bool queries {es-pull}96265[#96265] (issue: {es-issue}96236[#96236])