8.8.1.asciidoc 1.1 KB

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