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