8.8.1.asciidoc 1.1 KB

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