chore(deps): update dependency elastic.clients.elasticsearch to 8.19.23#1359
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency elastic.clients.elasticsearch to 8.19.23#1359renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/elastic.clients.elasticsearch-8.x
branch
4 times, most recently
from
June 16, 2026 08:53
f12d796 to
ea1a342
Compare
renovate
Bot
force-pushed
the
renovate/elastic.clients.elasticsearch-8.x
branch
from
June 22, 2026 08:10
ea1a342 to
ebaa56d
Compare
renovate
Bot
force-pushed
the
renovate/elastic.clients.elasticsearch-8.x
branch
from
June 22, 2026 12:28
ebaa56d to
f730e6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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→8.19.23Release Notes
elastic/elasticsearch-net (Elastic.Clients.Elasticsearch)
v8.19.23Compare Source
What's Changed
Unknown*carrier and re-serialize losslessly — no data is dropped for plugin-defined or future variants the client doesn't modelsettings.Variants.Register<IProperty, MyPluginProperty>("my_plugin"); registrations are scoped per client instance and AOT-safe — see the Plugin-defined variant types documentation for detailsUnknown*carrier types for all variant families (properties, analyzers, char filters, token filters, tokenizers, repositories, similarity settings, aggregations, queries, suggesters, rescorers) to support the non-exhaustive variant registryFull Changelog: elastic/elasticsearch-net@8.19.22...8.19.23
v8.19.22Compare Source
What's Changed
DataStreamLifecyclegainsEffectiveRetentionandRetentionDeterminedBy; newGlobalRetentionandRetentionSourcetypes;GetDataLifecycleResponsenow exposesGlobalRetention_mvtcontent-type alignment:chat_completion_unified/stream_completionsendContent-Type: application/json;_mvtuses the versionedapplication/vnd.elasticsearch+vnd.mapbox-vector-tileAccept headerFull Changelog: elastic/elasticsearch-net@8.19.21...8.19.22
v8.19.21Compare Source
What's Changed
ContentType: application/jsonforChatCompletionUnifiedandStreamCompletionstreaming inference requestsSearchMvtAcceptheader toapplication/vnd.elasticsearch+vnd.mapbox-vector-tile(Elasticsearch product-flavored content-type)Elastic.Transportto 0.17.1max_page_search_sizevalues forpivot(500) andlatest(5000) transformsFull Changelog: elastic/elasticsearch-net@8.19.20...8.19.21
v8.19.20Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@8.19.19...8.19.20
v8.19.19Compare Source
What's Changed
IdPropertyNameandDisableIdInferenceby @flobernd in #8877FieldTypeenum doesnt haveWildcardvalue" (#8826)SearchMvtAsyncthrowsTransportExceptionon successfulHTTP 200 _mvtresponses with valid binary tile payload (#8867)Elastic.Esql0.11.0 by @flobernd in #8886Full Changelog: elastic/elasticsearch-net@8.19.18...8.19.19
v8.19.18Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@8.19.17...8.19.18
v8.19.17Compare Source
What's Changed
BulkRequestper-request index by @flobernd in #8855Full Changelog: elastic/elasticsearch-net@8.19.16...8.19.17
v8.19.16Compare Source
What's Changed
BulkRequestindex inference by @flobernd in #8843Elastic.Transportto0.15.1by @flobernd in #8847New Contributors
Full Changelog: elastic/elasticsearch-net@8.19.15...8.19.16
v8.19.15Compare Source
What's Changed
Elastic.Transportto0.15.0by @flobernd in #8830Full Changelog: elastic/elasticsearch-net@8.19.14...8.19.15
v8.19.14Compare Source
What's Changed
net10.0TFM by @flobernd in #8789JsonEncodedText.Encode. by @teo-tsirpanis in #8792Experimentalattribute toFilterPathby @flobernd in #8802LazyJsonConverter. by @teo-tsirpanis in #8793ITransport<IElasticsearchClientSettings>by @flobernd in #8816New Contributors
Full Changelog: elastic/elasticsearch-net@8.19.13...8.19.14
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: (UTC)
🚦 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.