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
(see above) Consider owner flag when retrieving/invalidating keys with API key service #45421 (issue: #40031) No client changes needed in lieu of above.
Geo: add validator that only checks altitude #43893 - .NET client might need to remove range checks?
HTTP changes
Starting in version 7.4, a + in a URL will be encoded as %2B by all REST API functionality. Prior versions handled a + as a single space. If your application requires handling + as a single space you can return to the old behaviour by setting the system property es.rest.url_plus_as_space to true. Note that this behaviour is deprecated and setting this system property to true will cease to be supported in version 8. The client already encodes + as %2B using Uri.EscapeDataString(str)
7.4.1
Enhancements
Engine
Avoid unneeded refresh with concurrent realtime gets #47895 - no client changes needed
Sync before trimUnreferencedReaders to improve index preformance #47790 (issues: #46201, #46203) - no client changes needed
Limit number of retaining translog files for peer recovery #47414 - no client changes needed
Infra/Circuit Breakers
Emit log message when parent circuit breaker trips #47000 - no client changes needed
Machine Learning
[ML] Throttle the delete-by-query of expired results #47177 (issues: #47003, #47103) - no client changes needed
Bug fixes
Aggregations
DocValueFormat implementation for date range fields #47472 (issues: #47323, #47469) no client changes needed, client already supports Format property.
Allocation
Dangling indices strip aliases #47581 no client changes needed
Analysis
Reset Token position on reuse in predicate_token_filter #47424 (issue: #47197) no client changes needed
Authentication
Fix AD realm additional metadata #47179 (issue: #45848) no client changes needed
Authorization
Use should clause instead of filter when querying native privileges #47019 - no client changes needed
CCR
Do not auto-follow closed indices #47721 (issue: #47582) - no client changes needed
Relax maxSeqNoOfUpdates assertion in FollowingEngine #47188 (issue: #47137) no client changes needed
Cluster Coordination
Omit writing index metadata for non-replicated closed indices on data-only node #47285 (issue: #47276) - no client changes needed
Ticket to track progress on 7.4.1 client release.
7.4
Enhancements
Authorization
manage_own_api_key
cluster privilege #45897 (issue: #40031) - PR: Security API changes to add owner flag #4178(see above) ConsiderNo client changes needed in lieu of above.owner
flag when retrieving/invalidating keys with API key service #45421 (issue: #40031)Simplify API key service API #44935 (issue: #40031)No client changes needed.Geo
Bug fixes
Geo
HTTP changes
Starting in version 7.4, aThe client already encodes+
in a URL will be encoded as%2B
by all REST API functionality. Prior versions handled a+
as a single space. If your application requires handling+
as a single space you can return to the old behaviour by setting the system propertyes.rest.url_plus_as_space
totrue
. Note that this behaviour is deprecated and setting this system property totrue
will cease to be supported in version 8.+
as%2B
usingUri.EscapeDataString(str)
7.4.1
Enhancements
Engine
Avoid unneeded refresh with concurrent realtime gets #47895- no client changes neededSync before trimUnreferencedReaders to improve index preformance #47790 (issues: #46201, #46203)- no client changes neededLimit number of retaining translog files for peer recovery #47414- no client changes neededInfra/Circuit Breakers
Emit log message when parent circuit breaker trips #47000- no client changes neededMachine Learning
[ML] Throttle the delete-by-query of expired results #47177 (issues: #47003, #47103)- no client changes neededBug fixes
Aggregations
DocValueFormat implementation for date range fields #47472 (issues: #47323, #47469)no client changes needed, client already supportsFormat
property.Allocation
Dangling indices strip aliases #47581no client changes neededAnalysis
Reset Token position on reuse in predicate_token_filter #47424 (issue: #47197)no client changes neededAuthentication
Fix AD realm additional metadata #47179 (issue: #45848)no client changes neededAuthorization
Use should clause instead of filter when querying native privileges #47019- no client changes neededCCR
Do not auto-follow closed indices #47721 (issue: #47582)- no client changes neededRelax maxSeqNoOfUpdates assertion in FollowingEngine #47188 (issue: #47137)no client changes neededCluster Coordination
Omit writing index metadata for non-replicated closed indices on data-only node #47285 (issue: #47276)- no client changes neededFeatures/ILM+SLM
Throw error retrieving non-existent SLM policy #47679 (issue: #47664)no client changes neededFeatures/Indices APIs
Fix Rollover error when alias has closed indices #47148 (issue: #47146)no client changes neededFeatures/Java High Level REST Client
Fix ILM HLRC Javadoc→Documentation links #48083no client changes neededFeatures/Monitoring
[Monitoring] Add new cluster privilege now necessary for the stack monitoring ui #47871no client changes neededInfra/Scripting
Drop stored scripts with the old style-id #48078 (issue: #47593)- no client changes neededMachine Learning
[ML] Fix detection of syslog-like timestamp in find_file_structure #47970- no client changes needed[ML] Reinstate ML daily maintenance actions #47103 (issue: #47003)- no client changes neededNetwork
Fix es.http.cname_in_publish_address Deprecation Logging #47451 (issue: #47436)- no client changes neededSQL
SQL: Fix issue with negative literels and parentheses #48113 (issue: #48009)- no client changes neededSQL: add "format" for "full" date range queries #48073 (issue: #48033)- no client changes neededSQL: Allow whitespaces in escape patterns #47577 (issue: #47401)- no client changes neededSQL: fix multi full-text functions usage with aggregate functions #47444 (issue: #47365)- no client changes neededSQL: wrong number of values for columns #42122- no client changes neededSearch
Fix alias field resolution in match query #47369- no client changes neededSnapshot/Restore
Fix Bug in Azure Repo Exception Handling #47968- no client changes neededFix Snapshot Corruption in Edge Case #47552 (issues: #46250, #47550)- no client changes neededStore
Allow truncation of clean translog #47866- no client changes neededTransform
[7.5][Transform] prevent assignment if any node is older than 7.4 #48055 (issue: #48019)- no client changes needed[Transform] prevent assignment to nodes older than 7.4 #48044 (issue: #48019)- no client changes needed[ML][Transforms] fix bwc serialization with 7.3 #48021- no client changes neededThe text was updated successfully, but these errors were encountered: