You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/breaking-changes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,10 @@ Test the upgrade in a non-production environment. Adapt your configuration to th
120
120
For more information, view [#126843](https://github.com/elastic/elasticsearch/pull/126843) (issue: [#120993](https://github.com/elastic/elasticsearch/issues/120993))
121
121
:::
122
122
123
+
## 9.0.5 [elasticsearch-9.0.5-breaking-changes]
124
+
125
+
There are no breaking changes associated with this release.
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+107Lines changed: 107 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -720,6 +720,113 @@ Vector Search:
720
720
* Fix filtered knn vector search when query timeouts are enabled [#129440](https://github.com/elastic/elasticsearch/pull/129440)
721
721
* Fix top level knn search with scroll [#126035](https://github.com/elastic/elasticsearch/pull/126035)
722
722
723
+
## 9.0.5 [elasticsearch-9.0.5-release-notes]
724
+
725
+
### Features and enhancements [elasticsearch-9.0.5-features-enhancements]
726
+
727
+
Engine:
728
+
* The available disk space is now logged when merge tasks are scheduled. If the disk space is below the `indices.merge.disk.watermark.high` threshold, this information is recorded to help diagnose and troubleshoot situations where merges fail due to insufficient disk space. [#131711](https://github.com/elastic/elasticsearch/pull/131711)
729
+
730
+
### Fixes [elasticsearch-9.0.5-fixes]
731
+
732
+
Aggregations:
733
+
:::{dropdown} Validate parent aggregation type in `bucket_script`
734
+
The `bucket_script` pipeline aggregation didn’t validate that its parent aggregation was a multi-bucket aggregation.
735
+
This caused a `ClassCastException` at runtime when the parent was not multi-bucket.
736
+
[#132320](https://github.com/elastic/elasticsearch/pull/132320) adds a validation step so the aggregation fails early, preventing the runtime error. (issue: [#132272](https://github.com/elastic/elasticsearch/issues/132272))
737
+
:::
738
+
739
+
Data streams:
740
+
:::{dropdown} Disables auto-sharding for LOOKUP index mode
741
+
Auto-sharding for data streams caused unsupported replica scaling when the index mode was set to `LOOKUP`.
742
+
This happened because lookup mappers do not support scaling beyond one replica.
743
+
[#131429](https://github.com/elastic/elasticsearch/pull/131429) resolves this issue by disabling auto-sharding for data streams with `LOOKUP` index modes, avoiding unsupported replica settings.
744
+
:::
745
+
746
+
EQL:
747
+
:::{dropdown} Resolves EQL parsing failure for IP-mapped fields in `OR` expressions
748
+
Parsing EQL queries failed when comparing the same IP-mapped field to multiple values joined by an `OR` expression.
749
+
This occurred because lookup operators were internally rewritten into `IN` expressions, which are unsupported for IP-type fields.
750
+
[#132167](https://github.com/elastic/elasticsearch/pull/132167) resolves the issue and ensures EQL can now successfully parse and execute such or queries involving IP fields. (issue: [#118621](https://github.com/elastic/elasticsearch/issues/118621))
751
+
:::
752
+
753
+
:::{dropdown} Prevent double invocation of EQL listener
754
+
In some cases, the EQL listener could be resolved twice, potentially leading to unexpected behavior.
755
+
[#124918](https://github.com/elastic/elasticsearch/pull/124918) updates the control flow to exit early and ensure the listener is only invoked once.
756
+
:::
757
+
758
+
ES|QL:
759
+
:::{dropdown} Disallow remote `ENRICH` after `LOOKUP JOIN`
760
+
Combining a `LOOKUP JOIN` with remote `ENRICH` could trigger a `ClassCastException` due to pipeline breaker interactions when limits or top-N queries were involved. [#131426](https://github.com/elastic/elasticsearch/pull/131426) adds a validation that forbids remote `ENRICH` after `LOOKUP JOIN`, preventing the runtime error. (issue: [#129372](https://github.com/elastic/elasticsearch/issues/129372))
761
+
:::
762
+
763
+
:::{dropdown} Fix `mv_expand` inconsistent column order
764
+
The `mv_expand` command could return columns in a different order depending on query execution paths. Now, the new attribute generated by `mv_expand` preserves the original field positions in the output. [#129745](https://github.com/elastic/elasticsearch/pull/129745) (issue: [#129000](https://github.com/elastic/elasticsearch/issues/129000))
765
+
:::
766
+
767
+
:::{dropdown} Fixes `ConcurrentModificationException` caused by live operator list
768
+
A `ConcurrentModificationException` caused test failures in `CrossClusterAsyncEnrichStopIT.testEnrichAfterStop` under certain conditions.
769
+
This happened because the ES|QL driver added a live operator list to the `DriverStatus` object, which could be modified while the status was being serialized.
770
+
[#132260](https://github.com/elastic/elasticsearch/pull/132260) fixes the issue by copying the operator list before storing it, preventing concurrent changes during status reads.
:::{dropdown} Grants server module read/write permissions for deprecated `path.shared_data` setting
776
+
The server module is now granted read/write permissions for the deprecated `path.shared_data` setting.
777
+
[#131680](https://github.com/elastic/elasticsearch/pull/131680) resolves issues surfaced in internal testing and ensures compatibility with legacy configurations.
778
+
:::
779
+
780
+
Ingest Node:
781
+
:::{dropdown} Correctly handle `download_database_on_pipeline_creation` in default or final pipelines
782
+
A bug in the `download_database_on_pipeline_creation` setting caused geoip databases not to download when the geoip processor was referenced from a pipeline processor in a default or final pipeline.
783
+
This resulted in documents being tagged with `_geoip_database_unavailable_GeoLite2-City.mmdb` instead of having geo data.
784
+
[#131236](https://github.com/elastic/elasticsearch/pull/131236) resolves the issue and ensures geoip databases download correctly in this scenario.
785
+
:::
786
+
787
+
:::{dropdown} Fixes incorrect mapping resolution in simulate ingest API when `mapping_addition` is provided
788
+
When using the simulate ingest API with a `mapping_addition`, the system incorrectly ignored the existing mapping of the target index and instead applied the mapping from a matching index template, if one existed.
789
+
This caused mismatches between the index and simulation behavior.
790
+
[#132101](https://github.com/elastic/elasticsearch/pull/132101) resolves the issue and ensures that the index’s actual mapping is used when available, preserving consistency between simulation and execution.
791
+
:::
792
+
793
+
Machine Learning:
794
+
:::{dropdown} Fix memory usage estimation for ELSER models
795
+
Using the deployment ID instead of the model ID caused `isElserV1Or2Model` to fail for ELSER models, because deployment IDs don’t start with `.elser_model_2`.
796
+
[#131630](https://github.com/elastic/elasticsearch/pull/131630) updates the code to pass the model ID, ensuring memory usage is estimated correctly.
797
+
:::
798
+
799
+
:::{dropdown} Prevents double-counting of allocations in trained model deployment memory estimation
800
+
A recent refactor introduced a bug that caused the trained model memory estimation to double-count the number of allocations, leading to inflated memory usage projections.
801
+
[#131990](https://github.com/elastic/elasticsearch/pull/131990) resolves the issue by reverting the change and restoring accurate memory estimation for trained model deployments.
802
+
:::
803
+
804
+
Mapping:
805
+
:::{dropdown} Fixes decoding failure for non-ASCII field names in `_ignored_source`
806
+
A decoding error occurred when field names in `_ignored_source` contained non-ASCII characters.
807
+
This happened because `String.length()` was used to calculate the byte length of the field name, which only works correctly for ASCII characters.
808
+
[#132018](https://github.com/elastic/elasticsearch/pull/132018) resolves the issue by using the actual byte array length of the encoded field name, ensuring proper decoding regardless of character encoding.
809
+
:::
810
+
811
+
Search:
812
+
:::{dropdown} Correct shard status reporting in point-in-time responses
813
+
The Open PIT API incorrectly swapped the skipped and failed shard counts when partial search results were allowed. This caused the API to report failed shards as skipped and vice versa. [#131391](https://github.com/elastic/elasticsearch/pull/131391) fixes the field mapping so shard status is reported accurately. (issue: [#131026](https://github.com/elastic/elasticsearch/issues/131026))
814
+
:::
815
+
816
+
:::{dropdown} Fix missing removal of query cancellation callback in QueryPhase
817
+
A missing removal of a query cancellation callback caused unintended timeouts or cancellations in later search phases when `allow_partial_search_results` was enabled, which could lead to `ArrayIndexOutOfBoundsException` errors.
818
+
[#130279](https://github.com/elastic/elasticsearch/pull/130279) resolves the issue and ensures predictable search execution. (issue: [#130071](https://github.com/elastic/elasticsearch/issues/130071))
819
+
:::
820
+
821
+
:::{dropdown} Preserve `boost` and `queryName` for semantic queries
822
+
Query rewrite logic dropped `boost` and `queryName` values for `match`, `knn`, and `sparse_vector` queries on `semantic_text` fields, causing query weighting and naming to be lost. [#129282](https://github.com/elastic/elasticsearch/pull/129282) resolves the issue so these values are now preserved correctly during query rewriting.
823
+
:::
824
+
825
+
Snapshot/Restore:
826
+
:::{dropdown} Improve error handling when verifying an empty snapshot repository
827
+
828
+
Verifying the integrity of a brand-new snapshot repository without any index blobs failed with a low-level error because the repository generation was `-1`, which cannot be sent over the wire. [#131677](https://github.com/elastic/elasticsearch/pull/131677) updates the logic to reject such requests early with a clearer, more helpful error message.
0 commit comments