-
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
[meta] 6.5.0 Release #3457
Comments
Differ is now using the differ we release from: https://github.com/nullean/AssemblyDiffer https://github.com/elastic/elasticsearch-net/blob/master/build/scripts/Targets.fsx#L68-L73 |
Document kerberos integration: #3519 |
Format for |
#3520 => Deprecates the standard filter elastic/elasticsearch#33468 |
Attached is the output for AssemblyDiffer for NEST and Elasticsearch.net against 6.4.2 as released on Nuget. LGTM could use extra pair of eyes to validate @russcam @codebrain |
Moved open bullet points over to #3552 |
@Mpdreamz - checked both XMLs, they look good. |
This is a meta issue to keep track of the work we want to do for the
6.4.0
release individual tickets with the v6.4.0 tag will be created for most of these.Feature parity work
Deprecations
New Features
6.4.0 leftover work
format
option todocvalue_fields
. elasticsearch#29639Enhancements
6.4.0 leftover work
quality_level
tometric_score
elasticsearch#32168unknown_docs
section elasticsearch#32166Bug fixes
New API's
6.4.0 leftover work
6.5.0 new API
From the release notes:
weight
in Function Score Query Deprecate negativeweight
in Function Score Query elasticsearch#33624date
value type support for certain metrics in Rollup elasticsearch#34185) Rollup adding support for date field metrics (#34185) elasticsearch#34200format
when searching [Rollup] Add support for date histoformat
when searching elasticsearch#34537search_throttled
threadpool Introduce asearch_throttled
threadpool elasticsearch#33732max_concurrent_shard_requests
in_msearch
Exposemax_concurrent_shard_requests
in_msearch
elasticsearch#33016_source
-only snapshot repository Add_source
-only snapshot repository elasticsearch#32844is_write_index
field Make XContentBuilder in AliasActions buildis_write_index
field elasticsearch#35071Netcoreapp2.1
or 2.2 whichever comes first 😸.
Tests.Throughput
vs the already existing implementations/IHttpConnection
over toHttpClientFactory
. We currently do much of the same but if we don't have to maintain our own pooling ofHttpClient
instances that would eleviate some complexity in our codebase.Elasticsearch.Net.Abstractions
ApiGeneration
over.DocGeneration
over.The text was updated successfully, but these errors were encountered: