chore(deps): update nuget non-major dependencies - #542
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
from
June 23, 2026 21:38
ba39acc to
e6fcbcd
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
5 times, most recently
from
July 4, 2026 06:44
271a531 to
e1944f9
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
from
July 6, 2026 10:36
e1944f9 to
0695c2f
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
3 times, most recently
from
July 12, 2026 15:01
dfd682f to
c1ec916
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
6 times, most recently
from
July 21, 2026 19:57
6b43870 to
f79b24b
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
3 times, most recently
from
July 30, 2026 19:48
8a26167 to
c127397
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
2 times, most recently
from
August 4, 2026 09:06
4b4ee0f to
a995286
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
6 times, most recently
from
August 13, 2026 10:51
83a6a5d to
0c48c20
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
from
August 13, 2026 18:04
0c48c20 to
bcdac72
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
3 times, most recently
from
August 15, 2026 11:04
c2fe530 to
dd3e498
Compare
renovate
Bot
force-pushed
the
renovate/nuget-minor-patch
branch
from
August 15, 2026 22:56
dd3e498 to
e09840f
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:
1.5.1→1.7.19.3.3→9.5.03.4.1→3.5.010.0.7→10.0.1110.0.5→10.0.1110.0.5→10.0.1110.0.5→10.0.1110.1.0→10.9.010.0.5→10.0.1110.0.5→10.0.1110.0.5→10.0.112.7.5→2.12.04.16.0→4.17.01.15.3→1.17.01.15.3→1.17.01.15.2→1.17.01.15.1→1.17.02.7.2→2.7.33.0.2→3.0.518.0.2→18.1.018.0.2→18.1.018.0.2→18.1.03.1.4→3.1.5Release Notes
AngleSharp/AngleSharp (AngleSharp)
v1.7.1Released on Wednesday, August 5 2026
DomNameattributes on DOM geometrydocument.open()destroying the DOM tree in case of encoding problems (#1276)v1.7.0Compare Source
Released on Friday, July 31 2026
:hostpseudo selector (#1271)v1.6.0Compare Source
Released on Sunday, July 26 2026
i/I(case-insensitive) ands/S(case-sensitive)UrlUrl||) selector syntaxCurrentSourceinCssMediaElementv1.5.2Released on Sunday, July 5 2026
NodeIteratorpre-removing steps to use the first following node (#1260) @ivandroflyRange.IsCollapsedto also compare offsets (#1259) @ivandroflyRange.CompareBoundaryTo(#1258) @ivandroflyRange.CopyContentto follow the DOM Standard (#1257) @ivandroflyRange.ExtractContentto follow the DOM Standard (#1256) @ivandroflyelastic/elasticsearch-net (Elastic.Clients.Elasticsearch)
v9.5.0Compare Source
What's Changed
Initial 9.5.x release.
client.Encryption.Resetendpoint, plus aProjectEncryptionKeyindicator on the health reportPutDataSource/GetDataSource/DeleteDataSourceandPutDataset/GetDataset/DeleteDataset, with the supportingESQLDataSource,ESQLDatasetandDatasetMappingtypesPutRegionPolicy/GetRegionPolicy/DeleteRegionPolicy_slicerouting parameter (RouteSlice) across the search, get, index, delete, update and bulk APIs, as well as on the multi-search header and the reindex destinationFrequentItemSetsaggregations 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 any object-shaped query was unconditionally read as a regularQueryDsl.QuerySpanGapandRoleMappingRule.Fieldvariant accessors now returnnullinstead of a defaultKeyValuePairwhen the union holds a different variantEmbeddingContentType.Audio/.Pdf/.Video,AnthropicTaskType.ChatCompletion,OpenAITaskType.Embedding, and theClusterPrivilege.ManageReindex/.MonitorReindexvaluesDocValueson 32 property types changes frombool?toUnion<bool, DocValuesConfig>?to carry the newdoc_values.multi_valuesetting. The parameterlessDocValues()descriptor overload is gone, and reading the property into abool?no longer compiles.SourceField.CompressandCompressThresholdare removed, andTextIndexPrefixes.MinChars/MaxCharsbecome optional (int?), dropping the two-argument constructorParamsonEsqlQueryandAsyncQuerychanges fromKeyValuePair<string, ICollection<FieldValue>>toKeyValuePair<string, Union<ICollection<FieldValue>, ClassifiedNamedParameter>>, which affects every existing named-parameter call site. Both requests also gain aSettingsbody propertyReranknow accepts the expanded multimodal request format, soInputbecomesUnion<ICollection<string>, ICollection<RerankInputObject>>,QuerybecomesUnion<string, RerankInputObject>, and theInput(params string[])overload is removed.EmbeddingContentObject.ContentbecomesICollection<EmbeddingContentObjectItem>andEmbeddingContentObjectContentsis gone,OpenAIServiceSettings.ApiKeyis now optional, andJinaAIServiceSettings.ElementTypeis renamed toEmbeddingTypeSourceOnlyRepositorySettingsis replaced by theISourceOnlyRepositorySettingsvariant family with per-backend settings types, constructed throughSourceOnlyRepositorySettingsFactory(ForAzure,ForGcs,ForReadOnlyUrl,ForS3,ForSharedFileSystem).SourceOnlyRepository.Settingsnow takes the interface, and its descriptor overloads are replaced by a factory callbackRoleInfo.Indiceschanges fromIndicesPrivilegestoIndicesPrivilegesRead, and role definitions gainDataSourcePrivilegesGetStats.Timeis renamed toGetTime,ShardStats.Indicesbecomes a dictionary ofShardStats, theDenseVectorOffHeapStats.TotalCenifSizetypo is corrected toTotalCenivfSize, and newly required members change the positional constructors ofIndexingStats,SearchStats,FlushStats,MappingStatsandMachineLearning.DefaultsUtf8JsonReaderis constructed over a multi-segmentReadOnlySequence<byte>, which unblocks sequence-based deserializers such as a streaming reader over aPipeReaderNew Contributors
Full Changelog: elastic/elasticsearch-net@9.4.2...9.5.0
v9.4.2Compare 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@9.4.1...9.4.2
v9.4.1Compare Source
What's Changed
InnerHits: theFieldsproperty is split intoField(single-field selector usingFields) and a newFieldscollection ofFieldAndFormat— existing usages ofInnerHits.Fields = …may need to be retargeted toFieldDataStreamLifecyclegainsEffectiveRetentionandRetentionDeterminedBy; newGlobalRetentionandRetentionSourcetypes;GetDataLifecycleResponsenow exposesGlobalRetentionParentReindexStatustype_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@9.4.0...9.4.1
v9.4.0Compare Source
What's Changed
Initial 9.4.x release.
Full Changelog: elastic/elasticsearch-net@9.3.7...9.4.0
v9.3.7Compare 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@9.3.6...9.3.7
v9.3.6Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.3.5...9.3.6
v9.3.5Compare 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@9.3.4...9.3.5
v9.3.4Compare Source
What's Changed
Full Changelog: elastic/elasticsearch-net@9.3.3...9.3.4
onizet/html2openxml (HtmlToOpenXml.dll)
v3.5.0Compare Source
dotnet/dotnet (Microsoft.AspNetCore.Authentication.OpenIdConnect)
v10.0.11v10.0.10v10.0.9v10.0.8dotnet/extensions (Microsoft.Extensions.Http.Resilience)
v10.9.0Version 10.9.0 is headlined by changes in these areas:
RoutingChatClientbase class, withSemanticRoutingChatClientas a concrete semantic-routing implementation. Separately, the abstractFailoverChatClientspecialization and its concreteOrderedFailoverChatClientimplementation add failover routing.Experimental API Changes
New Experimental APIs
EXTEXP0013) #7602MEAI001) #7662What's Changed
AI (
Microsoft.Extensions.AI,Microsoft.Extensions.AI.Abstractions, andMicrosoft.Extensions.AI.OpenAI)Note: Microsoft.Extensions.AI.OpenAI constrains its dependency for OpenAI to 2.12.x, preventing OpenAI updates to 2.13.0+ due to an incompatibility. We expect to release Microsoft.Extensions.AI.OpenAI version 10.9.1 during the week of August 17 to address this issue.
HTTP Resilience and Diagnostics (
Microsoft.Extensions.Http.ResilienceandMicrosoft.Extensions.Http.Diagnostics)ASP.NET Core Extensions (
Microsoft.AspNetCore.Diagnostics.Middleware)Logging Source Generator (
Microsoft.Gen.Logging)AI Evaluation (
Microsoft.Extensions.AI.Evaluation.Reporting)Project Templates (
Microsoft.McpServer.ProjectTemplates)Note: The MCP server project template was migrated to the dotnet/aspnetcore repository, and it is now included in the .NET 10 and .NET 11 SDKs.
Service Discovery (
Microsoft.Extensions.ServiceDiscovery.Dns)Test Improvements
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.8.4...v10.9.0
Packages in this release
The
Microsoft.Agents.AI.ProjectTemplatespackage is not included in this release.v10.8.0This release adds new experimental APIs to Microsoft.Extensions.AI.Abstractions and updates the OpenAI dependency to 2.12.0, alongside documentation, test, and repository maintenance.
Experimental API Changes
New Experimental APIs
AIFunctionNameAttributeandAIParameterNameAttribute#7610 by @jozkee (co-authored by @jeffhandley @Copilot)ToolApprovalRequestContent.RequiresConfirmation(MEAI001) #7549 by @javiercn (co-authored by @Copilot)What's Changed
AI
Vector Data
Documentation Updates
Test Improvements
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.7.0...v10.8.0
v10.7.0v10.7.0 graduates the Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes package to stable. The package registers a Kubernetes-aware
ResourceQuotaProviderthat reads the pod's CPU and memory requests and limits and exposes them toMicrosoft.Extensions.Diagnostics.ResourceMonitoringas baseline and maximum quotas, which then feed the request and limit dimensions of the published resource utilization metrics. The companionResourceQuotaandResourceQuotaProvidertypes inMicrosoft.Extensions.Diagnostics.ResourceMonitoringgraduate to stable in the same change so that consumers can implement custom quota providers without taking an experimental dependency.On the AI side,
Microsoft.Extensions.AI.OpenAImoves to OpenAI 2.11.0 and fixes a deserialization bug inToolJson.AdditionalPropertiesso that JSON SchemaadditionalPropertiesvalues shaped as sub-schema objects (for example{"type":"string"}) are preserved instead of throwing during deserialization.HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtgraduate to stable since both values are consistently available across hosted-file providers, whilePurposeandScoperemain experimental as provider-shaped vocabulary.FunctionInvokingChatClientdrops a backward-compat path that auto-markedToolApprovalResponseContententries withInformationalOnly: true; consumers that need to continue accepting sessions serialized before #7468 can use the sampleApprovalHistoryNormalizingChatClientmiddleware added in the test project.Experimental API Changes
Now Stable
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetespackage is now stable #7253ResourceQuotaandResourceQuotaProviderAPIs are now stable (previouslyEXTEXP0008) #7253HostedFileContent.SizeInBytesandHostedFileContent.CreatedAtare now stable (previouslyMEAI001) #7513What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.