Skip to content

Commit b9dd467

Browse files
authored
Fixing CHANGELOG.md (#42536)
1 parent 7dc0954 commit b9dd467

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
#### Other Changes
1212

13+
### 4.63.4 (2024-10-15)
14+
15+
#### Bugs Fixed
16+
* Fixed an issue where a `NullPointerException` was thrown with circuit breaker enabled and partition split / merge scenarios. - See [PR 42178](https://github.com/Azure/azure-sdk-for-java/pull/42178)
17+
* Fixed an issue when a `Batch` operation hitting end-to-end timeout would not capture diagnostics correctly. - See [PR 42178](https://github.com/Azure/azure-sdk-for-java/pull/42178)
18+
* Fixed an issue where holding onto a `CosmosException` instance would hold a strong reference to a `RxDocumentClientImpl` instance preventing garbage collection of the `RxDocumentClientImpl` instance. - See [PR 42178](https://github.com/Azure/azure-sdk-for-java/pull/42178)
19+
1320
### 4.64.0 (2024-10-10)
1421

1522
#### Features Added

0 commit comments

Comments
 (0)