A newer version is available. For the latest information, see the
current release documentation.
Elasticsearch version 7.17.6
editElasticsearch version 7.17.6
editAlso see Breaking changes in 7.17.
Known issues
edit-
Parsing a request when the last element in an array is filtered out
(for instance using
_source_includes
) fails. This is due to a bug in Jackson parser. Fixed in Elasticsearch 8.6.1 (#91456) -
The deprecated
index.mapper.dynamic
setting can break your cluster. It can only be set using the Update index settings API. Symptoms include nodes failing to start or shards failing to allocate. Do not use this setting in versions prior to 7.17.22. The bug is fixed in 7.17.22. (issue: #109160)
Bug fixes
edit- Cluster Coordination
-
- Improve rejection of ambiguous voting config name #89239
- Geo
-
-
Fix potential circuit breaker leak on
InternalGeoGrid
#88273 (issue: #88261) - Geo_line aggregation returns a geojson point when the resulting line has only one point #89199 (issue: #85748)
- Port fixed version of Lucene Tessellator into ES 7.17 #88213 (issue: #88014)
-
Sort ranges in
geo_distance
aggregation #89154 (issue: #89147)
-
Fix potential circuit breaker leak on
- Infra/Node Lifecycle
-
- Fix message for stalled shutdown #89254
- Infra/Scripting
- Ingest
- Java High Level REST Client
- Machine Learning
- Search
- Snapshot/Restore
- Stats
- Transform
Deprecations
edit- Infra/Core
Enhancements
editUpgrades
edit- Packaging
-
- Upgrade to OpenJDK 18.0.2+9. The JDK update pertains to a potential security vulnerability. Please see our security statement for more details. #88675 (issue: #88673)