Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

[Internal] Direct Package Upgrade: Refactors Code to Bump Up `Cosmos.Direct` Package to `3.34.0` #4477

Closed kundadebdatta closed 1 month ago

kundadebdatta commented 1 month ago

Pull Request Template

Description

This PR bumps up the Cosmos.Direct package version to 3.34.0 which is released on top of EN20240415 release. In a nut-shell, the change is focused on reducing the number of barrier requests issued for Global Strong in the Microsoft Azure Documents project.

The fix modifies the logic for issuing barrier requests, introducing a delay mechanism to reduce the number of requests and improve efficiency. The changes also include additional status codes for better error handling.

Type of change

Please delete options that are not relevant.

Closing issues

To automatically close an issue: closes #IssueNumber

kirankumarkolli commented 1 month ago

Can we list the release notes that needs to go in?

Fabians changes are in this direct right?