8.13.3.asciidoc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [[release-notes-8.13.3]]
  2. == {es} version 8.13.3
  3. Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
  4. [[breaking-8.13.3]]
  5. [float]
  6. === Breaking changes
  7. SQL::
  8. * Limit how much space some string functions can use {es-pull}107333[#107333]
  9. [[bug-8.13.3]]
  10. [float]
  11. === Bug fixes
  12. Data streams::
  13. * Avoid unintentionally clearing the `DataStream.rolloverOnWrite` flag {es-pull}107122[#107122]
  14. ES|QL::
  15. * ESQL: Fix bug when combining projections {es-pull}107131[#107131] (issue: {es-issue}107083[#107083])
  16. * ESQL: Fix missing refs due to pruning renamed grouping columns {es-pull}107328[#107328] (issues: {es-issue}107083[#107083], {es-issue}107166[#107166])
  17. Indices APIs::
  18. * GET /_all should return hidden indices with visible aliases {es-pull}106975[#106975]
  19. Mapping::
  20. * Fix merging component templates with a mix of dotted and nested object mapper definitions {es-pull}106077[#106077] (issue: {es-issue}105482[#105482])
  21. Network::
  22. * Handle exceptions thrown by HTTP header validation {es-pull}107355[#107355] (issue: {es-issue}107338[#107338])
  23. Percolator::
  24. * Percolator named queries: rewrite for matched info {es-pull}107432[#107432] (issue: {es-issue}107176[#107176])
  25. Search::
  26. * Fix `minimized_round_trips` in lookup runtime fields {es-pull}107785[#107785]
  27. [[enhancement-8.13.3]]
  28. [float]
  29. === Enhancements
  30. ES|QL::
  31. * ESQL: Introduce language versioning to REST API {es-pull}106824[#106824]