chore(deps): Bump the backend-dependencies group with 1 update - #238
Merged
bluex117 merged 1 commit intoAug 10, 2026
Merged
Conversation
Bumps Elastic.Clients.Elasticsearch from 8.17.0 to 8.19.24 --- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 8.19.24 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
bluex117
deleted the
dependabot/nuget/backend/backend-dependencies-d2b9072281
branch
August 10, 2026 15:44
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.
Updated Elastic.Clients.Elasticsearch from 8.17.0 to 8.19.24.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
8.19.24
What's Changed
Utf8JsonReaderis constructed over a multi-segmentReadOnlySequence<byte>, which unblocks sequence-based deserializers such as a streaming reader over aPipeReaderFrequentItemSetsaggregations now round-trip correctly. The generated variant used an empty discriminator where the converter expectedfrequent_item_sets, so the property always read back asnullRoleTemplateQuery. Previously the union had no discriminator between the two object arms, so any object-shaped query was unconditionally read as a regularQueryDsl.QuerySpanQuery.SpanGapnow returnsnullinstead of a defaultKeyValuePairwhen the union holds a different variant, soSpanGap is not nullis no longer always truebasicquery parameter onGetTransformStats, which returns a cheaper subset of statistics by skippingoperations_behind,changes_last_detected_at,last_search_timeand the checkpoint timestampsIndexSettings.Unassignedexposingindex.unassigned.node_left.delayed_timeout,OnScriptErroron runtime field definitions, andAllocationsshard-allocation statistics on node statsTextIndexPrefixes.MinCharsandMaxCharsbecome optional (int?) and the two-argumentTextIndexPrefixes(int, int)constructor is removed. This also fixes reading responses that omit either value, which previously failed the required-member checkJinaAIServiceSettings.ElementTypeis renamed toEmbeddingType, matching theembedding_typewire nameNodeInfoDiscover.SeedProviderschanges fromIReadOnlyCollection<string>toICollection<string>, and a scalarseed_providersvalue from the node info API now deserializes instead of throwingFull Changelog: elastic/elasticsearch-net@8.19.23...8.19.24
8.19.23
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
8.19.22
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
8.19.21
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
8.19.20
What's Changed
Full Changelog: elastic/elasticsearch-net@8.19.19...8.19.20
8.19.19
What's Changed
IdPropertyNameandDisableIdInferenceby @flobernd in Fix DefaultMappingFor not consuming IdPropertyName and DisableIdInference elastic/elasticsearch-net#8877FieldTypeenum doesnt haveWildcardvalue" (#8826)SearchMvtAsyncthrowsTransportExceptionon successfulHTTP 200 _mvtresponses with valid binary tile payload (#8867)Elastic.Esql0.11.0 by @flobernd in Align LINQ-to-ES|QL integration with Elastic.Esql 0.11.0 elastic/elasticsearch-net#8886Full Changelog: elastic/elasticsearch-net@8.19.18...8.19.19
8.19.18
What's Changed
Full Changelog: elastic/elasticsearch-net@8.19.17...8.19.18
8.19.17
What's Changed
BulkRequestper-request index by @flobernd in Fix regression involvingBulkRequestper-request index elastic/elasticsearch-net#8855Full Changelog: elastic/elasticsearch-net@8.19.16...8.19.17
8.19.16
What's Changed
BulkRequestindex inference by @flobernd in FixBulkRequestindex inference elastic/elasticsearch-net#8843Elastic.Transportto0.15.1by @flobernd in UpdateElastic.Transportto0.15.1elastic/elasticsearch-net#8847New Contributors
Full Changelog: elastic/elasticsearch-net@8.19.15...8.19.16
8.19.15
What's Changed
Elastic.Transportto0.15.0by @flobernd in UpdateElastic.Transportto0.15.0elastic/elasticsearch-net#8830Full Changelog: elastic/elasticsearch-net@8.19.14...8.19.15
8.19.14
What's Changed
net10.0TFM by @flobernd in Addnet10.0TFM elastic/elasticsearch-net#8789JsonEncodedText.Encode. by @teo-tsirpanis in Use UTF-8 literals inJsonEncodedText.Encode. elastic/elasticsearch-net#8792Experimentalattribute toFilterPathby @flobernd in AddExperimentalattribute toFilterPathelastic/elasticsearch-net#8802LazyJsonConverter. by @teo-tsirpanis in Use trim-safe code inLazyJsonConverter. elastic/elasticsearch-net#8793ITransport<IElasticsearchClientSettings>by @flobernd in Allow use of customITransport<IElasticsearchClientSettings>elastic/elasticsearch-net#8816New Contributors
JsonEncodedText.Encode. elastic/elasticsearch-net#8792Full Changelog: elastic/elasticsearch-net@8.19.13...8.19.14
8.19.13
What's Changed
Security.PutUser(Exception calling Security.PutUser - System.Exception: No route taking 0 parameters_security/user/{username} elastic/elasticsearch-net#8774)HasFlagin hot-path when targetingnetfxby @flobernd in AvoidHasFlagin hot-path when targetingnetfxelastic/elasticsearch-net#8779Full Changelog: elastic/elasticsearch-net@9.2.1...9.2.2
8.19.12
What's Changed
SqlRowvalues by @flobernd in Fix deserialization ofSqlRowvalues elastic/elasticsearch-net#8767Full Changelog: elastic/elasticsearch-net@8.19.11...8.19.12
8.19.11
What's Changed
Full Changelog: elastic/elasticsearch-net@8.19.10...8.19.11
8.19.10
What's Changed
RequestConfigurationforBulkRequestby @flobernd in Allow modification ofRequestConfigurationforBulkRequestelastic/elasticsearch-net#8741FiltersAggregationandApiFiltersAggregationFull Changelog: elastic/elasticsearch-net@8.19.9...8.19.10
8.19.9
What's Changed
Esql.QueryAsObjects()to work with nested types by @flobernd in AllowEsql.QueryAsObjects()to work with nested types elastic/elasticsearch-net#8729Full Changelog: elastic/elasticsearch-net@8.19.8...8.19.9
8.19.8
What's Changed
SafeSkip()method that works with partial JSON blocks by @flobernd in Switch to customSafeSkip()method that works with partial JSON blocks elastic/elasticsearch-net#8720Full Changelog: elastic/elasticsearch-net@8.19.7...8.19.8
8.19.7
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
8.19.6
What's Changed
New Contributors
Full Changelog: elastic/elasticsearch-net@8.19.5...8.19.6
8.19.5
What's Changed
Contextby @flobernd in Fix deserialization ofContextelastic/elasticsearch-net#8688Full Changelog: elastic/elasticsearch-net@8.19.4...8.19.5
8.19.4
What's Changed
RequestResponseConverter<T>and make all non-generatedJsonConverters public by @flobernd in IntroduceRequestResponseConverter<T>and make all non-generatedJsonConverters public elastic/elasticsearch-net#8669Elastic.Clients.Elasticsearchtypes in documents (e.g. for percolation; see #8003)Elastic.Transportto0.10.1by @flobernd in UpdateElastic.Transportto0.10.1elastic/elasticsearch-net#8681Full Changelog: elastic/elasticsearch-net@8.19.3...8.19.4
8.19.3
What's Changed
PercentilesItem(SearchResponse deserialization fails when using PercentilesAggregation elastic/elasticsearch-net#8570)Full Changelog: elastic/elasticsearch-net@8.19.2...8.19.3
8.19.2
What's Changed
SourceSerializerforobjecttypes (Wrong serialization during BulkUpdate via script elastic/elasticsearch-net#8648)Full Changelog: elastic/elasticsearch-net@8.19.1...8.19.2
8.19.1
What's Changed
PercentilesAggregateand improves usability (SearchResponse deserialization fails when using PercentilesAggregation elastic/elasticsearch-net#8570)TermsvectorRequest.fields(The fields property on TermVectorsRequestDescriptor is serialized incorrectly with one field elastic/elasticsearch-net#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
8.19.0
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
8.19.0-preview.4
What's Changed
MaxDepthto 512 for internal request/response type serializer (#8573) by @github-actions in [8.19] IncreaseMaxDepthto 512 for internal request/response type serializer (#8573) elastic/elasticsearch-net#8574GeoBoundsandGeoLocation(#8586) by @github-actions in [8.19] Add deserialization support forGeoBoundsandGeoLocation(#8586) elastic/elasticsearch-net#8587Full Changelog: elastic/elasticsearch-net@8.19.0-preview.3...8.19.0-preview.4
8.19.0-preview.3
What's Changed
IndexNameambiguity by @flobernd in FixIndexNameambiguity elastic/elasticsearch-net#8556BucketsPathalias by @flobernd in PreserveBucketsPathalias elastic/elasticsearch-net#8561Full Changelog: elastic/elasticsearch-net@9.0.5...9.0.6
8.19.0-preview.2
What's Changed
Elastic.Transportby @flobernd in UpdateElastic.Transportelastic/elasticsearch-net#8549Full Changelog: elastic/elasticsearch-net@8.19.0-preview.1...8.19.0-preview.2
8.19.0-preview.1
What's Changed
This release backports all improvements of the 9.0 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.18.0...8.19.0-preview.1
8.18.3
What's Changed
KeyValuePairConverterby @flobernd in FixKeyValuePairConverterelastic/elasticsearch-net#8579Full Changelog: elastic/elasticsearch-net@8.18.2...8.18.3
8.18.2
What's Changed
MaxDepthto 512 for internal request/response type serializer by @flobernd in IncreaseMaxDepthto 512 for internal request/response type serializer elastic/elasticsearch-net#8573KeyValuePairConverterto work with nonIUrlParameterkeys by @flobernd in AllowKeyValuePairConverterto work with nonIUrlParameterkeys elastic/elasticsearch-net#8568Full Changelog: elastic/elasticsearch-net@8.18.1...8.18.2
8.18.1
What's Changed
SnapshotShardFailure.ShardIdFull Changelog: elastic/elasticsearch-net@8.18.0...8.18.1
8.18.0
What's Changed
Full Changelog: elastic/elasticsearch-net@8.17.4...8.18.0
8.17.4
What's Changed
Namesby @flobernd in Fix serialization ofNameselastic/elasticsearch-net#8486Full Changelog: elastic/elasticsearch-net@8.17.3...8.17.4
8.17.3
What's Changed
DenseVectorIndexOptionsTypeandDenseVectorSimilarityenumsFull Changelog: elastic/elasticsearch-net@8.17.2...8.17.3
8.17.2
What's Changed
EnableThreadPoolStatsandEnableTcpStatsto be enabled by defaultNew Contributors
Full Changelog: elastic/elasticsearch-net@8.17.1...8.17.2
8.17.1
What's Changed
Full Changelog: elastic/elasticsearch-net@8.17.0...8.17.1
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions