Skip to content

Releases: Azure/azure-cosmosdb-java

2.6.13

21 Jan 03:53
e636aa5
Compare
Choose a tag to compare
  • 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
e5c5a6d
Compare
Choose a tag to compare
  • Fixed an issue with excessive regional fail-overs when retrieving responses with invalid json from Gateway.

2.6.11

18 Nov 21:37
ef35fdf
Compare
Choose a tag to compare
  • Added http request time out cap for avoiding region failover for high latency request. (#360)

2.6.10

01 Sep 17:28
5017e17
Compare
Choose a tag to compare
  • 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
7d919b1
Compare
Choose a tag to compare
  • Fixed issue with duplicate results on order by query with IN clause (#341)

2.6.8

12 May 01:13
07ea834
Compare
Choose a tag to compare
  • 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
73e673a
Compare
Choose a tag to compare
  • Fixed multiple memory leak in direct TCP transport client (#326)

2.6.6

12 Mar 19:23
10c585c
Compare
Choose a tag to compare
  • Made DocumentClientException thread safe (#323)

2.6.5

01 Feb 03:21
f7061dc
Compare
Choose a tag to compare
  • 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
78ec17f
Compare
Choose a tag to compare
  • 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)