File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 66
77This section summarizes the changes in each release.
88
9+ * <<release-notes-8.15.4>>
910* <<release-notes-8.15.3>>
1011* <<release-notes-8.15.2>>
1112* <<release-notes-8.15.1>>
@@ -73,6 +74,7 @@ This section summarizes the changes in each release.
7374
7475--
7576
77+ include::release-notes/8.15.4.asciidoc[]
7678include::release-notes/8.15.3.asciidoc[]
7779include::release-notes/8.15.2.asciidoc[]
7880include::release-notes/8.15.1.asciidoc[]
Original file line number Diff line number Diff line change 1+ [[release-notes-8.15.4]]
2+ == {es} version 8.15.4
3+
4+ coming[8.15.4]
5+
6+ Also see <<breaking-changes-8.15,Breaking changes in 8.15>>.
7+
8+ [[bug-8.15.4]]
9+ [float]
10+ === Bug fixes
11+
12+ Aggregations::
13+ * Always check the parent breaker with zero bytes in `PreallocatedCircuitBreakerService` {es-pull}115181[#115181]
14+
15+ ES|QL::
16+ * ESQL: Disable pushdown of WHERE past STATS {es-pull}115308[#115308] (issue: {es-issue}115281[#115281])
17+
18+ Geo::
19+ * Try to simplify geometries that fail with `TopologyException` {es-pull}115834[#115834]
20+
21+ Infra/Core::
22+ * Guard blob store local directory creation with `doPrivileged` {es-pull}115459[#115459]
23+
24+ License::
25+ * Fix lingering license warning header in IP filter {es-pull}115510[#115510] (issue: {es-issue}114865[#114865])
26+
27+ Search::
28+ * Do not exclude empty arrays or empty objects in source filtering {es-pull}112250[#112250] (issue: {es-issue}109668[#109668])
29+ * Fix synthetic source handling for `bit` type in `dense_vector` field {es-pull}114407[#114407] (issue: {es-issue}114402[#114402])
30+
31+ Vector Search::
32+ * Fix dim validation for bit `element_type` {es-pull}114533[#114533]
33+ * Support semantic_text in object fields {es-pull}114601[#114601] (issue: {es-issue}114401[#114401])
34+
35+
You can’t perform that action at this time.
0 commit comments