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
* Handle the indices pattern `["*", "-*"]` when grouping indices by cluster name {es-pull}128610[#128610]
18
+
19
+
Codec::
20
+
* Use new source loader when lower `docId` is accessed {es-pull}128320[#128320]
21
+
22
+
Data streams::
23
+
* Bump APM data resource version {es-pull}129547[#129547]
24
+
25
+
ES|QL::
26
+
* Fix `FieldAttribute` name usage in `InferNonNullAggConstraint` {es-pull}128910[#128910]
27
+
* Support DATE_NANOS in LOOKUP JOIN {es-pull}127962[#127962] (issue: {es-issue}127249[#127249])
28
+
* Throw ISE instead of IAE for illegal block in page {es-pull}128960[#128960]
29
+
30
+
Geo::
31
+
* Added geometry validation for GEO types to exit early on invalid latitudes {es-pull}128259[#128259] (issue: {es-issue}128234[#128234])
32
+
33
+
IdentityProvider::
34
+
* Improve cache invalidation in IdP SP cache {es-pull}128890[#128890]
35
+
36
+
Infra/Core::
37
+
* Update AbstractXContentParser to support parsers that don't provide text characters {es-pull}129005[#129005]
38
+
39
+
Infra/Plugins::
40
+
* Add complete attribute to .fleet-agents docs {es-pull}127651[#127651]
41
+
42
+
Machine Learning::
43
+
* Account for Java direct memory on machine learning nodes to prevent out-of-memory crashes. {es-pull}128742[#128742]
44
+
* Ensure that anomaly detection job state update retries if master node is temoporarily unavailable {es-pull}129391[#129391] (issue: {es-issue}126148[#126148])
45
+
* Fix NPE when `date_buckets` aggregation is missing in the response {es-pull}128974[#128974]
46
+
* Pass timeout to chat completion {es-pull}128338[#128338]
47
+
* Prevent ML data retention logic from failing when deleting documents in read-only indices {es-pull}125408[#125408]
48
+
49
+
Search::
50
+
* Fix minmax normalizer handling of single-doc result sets {es-pull}128689[#128689]
51
+
* Fix missing highlighting in `match_all` queries for `semantic_text` fields {es-pull}128702[#128702]
Copy file name to clipboardExpand all lines: docs/reference/release-notes/highlights.asciidoc
+105Lines changed: 105 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,111 @@ endif::[]
35
35
36
36
// tag::notable-highlights[]
37
37
38
+
[discrete]
39
+
[[upgrade_repository_s3_to_aws_sdk_v2]]
40
+
=== Upgrade `repository-s3` to AWS SDK v2
41
+
In earlier versions of {es} the `repository-s3` plugin was based on the AWS SDK v1. AWS will withdraw support for this SDK before the end of the life of {es} {minor-version} so we have migrated this plugin to the newer AWS SDK v2.
42
+
The two SDKs are not quite compatible, so please check the breaking changes documentation and test the new version thoroughly before upgrading any production workloads.
0 commit comments