You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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