-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.4 meta ticket #4133
Comments
Checked:
Since we do not support data frame just yet |
Does not affect us. |
Node settings will be passed to on |
No impact on us |
We already pass everything through for the server to validate |
No impact on us |
This actually fixes a bug for us, we assume these were always returned and are non nullable in our mapping |
No impact on us. |
TODO elastic/elasticsearch#45245 also mentions |
|
Does not affect us afaict. |
For this, I was thinking we can extend |
Aborting or closing a request in the client will take care of this. An abort in .NET results in a tcp reset which does not put the connection in Either way the connection will be closed and the search task will be aborted on the server Validated on with WireShark on Linux netcoreapp2.2 which uses the |
Painless changes only |
Change that now allows you to target range fields, awesome feature. No REST changes |
Implemented in #4162 |
Closing this ticket as superseded by #4174 |
Ticket to track progress on 7.4 client release.
Breaking changes
Infra/REST API
Search
Snapshot/Restore
Transforms
Breaking Java changes
Geo
Deprecations
Infra/Core
Machine Learning
New features
Aggregations
Analysis
Authorization
Add granular privileges for API keys #42020no changes needed as PR was closedFeatures/ILM
Features/Watcher
Geo
shape
field type for indexing Cartesian Geometries #43644 - via [SPATIAL] Backport new ShapeFieldMapper and ShapeQueryBuilder to 7x elasticsearch#45363 - PR: Implement shape property type mapping. #4154[GEO] New ShapeFieldMapper for indexing cartesian geometries #44980no client changes needed, accounted for in Implement shape queries. #4155 and Implement shape property type mapping. #4154Enhancements
Aggregations
Analysis
CCR
CRUD
Features/ILM
Features/Indices APIs
Features/Watcher
Machine Learning
Improve CSV header row detection in find_file_structure #45099 (issue: #45047)N/A as client doesn't implement find_file_structureOutlier detection should only fetch docs that have the analyzed fields #44944N/A to clientPersist DatafeedTimingStats with RefreshPolicy.NONE by default #44940 (issue: #44792)N/A to clientAdd r_squared eval metric to regression #44248N/A: relates to dataframes APIsAdds support for regression.mean_squared_error to eval API #44140No client changes needed, dataframes are not implemented.Add DatafeedTimingStats to datafeed GetDatafeedStatsAction.Response #43045 (issue: #29857)Not implemented in clientRanking
Search
Associate sub-requests to their parent task in multi search API #44492no client changes neededSnapshot/Restore
Bug fixes
Analysis
Fix AnalyzeAction response serialization #44284 (issue: #44078)Doesn't look like this change affects the client.CRUD
Do not allow version in Rest Update API #43516 (issue: #42497)no client changes neededFeatures/ILM
Infra/REST API
Add is_write_index column to cat.aliases #44772no client changes needed, code change was implemented in 6.4.Machine Learning
Rename outlier detection method valuesno changes needed, contained in Dataframes and this is not implemented in the client.knn
andtnn
todistance_kth_nn
anddistance_knn
respectively to match the API. #598Mapping
Add include_type_name in indices.exitst REST API spec #43910 (issue: #43905)no changes needed, PR was closed and spec change not implemented in 7.4.Rollup
Fix Rollup job creation to work with templates #43943no changes needed.Snapshot/Restore
Make Timestamps Returned by Snapshot APIs Consistent #43148 (issue: #43074)no changes needed.Transforms
Respond with 409 status code when failing _stop #44231 (issue: #44103)no changes needed.Audit message missing for autostop #43984 (issue: #43977)no changes needed.The text was updated successfully, but these errors were encountered: