4.2.0 (2020-07-14)
New Features
- Added script logging enabled API to
CosmosStoredProcedureRequestOptions
. - Updated
DirectConnectionConfig
defaultidleEndpointTimeout
to 1h and defaultconnectTimeout
to 5s.
Key Bug Fixes
- Fixed issue where
GatewayConnectionConfig
idleConnectionTimeout
was overridingDirectConnectionConfig
idleConnectionTimeout
. - Fixed
responseContinuationTokenLimitInKb
get and set APIs inCosmosQueryRequestOptions
. - Fixed issue in query and change feed when recreating the collection with same name.
- Fixed issue with top query throwing ClassCastException.
- Fixed issue with order by query throwing NullPointerException.
- Fixed issue in handling of cancelled requests in direct mode causing reactor
onErrorDropped
being called.