Skip to content

Update nuget non-major dependencies#19

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuget-minor-patch
Open

Update nuget non-major dependencies#19
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuget-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 7, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Altinn.Platform.Storage.Interface 4.1.04.7.1 age confidence
Azure.Identity (source) 1.17.11.21.0 age confidence
Azure.Monitor.OpenTelemetry.AspNetCore (source) 1.4.01.5.0 age confidence
Azure.Monitor.OpenTelemetry.Exporter (source) 1.5.01.8.1 age confidence
Azure.Security.KeyVault.Secrets (source) 4.8.04.11.0 age confidence
EFCore.NamingConventions 10.0.0-rc.210.0.1 age confidence
Microsoft.Extensions.Azure (source) 1.13.11.14.0 age confidence
Microsoft.Extensions.Telemetry (source) 10.1.010.6.0 age confidence
Npgsql.EntityFrameworkCore.PostgreSQL 10.0.010.0.1 age confidence
OpenTelemetry.Extensions.Hosting (source) 1.14.01.15.3 age confidence
OpenTelemetry.Instrumentation.AspNetCore (source) 1.14.01.15.2 age confidence
OpenTelemetry.Instrumentation.Http (source) 1.14.01.15.1 age confidence
OpenTelemetry.Instrumentation.Runtime (source) 1.14.01.15.1 age confidence
Scalar.AspNetCore (source) 2.11.32.14.14 age confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Identity)

v1.21.0

Compare Source

1.21.0 (2026-04-10)

Other Changes
  • All Azure.Identity types have been moved to Azure.Core and are now available through TypeForwardedTo attributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that of Azure.Core. See the Migration Guide for details.

v1.20.0

Compare Source

1.20.0 (2026-03-30)
Features Added
  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.
Breaking Changes
  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

v1.19.0

Compare Source

1.19.0 (2026-03-11)

Features Added
  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).
Other Changes
  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

v1.18.0

Compare Source

1.18.0 (2026-02-25)

Features Added
  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

v1.17.2

Compare Source

1.17.2 (2026-04-15)

Other Changes
  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.
efcore/EFCore.NamingConventions (EFCore.NamingConventions)

v10.0.1: 10.0.1

What's Changed

New Contributors

Full Changelog: efcore/EFCore.NamingConventions@v10.0.0...v10.0.1

v10.0.0: 10.0.0

What's Changed

New Contributors

Full Changelog: efcore/EFCore.NamingConventions@v9.0.0...v10.0.0

dotnet/extensions (Microsoft.Extensions.Telemetry)

v10.6.0

Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.

Experimental API Changes
Now Stable
  • ResponseContinuationToken and background-response APIs are now stable (previously MEAI001) #​7512
What's Changed
AI
Repository Infrastructure Updates
  • Update version to 10.6.0 #​7458 by @​jeffhandley
  • [main] Update dependencies from dotnet/arcade #​7451
  • Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469
  • Merge release/10.5 into main #​7470 by @​jeffhandley
  • Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484
  • Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494
  • Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504
  • Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)
Acknowledgements

Full Changelog: dotnet/extensions@v10.5.2...v10.6.0

v10.5.0

HTTP Logging Middleware APIs in Microsoft.AspNetCore.Diagnostics.Middleware are now stable. This release also transfers Microsoft.Extensions.VectorData.Abstractions and Microsoft.Extensions.VectorData.ConformanceTests from the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.

Breaking Changes

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable
  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI
Vector Data
  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji
AI Evaluation
ASP.NET Core Extensions
Service Discovery

Documentation Updates

Test Improvements

Repository Infrastructure Updates

  • Bump minimatch and azure-pipelines-task-lib in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7361
  • Remove stale user-level .npmrc instead of npmAuthenticate #​7366 by @​ilonatommy
  • [main] Update dependencies from dotnet/arcade #​7374
  • Use env vars in build.ps1 to bypass stale agent npm config #​7376 by @​ilonatommy
  • Add a Release-Notes skill #​7390 by @​jeffhandley
  • Enable CFSClean* policies for extensions-ci-official pipeline #​7403 by @​mmitche
  • Fix CG alerts for Microsoft.Bcl.Memory #​7418 by @​wtgodbe
  • Bump flatted from 3.3.3 to 3.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7421
  • [main] Update dependencies from dotnet/arcade #​7422
  • Bump picomatch from 2.3.1 to 2.3.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7427
  • Bump picomatch in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7429
  • Stop using Mariner 2 images #​7431 by @​wtgodbe
  • [main] Update dependencies from dotnet/arcade #​7435
  • Bump brace-expansion from 1.1.12 to 1.1.13 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7440
  • Bump lodash from 4.17.23 to 4.18.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7455
  • Bump vite from 6.4.1 to 6.4.2 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7456
  • Correctly publish MEVD.ConformanceTests as nuget packages #​7459 by @​roji
  • Update ApiChief baselines for MEAI and MEVD #​7461 by @​jeffhandley
  • Upgrade to OpenAI 2.10.0 #​7450 by @​stephentoub
  • Use shared DiagnosticIds constants for MEVD experimental APIs #​7462 by @​jeffhandley

Acknowledgements

Full Changelog: dotnet/extensions@v10.4.1...v10.5.0

v10.4.0

This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.

Experimental API Changes

Now Stable
  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332
New Experimental APIs
  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231
Removed Experimental APIs
  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI
Telemetry and Observability
HTTP Resilience and Diagnostics
Diagnostics, Health Checks, and Resource Monitoring
Data Ingestion
Caching

Test Improvements

Repository Infrastructure Updates

Acknowledgements

Full Changelog: dotnet/extensions@v10.3.0...v10.4.0

v10.3.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v10.2.0...v10.3.0

v10.2.0

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 07:00 on Thursday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from 8136372 to b8077d4 Compare January 16, 2026 23:36
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 5a1984e to 3d1fe32 Compare January 25, 2026 15:46
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 5 times, most recently from 319d84f to 448ac48 Compare February 1, 2026 10:43
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 5 times, most recently from 4993421 to d76f5a3 Compare February 9, 2026 20:14
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 5 times, most recently from 9905beb to 35118d1 Compare February 17, 2026 00:07
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from eca7366 to ad3af21 Compare February 22, 2026 12:50
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 8d7aaf8 to ccff4c5 Compare March 8, 2026 07:15
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch from ccff4c5 to 3e7d3d8 Compare March 14, 2026 08:13
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from c6a5afd to a9a6144 Compare March 24, 2026 13:52
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 9a43594 to 94de2f1 Compare March 31, 2026 21:33
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 4ac9008 to 3854144 Compare April 19, 2026 07:40
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from f92d37b to 8e1c829 Compare May 6, 2026 03:52
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch from 8e1c829 to 9b98260 Compare May 8, 2026 23:09
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from ac7606c to 910e07c Compare May 19, 2026 05:30
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch from 910e07c to a986f76 Compare May 24, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants