[DOCS] Add 7.3.2 Release Notes (#46454)
This commit is contained in:
parent
e253ee6ba6
commit
b21e417181
|
@ -1,3 +1,36 @@
|
|||
[[release-notes-7.3.2]]
|
||||
== {es} version 7.3.2
|
||||
|
||||
coming[7.3.2]
|
||||
|
||||
Also see <<breaking-changes-7.3,Breaking changes in 7.3>>.
|
||||
|
||||
[[bug-7.3.2]]
|
||||
[float]
|
||||
=== Bug fixes
|
||||
|
||||
Data Frame::
|
||||
* [ML-DataFrame] Fix off-by-one error in checkpoint operations_behind {pull}46235[#46235]
|
||||
|
||||
Distributed::
|
||||
* Update translog checkpoint after marking operations as persisted {pull}45634[#45634] (issue: {issue}29161[#29161])
|
||||
|
||||
Engine::
|
||||
* Handle delete document level failures {pull}46100[#46100] (issue: {issue}46083[#46083])
|
||||
* Handle no-op document level failures {pull}46083[#46083]
|
||||
|
||||
Infra/Scripting::
|
||||
* Fix bugs in Painless SCatch node {pull}45880[#45880]
|
||||
|
||||
SQL::
|
||||
* SQL: Fix issue with IIF function when condition folds {pull}46290[#46290] (issue: {issue}46268[#46268])
|
||||
* SQL: Fix issue with DataType for CASE with NULL {pull}46173[#46173] (issue: {issue}46032[#46032])
|
||||
|
||||
Search::
|
||||
* Multi-get requests should wait for search active {pull}46283[#46283] (issue: {issue}27500[#27500])
|
||||
* Ensure top docs optimization is fully disabled for queries with unbounded max scores. {pull}46105[#46105] (issue: {issue}45933[#45933])
|
||||
|
||||
|
||||
[[release-notes-7.3.1]]
|
||||
== {es} version 7.3.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue