Releases: Azure/azure-cosmosdb-java
Releases · Azure/azure-cosmosdb-java
2.6.13
21 Jan 03:53
Compare
Sorry, something went wrong.
No results found
Fixed "request headers is too long" for query plan and CRUD operations on stored procedures.
Fixed issue with enabling openssl.
2.6.12
19 Jan 01:03
Compare
Sorry, something went wrong.
No results found
Fixed an issue with excessive regional fail-overs when retrieving responses with invalid json from Gateway.
2.6.11
18 Nov 21:37
Compare
Sorry, something went wrong.
No results found
Added http request time out cap for avoiding region failover for high latency request. (#360 )
2.6.10
01 Sep 17:28
Compare
Sorry, something went wrong.
No results found
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
16 Jun 02:06
Compare
Sorry, something went wrong.
No results found
Fixed issue with duplicate results on order by query with IN clause (#341 )
2.6.8
12 May 01:13
Compare
Sorry, something went wrong.
No results found
Fixes an issue due to which the order by results when resuming from continuation token might contain duplicates/missing documents #332
2.6.7
21 Apr 19:51
Compare
Sorry, something went wrong.
No results found
Fixed multiple memory leak in direct TCP transport client (#326 )
2.6.6
12 Mar 19:23
Compare
Sorry, something went wrong.
No results found
Made DocumentClientException thread safe (#323 )
2.6.5
01 Feb 03:21
Compare
Sorry, something went wrong.
No results found
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
02 Jan 18:12
Compare
Sorry, something went wrong.
No results found
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 )