Skip to content

deps(nuget): Bump Microsoft.Azure.Cosmos from 3.58.0 to 3.59.0#115

Merged
PlagueHO merged 1 commit intomainfrom
dependabot/nuget/prompt-babbler-service/Microsoft.Azure.Cosmos-3.59.0
Apr 29, 2026
Merged

deps(nuget): Bump Microsoft.Azure.Cosmos from 3.58.0 to 3.59.0#115
PlagueHO merged 1 commit intomainfrom
dependabot/nuget/prompt-babbler-service/Microsoft.Azure.Cosmos-3.59.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Pinned Microsoft.Azure.Cosmos at 3.59.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.59.0

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

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

See full changelog: https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md#​3590

3.59.0-preview.0

3.59.0-preview.0 - 2026-3-20

Added

  • 5502 VectorIndex Policy: Adds Support for QuantizerType in IndexingPolicy
  • 5634 Semantic Reranking: Adds response body in semantic reranking error responses
  • 5685 Read Consistency Strategy: Adds Read Consistency Strategy option for read requests
  • 5447 Per Partition Automatic Failover: Adds Hub Region Processing Only While Routing Requests Failed with 404/1002 for single master accounts
  • 5551 HPK: Adds internal CosmosClientOptions flag UseLengthAwareRangeComparer for length aware range comparer rollout
  • 5582 Query: Adds ability to choose global vs local/focused statistics for FullTextScore
  • 5610 Refactors N-Region Synchronous Commit feature to use IServiceConfigurationReaderVNext interface.
  • 5693 ThinClient Integration: Adds Enable Multiple Http2 connection on SocketsHttpHandler
  • 5614 ThinClient Integration: Adds support for QueryPlan in thinclient mode

Fixed

  • 5597 CosmosClient: Fixes ObjectDisposedException message when client is disposed during request
  • 5613 CrossRegionHedgingAvailabilityStrategy: Fixes ArgumentNullException race condition in hedging cancellation
  • 5650 Batch: Fixes null ErrorMessage when promoting status from MultiStatus response
  • 5651 Serializer: Fixes unsafe stream cast in FromStream
  • 5697 ResourceThrottleRetryPolicy: Fixes cumulativeRetryDelay tracking when x-ms-retry-after-ms header is absent

Commits viewable in compare view.


This change is Reviewable

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 28, 2026

Unit Test Results

196 tests  ±0   196 ✅ ±0   1s ⏱️ ±0s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ❌ ±0 

Results for commit 4302aa2. ± Comparison against base commit f2ab76c.

♻️ This comment has been updated with latest results.

@PlagueHO
Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/nuget/prompt-babbler-service/Microsoft.Azure.Cosmos-3.59.0 branch from 346a187 to 4302aa2 Compare April 29, 2026 10:02
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-version: 3.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/prompt-babbler-service/Microsoft.Azure.Cosmos-3.59.0 branch from 4302aa2 to 3237b57 Compare April 29, 2026 10:09
@PlagueHO PlagueHO merged commit c9ef602 into main Apr 29, 2026
8 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/prompt-babbler-service/Microsoft.Azure.Cosmos-3.59.0 branch April 29, 2026 10:10
@github-actions
Copy link
Copy Markdown

Summary

Summary
Generated on: 04/29/2026 - 10:12:24
Parser: MultiReport (12x Cobertura)
Assemblies: 3
Classes: 34
Files: 32
Line coverage: 60.5% (1486 of 2453)
Covered lines: 1486
Uncovered lines: 967
Coverable lines: 2453
Total lines: 3583
Branch coverage: 47.6% (328 of 688)
Covered branches: 328
Total branches: 688
Method coverage: Feature is only available for sponsors

Coverage

PromptBabbler.Api - 63.9%
Name Line Branch
PromptBabbler.Api 63.9% 47.3%
Program 0% 0%
PromptBabbler.Api.Controllers.BabbleController 96.6% 80%
PromptBabbler.Api.Controllers.ConfigController 100%
PromptBabbler.Api.Controllers.GeneratedPromptController 100% 100%
PromptBabbler.Api.Controllers.PromptTemplateController 71.4% 46.5%
PromptBabbler.Api.Controllers.TranscriptionWebSocketController 69% 55.2%
PromptBabbler.Api.Controllers.UserController 0% 0%
PromptBabbler.Api.Extensions.ClaimsPrincipalExtensions 100% 50%
PromptBabbler.Api.HealthChecks.AiFoundryHealthCheck 100% 100%
PromptBabbler.Api.HealthChecks.CosmosDbHealthCheck 100% 100%
PromptBabbler.Api.HealthChecks.ManagedIdentityHealthCheck 0%
PromptBabbler.Api.Middleware.AccessCodeMiddleware 100% 93.7%
PromptBabbler.Domain - 96.6%
Name Line Branch
PromptBabbler.Domain 96.6% ****
PromptBabbler.Domain.Interfaces.TranscriptionSession 100%
PromptBabbler.Domain.Models.BabbleSearchResult 0%
PromptBabbler.Domain.Models.TemplateValidationResult 100%
PromptBabbler.Domain.Models.UserSettings 100%
PromptBabbler.Infrastructure - 56.9%
Name Line Branch
PromptBabbler.Infrastructure 56.9% 48%
PromptBabbler.Infrastructure.DependencyInjection 0% 0%
PromptBabbler.Infrastructure.Services.AzureOpenAiPromptGenerationService 0% 0%
PromptBabbler.Infrastructure.Services.AzureSpeechTranscriptionService 0% 0%
PromptBabbler.Infrastructure.Services.BabbleService 100% 100%
PromptBabbler.Infrastructure.Services.BuiltInTemplateSeedingService 0% 0%
PromptBabbler.Infrastructure.Services.CosmosBabbleRepository 37.3% 5.5%
PromptBabbler.Infrastructure.Services.CosmosGeneratedPromptRepository 38.3% 12.5%
PromptBabbler.Infrastructure.Services.CosmosPromptTemplateRepository 30.3% 25%
PromptBabbler.Infrastructure.Services.CosmosUserRepository 95.8%
PromptBabbler.Infrastructure.Services.EmbeddingService 81.8% 50%
PromptBabbler.Infrastructure.Services.GeneratedPromptService 100% 100%
PromptBabbler.Infrastructure.Services.PromptBuilder 100% 100%
PromptBabbler.Infrastructure.Services.PromptTemplateService 100% 83.3%
PromptBabbler.Infrastructure.Services.TemplateValidationService 94.9% 93.7%
PromptBabbler.Infrastructure.Services.UserService 100% 91.6%
System.Text.RegularExpressions.Generated 73.9% 48.8%
System.Text.RegularExpressions.Generated.RunnerFactory
System.Text.RegularExpressions.Generated.RunnerFactory.Runner

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.

1 participant