Releases: Azure/azure-cosmosdb-java
Releases · Azure/azure-cosmosdb-java
2.6.13
- Fixed "request headers is too long" for query plan and CRUD operations on stored procedures.
- Fixed issue with enabling openssl.
2.6.12
- Fixed an issue with excessive regional fail-overs when retrieving responses with invalid json from Gateway.
2.6.11
- Added http request time out cap for avoiding region failover for high latency request. (#360)
2.6.10
- Fixes region fail over issue for direct tcp calls, direct tcp calls network failure will be retried in other available region but it wont mark the current region unavailable, and subsequent tcp requests will still go to current region.(#351)
2.6.9
- Fixed issue with duplicate results on order by query with IN clause (#341)
2.6.8
- Fixes an issue due to which the order by results when resuming from continuation token might contain duplicates/missing documents #332
2.6.7
- Fixed multiple memory leak in direct TCP transport client (#326)
2.6.6
- Made DocumentClientException thread safe (#323)
2.6.5
- Fixed an issue where continuation token is not being set properly when trying to resume cross partition queries
- Moving deserialization out of netty threads
2.6.4
- Fixed a bug where SDK was retrying on writes on network failure(#301)
- Add support for specifying default Direct TCP options using System properties (#299)
- Improved diagnostics in Direct TCP transport client (#287)
- Bumped netty.version to 4.1.42.Final and netty-tcnative.version to 2.0.26.Final to address a Direct TCP SSL issue (#274)