Skip to content

azure-cosmos_4.63.4

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 16 Oct 01:18

4.63.4 (2024-10-15)

Bugs Fixed

  • 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
  • Fixed an issue when a Batch operation hitting end-to-end timeout would not capture diagnostics correctly. - See PR 42178
  • Fixed an issue where a NullPointerException was thrown with circuit breaker enabled and partition split / merge scenarios. - See PR 42178