Closed codebrain closed 5 years ago
Checked:
Since we do not support data frame just yet
Does not affect us.
Node settings will be passed to on DynamicDictionary
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 https://github.com/elastic/elasticsearch/pull/45245 also mentions last_success
which we currently do not map for GetSnapshotLifecycle
description
already comes through on get task responses
Does not affect us afaict.
Support WKT point conversion to geo_point type #44107 (issue: #41821)
For this, I was thinking we can extend GeoLocation
to support deserializing from this, similar to what we have done for GeoShapes i.e. deserialize from WKT (and serialize to WKT when has been deserialized from WKT).
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 TIME_WAIT
a dispose will result in a FIN which does result in a TIME_WAIT
.
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 ManagedSocketsHandler
.
Painless changes only
Support Range Fields in Histogram and Date Histogram #45395
Change that now allows you to target range fields, awesome feature. No REST changes
TODO elastic/elasticsearch#45245 also mentions
last_success
which we currently do not map forGetSnapshotLifecycle
Implemented in https://github.com/elastic/elasticsearch-net/pull/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
Features/ILM
Features/Watcher
Geo
shape
field type for indexing Cartesian Geometries #43644 - via https://github.com/elastic/elasticsearch/pull/45363 - PR: https://github.com/elastic/elasticsearch-net/pull/4154Enhancements
Aggregations
Analysis
CCR
CRUD
Features/ILM
Features/Indices APIs
Features/Watcher
Machine Learning
Ranking
Search
Snapshot/Restore
Bug fixes
Analysis
CRUD
Features/ILM
Infra/REST API
Machine Learning
knn
andtnn
todistance_kth_nn
anddistance_knn
respectively to match the API. #598~ no changes needed, contained in Dataframes and this is not implemented in the client.Mapping
Rollup
Snapshot/Restore
Transforms