Skip to content

chore(deps): update dotnet dependencies (non-major)#100

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotnet-dependencies-(non-major)
Open

chore(deps): update dotnet dependencies (non-major)#100
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotnet-dependencies-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
AWSSDK.DynamoDBv2 3.7.513.13.7.513.4 age confidence
Amazon.Lambda.Annotations 1.11.01.15.1 age confidence
Google.Cloud.Firestore 4.2.04.3.0 age confidence
Microsoft.Azure.Cosmos 3.58.03.61.0 age confidence
Microsoft.Azure.Functions.Worker 2.51.02.52.0 age confidence
Microsoft.Extensions.DependencyInjection (source) 10.0.510.0.9 age confidence
Microsoft.Extensions.Logging (source) 10.0.510.0.9 age confidence
Microsoft.NET.Test.Sdk 18.4.018.6.0 age confidence
coverlet.collector 6.0.26.0.4 age confidence

Release Notes

aws/aws-lambda-dotnet (Amazon.Lambda.Annotations)

v1.15.1

Amazon.Lambda.Annotations (1.15.1)
  • The ScheduleEvent Input property now supports file paths (relative to the project root or absolute) in addition to literal JSON strings. If the value resolves to an existing file, its contents are read and used as the input in the CloudFormation template.

v1.14.0

Amazon.Lambda.CognitoEvents (4.0.1)
  • [Breaking Change] Fix issue around not handling null value during deserialization for ForceAliasCreation by making it nullable.
Amazon.Lambda.Core (2.8.0)
  • Add LambdaTraceProvider to make the current trace id globally accessible
Amazon.Lambda.RuntimeSupport (1.14.0)
  • Add support for Lambda multi concurrency mode
Amazon.Lambda.APIGatewayEvents (2.7.2)
  • Added NotResource field to APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement

v1.13.0

Amazon.Lambda.Annotations (1.7.0)
  • Add ConfigureHostBuilder function to Startup class for allowing the Lambda function to configure an IHostApplicationBuilder.
Amazon.Lambda.RuntimeSupport (1.13.0)
  • Add support for parameterized logging method to global logger LambdaLogger in Amazon.Lambda.Core
Amazon.Lambda.Core (2.5.1)
  • Add support for parameterized logging method to global logger LambdaLogger. Method is marked as preview till new version of Amazon.Lambda.RuntimeSupport is deployed to managed runtime.

v1.12.0

Amazon.Lambda.Annotations (1.12.0)
  • treat warnings as errors and fix unshipped.md
  • Added [S3Event] annotation attribute for declaratively configuring S3 event-triggered Lambda functions with support for bucket reference, event types, key prefix/suffix filters, and enabled state.
googleapis/google-cloud-dotnet (Google.Cloud.Firestore)

v4.3.0: Google.Cloud.Firestore version 4.3.0

Compare Source

New features
  • Expose the 'auto_commit_transaction' option for the ExecutePipeline API
  • Expose the 'concurrency_mode' option for the Cloud Firestore API
Documentation improvements
  • A comment for message TransactionOptions is changed to better detail the new 'concurrency_mode' option.
  • A comment for field parent in message .google.firestore.v1.ListCollectionIdsRequest is changed to describe how to list top-level collections.
  • A comment for field order_by in message .google.firestore.v1.StructuredQuery is updated to describe default behavior for ENTERPRISE edition databases
Azure/azure-cosmos-dotnet-v3 (Microsoft.Azure.Cosmos)

v3.61.0

Compare Source

Features Added
  • 5815 Read Consistency Strategy: Adds hub region header for LastCommittedSingleWriteRegion strategy.
  • 5848 VectorEmbeddingPolicy: Adds EmbeddingSource block to Embedding model
  • 5868 Diagnostics: Adds hedging detection API (CosmosDiagnostics.HedgingStarted, GetRequestedRegions, GetRespondedRegions) along with the new RequestedRegion struct and RequestedRegionReason enum so callers can observe per-operation hedging behavior. RequestedRegionReason.Unknown (= 0) is the default sentinel for default(RequestedRegion).Reason and is never emitted by the SDK; RequestedRegionReason.CircuitBreakerProbe and RequestedRegionReason.TransportRetry are reserved for the future and not yet populated by this SDK; see issue #​5867.
  • 5600 HPK: Adds id to partition key when "/id" is the last path in partition key definition.
Breaking Changes
Bugs Fixed
  • 5827 ChangeFeedEstimator: Change feed estimator threw ArgumentNullException when an inmemory lease container was being used. Update validations so in-memory lease containers work with change feed estimator
  • 5910 Upgraded Direct package to 3.43.2.
  • 5910 Direct: Fixed RNTBD thread-pool starvation by making Dispatcher.OnIdleTimer asynchronous (ports public PR 5817)
Other Changes
  • #​5887 Direct: Documents that MaxTcpConnectionsPerEndpoint accepts any positive value to allow customer control of the connection pool size; values of 16 or greater remain recommended.

v3.60.0

Compare Source

Features Added
  • 5825 ChangeFeed: Promotes Full Fidelity Change Feed (AllVersionsAndDeletes) APIs to GA
  • 5839 Adds Direct package version upgrade and fixes TCP keepalive silently failing on Linux issue due to uint overload mismatch.
Bugs Fixed
  • 5618 Diagnostics: Fixes null contacted region name for multimaster hub fallback (410/21005)
  • 5816 HttpTimeoutPolicy: Fixes aggressive 500ms first-attempt timeout in HttpTimeoutPolicyControlPlaneRetriableHotPath
  • 5819 LINQ: Fixes .NET 10 MemoryExtensions.Contains breaking change in LINQ queries
  • 5823 LocationCache: Fixes read fallback to use WriteEndpoints[0] when PPAF enabled and all regions excluded
  • 5825 ChangeFeedProcessor: Exempts AllVersionsAndDeletes from implicit StartTime back-off (not applicable to LSN-based continuation)
  • 5870 CrossRegionHedgingAvailabilityStrategy: Fixes StackOverflow in CrossRegionHedgingAvailabilityStrategy Observed in .NET Framework 4.7.2

v3.59.0

Compare Source

Features Added
  • 5579 Change Feed Processor: Adds Lease container export support
  • 5709 Performance: Adds caching for URL-encoded AAD authorization signature
  • 5731 DNS dot-suffix: Adds TCP DNS dot-suffix for Direct mode to avoid Kubernetes ndots latency
  • 5755 Exceptionless: Adds enabling exception less 400 status code
  • 5756 Exceptionless: Adds enabling exception less 404/1002 status code
  • 5757 Exceptionless: Adds enabling exception less 403
  • 5779 Direct: Adds Direct package version bump to 3.42.4
  • 5786 Region Availability: Adds missing regions from Direct 3.42.4
  • 5788 Socket Handler: Adds HTTP/2 PING keep-alive to detect broken connections in pool
Bugs Fixed
  • 5553 NativeDLLs: Fixes Conditionally include win-x64 native DLLs based on RuntimeIdentifier
  • 5588 LINQ: Fixes memory leak from Expression.Compile() in all call sites
  • 5617 ChangeFeedProcessor: Fixes first-change skip during initial startup by anchoring StartTime
  • 5636 CosmosClientBuilder: Fixes self-referencing loop in GetSerializedConfiguration with STJ TypeInfoResolver
  • 5748 Routing: Fixes GetOverlappingRanges CPU overhead from repeated JSON deserialization
  • 5807 ChangeFeedProcessor: Fixes lease de-duplication for /partitionKey-partitioned lease containers
  • 5778 DocumentClient: Fixes Potential Memory Leak By Properly Disposing GlobalPartitionEndpointManagerCore. This bug left the circuit breaker failback loop running indefinitely, leaking Task.Delay timers.
Azure/azure-functions-dotnet-worker (Microsoft.Azure.Functions.Worker)

v2.52.0: Microsoft.Azure.Functions.Worker 2.52.0

Compare Source

What's Changed

Microsoft.Azure.Functions.Worker (metapackage) 2.52.0
  • Update Microsoft.Azure.Functions.Worker.Core to 2.52.0
  • Update Microsoft.Azure.Functions.Worker.Grpc to 2.52.0
Microsoft.Azure.Functions.Worker.Core 2.52.0
  • Add support for propagating trace context tags from worker to host (#​3303)
  • Add support for propagating OpenTelemetry Baggage to the worker. Requires use with the OpenTelemetry Extension to work end to end (#​3319).
Microsoft.Azure.Functions.Worker.Grpc 2.52.0
  • Update protobuf version to v1.12.0-protofile and add support for propagating tags from the worker to the functions host (#​3303).
  • Update protobuf version to v1.13.0-protofile to add support for propagating OpenTelemetry baggage to the worker (#​3319).
dotnet/dotnet (Microsoft.Extensions.DependencyInjection)

v10.0.9

v10.0.8

v10.0.7

v10.0.6

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.6.0

What's Changed

Changes to tests and infra

Full Changelog: microsoft/vstest@v18.5.1...v18.6.0

v18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

v18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

coverlet-coverage/coverlet (coverlet.collector)

v6.0.4

Fixed
  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

v6.0.3

Fixed
Improvements
  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • 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/dotnet-dependencies-(non-major) branch from b8d9e1a to 2014b27 Compare June 16, 2026 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants