Skip to content

azure-cosmos_4.48.2

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 26 Aug 01:28
0ac4489

4.48.2 (2023-08-25)

Bugs Fixed

  • Fixed possible NullPointerException issue if health-check flow kicks in before RNTBD context negotiation for a given channel - See PR 36397.

Other Changes

  • Handling negative end-to-end timeouts provided more gracefully by throwing a CosmosException (OperationCancelledException) instead of IllegalArgumentException. - See PR 36535