Skip to content

Commit 789bdc6

Browse files
jeet1995kushagraThaparazure-sdkFabianMeiswinkel
authored
Hotfix/kuthapar/azure cosmos 4.48.2 hotfix (Azure#36623)
* Updated read hang grace and cancellation count threshold (Azure#36280) * Updated read hang grace and cancellation count threshold * Updated CHANGELOG.md * Updated CHANGELOG.md * Updated CHANGELOG.md * Updated release versions to 4.48.1 for azure-cosmos (Azure#36291) * Updated release versions to 4.48.1 for azure-cosmos * Updated release notes * Increment package versions for cosmos releases (Azure#36301) * Port PR 36397 to the 4.48.2 hotfix branch (Azure#36504) * Fixed possible `NullPointerException` issue if health-check flow kick… (Azure#36397) * Added coverage for incremental change-feed from multi-write accounts. * Fixed tests. * Fixed tests. * Updated CHANGELOG.md. * Reverted changes. * Reverted changes. * Fixed tests. * Updated CHANGELOG.md. * Fixed merge. * Added multi-region test profile to azure-cosmos-tests. * Added custom start time change feed coverage for multi-write accounts. * Fixed multi-region to multi-master tests * Fixed tests to multi-region * Attempt at fixing CF tests. * Fixed possible `NullPointerException` issue if health-check flow kicks in before RNTBD context negotiation for a given channel. * Fixed possible `NullPointerException` issue if health-check flow kicks in before RNTBD context negotiation for a given channel. * Attempt at fixing live test issues. * Attempt at fixing live test issues. * Attempt at fixing live tests. * Attempt at fixing live tests. * Attempt at fixing live tests. * Attempt at fixing live tests. * Attempt at fixing live tests. --------- Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com> * Update CHANGELOG.md --------- Co-authored-by: Abhijeet Mohanty <abhmohanty@microsoft.com> Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com> * Sdk fixes (Azure#36426) * Added the multi-region test pipeline. * Fixed possible `NullPointerException`s. * Updated CHANGELOG.md. --------- Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com> * Handle negative e2e timeout gracefully (Azure#36535) * Cherry picked commit from main PR * Fixed changelog --------- Co-authored-by: Fabian Meiswinkel <fabianm@microsoft.com> * Updated release version to 4.48.2 for azure-cosmos hotfix (Azure#36542) * Increment package versions for cosmos releases (Azure#36544) * Fixed CHANGELOG.md. * Attempt a fixing faulty merge conflict. * Attempt a fixing faulty merge conflict. * Updated min recommended version. * Updated min recommended version. --------- Co-authored-by: Kushagra Thapar <kuthapar@microsoft.com> Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Co-authored-by: Fabian Meiswinkel <fabianm@microsoft.com>
1 parent 4e1281f commit 789bdc6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@
2525
#### Other Changes
2626
* Added coverage for `ChangeFeedProcessor` in `Latest Version` change feed mode to read change feed from a custom start time for multi-write accounts. - See[PR 36257](https://github.com/Azure/azure-sdk-for-java/pull/36257)
2727

28-
### 4.48.1 (2023-08-09)
28+
### 4.48.2 (2023-08-25)
2929
> [!IMPORTANT]
30-
> We strongly recommend our customers to use version 4.48.1 and above.
30+
> We strongly recommend our customers to use version 4.48.2 and above.
31+
#### Bugs Fixed
32+
* Fixed possible `NullPointerException` issue if health-check flow kicks in before RNTBD context negotiation for a given channel - See [PR 36397](https://github.com/Azure/azure-sdk-for-java/pull/36397).
33+
34+
#### Other Changes
35+
* Handling negative end-to-end timeouts provided more gracefully by throwing a `CosmosException` (`OperationCancelledException`) instead of `IllegalArgumentException`. - See [PR 36535](https://github.com/Azure/azure-sdk-for-java/pull/36535)
36+
37+
### 4.48.1 (2023-08-09)
3138
#### Bugs Fixed
3239
* Fixed request start time in the `CosmosDiagnostics` for individual request responses - See [PR 35705](https://github.com/Azure/azure-sdk-for-java/pull/35705)
3340
* Fixed an issue where `ConnectionStateListener` tracked staled `Uris` which fails to mark the current `Uris` unhealthy properly - See [PR 36067](https://github.com/Azure/azure-sdk-for-java/pull/36067)

0 commit comments

Comments
 (0)