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: build-tools-internal/src/test/resources/org/elasticsearch/gradle/internal/release/BreakingChangesGeneratorTest.generateMigrationFile.asciidoc
-| The kNN search API is deprecated in favor of the new 'knn' option inside the search API. The 'knn' option is now the recommended way of running ANN search.
48
+
49
+
*Impact* +
50
+
Users should switch from `_knn_search` to the search `knn` option.
* Make the metric in the `buckets_path` parameter optional {es-pull}87220[#87220] (issue: {es-issue}72983[#72983])
16
+
* Propagate alias filters to significance aggs filters {es-pull}88221[#88221] (issue: {es-issue}81585[#81585])
14
17
15
18
Allocation::
16
19
* Clamp auto-expand replicas to the closest value {es-pull}87505[#87505] (issue: {es-issue}84788[#84788])
20
+
* Prevent re-balancing using outdated node weights in some cases {es-pull}88385[#88385] (issue: {es-issue}88384[#88384])
21
+
* Remove any existing `read_only_allow_delete` index blocks when `cluster.routing.allocation.disk.threshold_enabled` is set to `false` {es-pull}87841[#87841] (issue: {es-issue}86383[#86383])
22
+
* Replace health request with a state observer {es-pull}88641[#88641]
17
23
18
24
Authentication::
19
25
* Fix unique realm name check to cover default realms {es-pull}87999[#87999]
@@ -22,12 +28,30 @@ Authorization::
22
28
* Add rollover permissions for `remote_monitoring_agent` {es-pull}87717[#87717] (issue: {es-issue}84161[#84161])
23
29
24
30
Autoscaling::
31
+
* Autoscaling during shrink {es-pull}88292[#88292] (issue: {es-issue}85480[#85480])
25
32
* Do not include desired nodes in snapshots {es-pull}87695[#87695]
26
33
34
+
Cluster Coordination::
35
+
* Improve rejection of ambiguous voting config name {es-pull}89239[#89239]
36
+
37
+
Data streams::
38
+
* Fix renaming data streams with CCR replication {es-pull}88875[#88875] (issue: {es-issue}81751[#81751])
39
+
40
+
Distributed::
41
+
* Fixed NullPointerException on bulk request {es-pull}88385[#88385]
42
+
27
43
EQL::
28
44
* Avoid attempting PIT close on PIT open failure {es-pull}87498[#87498]
* Update bucket metric pipeline agg paths to allow intermediate single bucket and bucket qualified multi-bucket aggs {es-pull}85729[#85729]
66
130
67
131
Allocation::
68
132
* Add debug information to `ReactiveReason` about assigned and unassigned shards {es-pull}86132[#86132] (issue: {es-issue}85243[#85243])
133
+
* Optimize log cluster health performance. {es-pull}87723[#87723]
69
134
* Use desired nodes during data tier allocation decisions {es-pull}87735[#87735]
70
135
71
136
Audit::
137
+
* Audit API key ID when create or grant API keys {es-pull}88456[#88456]
138
+
* Include API key metadata in audit log when an API key is created, granted, or updated {es-pull}88642[#88642]
139
+
* Updatable API keys - logging audit trail event {es-pull}88276[#88276]
72
140
* User Profile - audit support for security domain {es-pull}87097[#87097]
73
141
142
+
Authentication::
143
+
* If signature validation fails, reload JWKs and retry if new JWKs are found {es-pull}88023[#88023]
144
+
74
145
Authorization::
75
146
* App permissions with action patterns do not retrieve privileges {es-pull}85455[#85455]
76
147
* Cancellable Profile Has Privilege check {es-pull}87224[#87224]
77
148
* Return action denied error when user with insufficient privileges (`manage_own_api_key`) attempts a grant API key request {es-pull}87461[#87461] (issue: {es-issue}87438[#87438])
149
+
* Update indices permissions to Enterprise Search service account {es-pull}88703[#88703]
78
150
79
151
Autoscaling::
80
152
* Add processors to autoscaling capacity response {es-pull}87895[#87895]
81
153
* Keep track of desired nodes status in cluster state {es-pull}87474[#87474]
82
154
83
155
Cluster Coordination::
156
+
* Deduplicate mappings in persisted cluster state {es-pull}88479[#88479]
84
157
* Expose segment details in PCSS debug log {es-pull}87412[#87412]
0 commit comments