-
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.4.0 release #3397
Comments
No action needed we are using the non deprecated formats 😸 |
|
No action need on our end. |
Our mapping of this API always uses |
We expose a handy |
Ascii docs change only. |
This new field gets automatically stored. Doesn't like like an action is needed on our end. |
Doesn't look like this requires an action on our end (no additional properties). |
No action needed on our end. |
No action needed unless we want to include another default implementation for the GeoIP target field class. |
This has no consequences on our end afaict. |
|
Our IFieldLookup already exposes |
Requires no changes on our end. |
No action needed, fixes a behaviour from a previous PR which we covered earlier as well. |
We have tests for getting mappings from indices that do not exist that still run OK. Im happy to skip this one. ` |
We are not sending a body and our integrations are happy, skipping. |
Closing this in favour of #3457 Moved remaining items that we bumped to that ticket. |
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
nGram
andedgeNGram
- DeprecatenGram
andedgeNGram
names for ngram filters elasticsearch#30209copy_settings
default - Deprecate not copy settings and explicitly disallow elasticsearch#304045
to1
- Add deprecation warning for default shards elasticsearch#30587New Features
_ignored
meta field. elasticsearch#29658format
option todocvalue_fields
. elasticsearch#29639Enhancements
keep_types
token filter elasticsearch#32012/_stats
Response elasticsearch#31871indexed_chars
limit - Add ingest-attachment support for per documentindexed_chars
limit elasticsearch#31352quality_level
tometric_score
elasticsearch#32168unknown_docs
section elasticsearch#32166Bug fixes
New API's
There a quite a few new API's that need to be mapped:
Tests.Throughput
An unscientific throughput application to measure our different
IConnection
implementations on how many messages we can pump. For now we only plan to measure_bulk
and_search
and we'll use the machine learning data setMachineLearningCluster
already pulls down.Will warrant its own [meta] ticket which will be linked here later.
Netcoreapp2.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: