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 ofIllegalArgumentException
. - See PR 36535