chore(deps): update dependency elastic.clients.elasticsearch to v9 #1309
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.17.4->9.2.2Release Notes
elastic/elasticsearch-net (Elastic.Clients.Elasticsearch)
v9.2.2Compare Source
What's Changed
Security.PutUser(#8774)HasFlagin hot-path when targetingnetfxby @flobernd in #8779Full Changelog: elastic/elasticsearch-net@9.2.1...9.2.2
v9.2.1Compare Source
What's Changed
SqlRowvalues by @flobernd in #8767Full Changelog: elastic/elasticsearch-net@9.2.0...9.2.1
v9.2.0Compare Source
What's Changed
Initial 9.2 release.
Full Changelog: elastic/elasticsearch-net@9.1.12...9.2.0
v9.1.12Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.1.11...9.1.12
v9.1.11Compare Source
What's Changed
RequestConfigurationforBulkRequestby @flobernd in #8741FiltersAggregationandApiFiltersAggregationFull Changelog: elastic/elasticsearch-net@9.1.10...9.1.11
v9.1.10Compare Source
What's Changed
Esql.QueryAsObjects()to work with nested types by @flobernd in #8729Full Changelog: elastic/elasticsearch-net@9.1.9...9.1.10
v9.1.9Compare Source
What's Changed
SafeSkip()method that works with partial JSON blocks by @flobernd in #8720Full Changelog: elastic/elasticsearch-net@9.1.8...9.1.9
v9.1.8Compare Source
What's Changed
CompositeAggregation(see #8704)Breaking Changes
The type of the
Sourcesproperty has been changed fromICollection<IDictionary<string, CompositeAggregationSource>>toICollection<KeyValuePair<string, CompositeAggregationSource>>. This corresponds to the Elasticsearch standard for modeling ordered dictionaries in the REST API.CompositeAggregationSourceis now also a container (similar toAggregation,Query, etc.). This change improves usability due to specialized code generation. For example, implicit conversion operators from all existing variants (CompositeTermsAggregation,CompositeHistogramAggregation, etc.) toCompositeAggregationSourceare now generated.As a consequence, the object initializer syntax changes as follows:
In addition, this change allows optimized Fluent syntax to be generated, which ultimately avoids a previously existing ambiguity:
The old syntax was tricky because the 9.1.8 example also compiled successfully, but the
.Addreferred to the first dictionary both times. This ultimately resulted in a list with only one dictionary, which had multiple entries, and thus an invalid request.Full Changelog: elastic/elasticsearch-net@9.1.7...9.1.8
v9.1.7Compare Source
What's Changed
New Contributors
Full Changelog: elastic/elasticsearch-net@9.1.6...9.1.7
v9.1.6Compare Source
What's Changed
Contextby @flobernd in #8688Full Changelog: elastic/elasticsearch-net@9.1.5...9.1.6
v9.1.5Compare Source
What's Changed
RequestResponseConverter<T>and make all non-generatedJsonConverters public by @flobernd in #8669Elastic.Clients.Elasticsearchtypes in documents (e.g. for percolation; see #8003)Elastic.Transportto0.10.1by @flobernd in #8681Full Changelog: elastic/elasticsearch-net@9.1.4...9.1.5
v9.1.4Compare Source
What's Changed
PercentilesItem(#8570)Full Changelog: elastic/elasticsearch-net@9.1.3...9.1.4
v9.1.3Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.1.2...9.1.3
v9.1.2Compare Source
What's Changed
SourceSerializerforobjecttypes (#8648)Full Changelog: elastic/elasticsearch-net@9.1.1...9.1.2
v9.1.1Compare Source
What's Changed
PercentilesAggregateand improves usability (#8570)TermsvectorRequest.fields(#8641)Breaking Changes
The type of the
Valuesproperty for the following classes got changed from thePercentilesunion to a simplePercentilesItemcollection:HdrPercentilesAggregateHdrPercentileRanksAggregateTDigestPercentilesAggregateTDigestPercentileRanksAggregatePercentilesBucketAggregateThe
Percentilesunion type got removed as it's no longer used.Full Changelog: elastic/elasticsearch-net@9.1.0...9.1.1
v9.1.0Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.0.8...9.1.0
v9.0.8Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.0.7...9.0.8
v9.0.7Compare Source
What's Changed
MaxDepthto 512 for internal request/response type serializer (#8573) by @github-actions in #8575GeoBoundsandGeoLocation(#8586) by @github-actions in #8588Full Changelog: elastic/elasticsearch-net@9.0.6...9.0.7
v9.0.6Compare Source
What's Changed
IndexNameambiguity by @flobernd in #8556BucketsPathalias by @flobernd in #8561Full Changelog: elastic/elasticsearch-net@9.0.5...9.0.6
v9.0.5Compare Source
What's Changed
Elastic.Transportby @flobernd in #8549Full Changelog: elastic/elasticsearch-net@9.0.4...9.0.5
v9.0.4Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.0.3...9.0.4
v9.0.3Compare Source
What's Changed
IndexNameinference (and regenerate client) by @flobernd in #8519Full Changelog: elastic/elasticsearch-net@9.0.2...9.0.3
v9.0.2Compare Source
What's Changed
RequestConfigurationby @flobernd in #8514SearchResponseby @flobernd in #8516Full Changelog: elastic/elasticsearch-net@9.0.1...9.0.2
v9.0.1Compare Source
What's Changed
GetAliasResponseby @flobernd in #8505InnerHits.Fieldsby @flobernd in #8505New Contributors
Full Changelog: elastic/elasticsearch-net@9.0.0...9.0.1
v9.0.0Compare Source
What's Changed
See release notes and breaking changes.
Full Changelog: elastic/elasticsearch-net@8.17.2...9.0.0
v8.19.13Compare Source
What's Changed
Security.PutUser(#8774)HasFlagin hot-path when targetingnetfxby @flobernd in #8779Full Changelog: elastic/elasticsearch-net@9.2.1...9.2.2
v8.19.12Compare Source
What's Changed
SqlRowvalues by @flobernd in #8767Full Changelog: elastic/elasticsearch-net@8.19.11...8.19.12
v8.19.11Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@8.19.10...8.19.11
v8.19.10Compare Source
What's Changed
RequestConfigurationforBulkRequestby @flobernd in #8741FiltersAggregationandApiFiltersAggregationFull Changelog: elastic/elasticsearch-net@8.19.9...8.19.10
v8.19.9Compare Source
What's Changed
Esql.QueryAsObjects()to work with nested types by @flobernd in #8729Full Changelog: elastic/elasticsearch-net@8.19.8...8.19.9
v8.19.8Compare Source
What's Changed
SafeSkip()method that works with partial JSON blocks by @flobernd in #8720Full Changelog: elastic/elasticsearch-net@8.19.7...8.19.8
v8.19.7Compare Source
What's Changed
CompositeAggregation(see #8704)TermQuery(see #8713)Breaking Changes
See https://github.com/elastic/elasticsearch-net/releases/tag/9.1.8.
Full Changelog: elastic/elasticsearch-net@8.19.6...8.19.7
v8.19.6Compare Source
What's Changed
New Contributors
Full Changelog: elastic/elasticsearch-net@8.19.5...8.19.6
v8.19.5Compare Source
What's Changed
Contextby @flobernd in #8688Full Changelog: elastic/elasticsearch-net@8.19.4...8.19.5
v8.19.4Compare Source
What's Changed
RequestResponseConverter<T>and make all non-generatedJsonConverters public by @flobernd in #8669Elastic.Clients.Elasticsearchtypes in documents (e.g. for percolation; see #8003)Elastic.Transportto0.10.1by @flobernd in #8681Full Changelog: elastic/elasticsearch-net@8.19.3...8.19.4
v8.19.3Compare Source
What's Changed
PercentilesItem(#8570)Full Changelog: elastic/elasticsearch-net@8.19.2...8.19.3
v8.19.2Compare Source
What's Changed
SourceSerializerforobjecttypes (#8648)Full Changelog: elastic/elasticsearch-net@8.19.1...8.19.2
v8.19.1Compare Source
What's Changed
PercentilesAggregateand improves usability (#8570)TermsvectorRequest.fields(#8641)Breaking Changes
The type of the
Valuesproperty for the following classes got changed from thePercentilesunion to a simplePercentilesItemcollection:HdrPercentilesAggregateHdrPercentileRanksAggregateTDigestPercentilesAggregateTDigestPercentileRanksAggregatePercentilesBucketAggregateThe
Percentilesunion type got removed as it's no longer used.Full Changelog: elastic/elasticsearch-net@8.19.0...8.19.1
v8.19.0Compare Source
What's Changed
This release backports all improvements of the 9.x client to the 8.x major version of the client.
For a complete list of improvements in this release, have a look at the 9.0.0 release notes and breaking changes to learn about all breaking changes.
Full Changelog: elastic/elasticsearch-net@8.19.0-preview.4...8.19.0
v8.18.3Compare Source
What's Changed
KeyValuePairConverterby @flobernd in #8579Full Changelog: elastic/elasticsearch-net@8.18.2...8.18.3
v8.18.2Compare Source
What's Changed
MaxDepthto 512 for internal request/response type serializer by @flobernd in #8573KeyValuePairConverterto work with nonIUrlParameterkeys by @flobernd in #8568Full Changelog: elastic/elasticsearch-net@8.18.1...8.18.2
v8.18.1Compare Source
What's Changed
SnapshotShardFailure.ShardIdFull Changelog: elastic/elasticsearch-net@8.18.0...8.18.1
v8.18.0Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@8.17.4...8.18.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.