Skip to content

Releases: ydb-platform/ydb-jdbc-driver

v2.2.0

17 Jul 10:27
v2.2.0
117a53e
Compare
Choose a tag to compare

What's Changed

  • Added support of queries with RETURNING
  • Added auto batch mode for simple UPSERT/INSERT
  • Forced usage UInt64 for OFFSET/LIMIT parameters

Full Changelog: v2.1.6...v2.2.0

v2.1.6

17 Jul 10:24
v2.1.6
8c5064d
Compare
Choose a tag to compare

What's Changed

  • Fixed QueryClient leaks
  • Added support of query explaining for useQueryService mode

v2.1.4

08 Jul 11:04
v2.1.4
c703fc7
Compare
Choose a tag to compare

What's Changed

  • Added support of null and void types
  • Upgraded to YDB Java SDK 2.2.6
  • Added reading of query service warning issues
  • Updated relocations for shaded JAR

v2.1.3

22 May 08:49
v2.1.3
fc3fcbd
Compare
Choose a tag to compare

What's Changed

v2.1.2

14 May 08:26
v2.1.2
b9b0589
Compare
Choose a tag to compare

What's Changed

v2.1.1

29 Apr 14:19
v2.1.1
aa68ef9
Compare
Choose a tag to compare
  • Fixed a race on the YDB context creating
  • Fixed leak of YDB context on closing
  • Upgraded to YDB Java SDK 2.2.2

v2.1.0

04 Apr 13:27
v2.1.0
94cd18e
Compare
Choose a tag to compare

What's Changed

v2.0.5

08 Dec 13:11
v2.0.5
b492829
Compare
Choose a tag to compare
  • Extended usage of standard JDBC exception classes
  • Fixed too small default timeout

v2.0.4

04 Dec 17:06
v2.0.4
a5389c8
Compare
Choose a tag to compare

What's Changed

  • Fix batch parameters by @alex268 in #33
  • Force using of single thread scheduler by @alex268 in #34
  • Use standard exception classes for detecting retryable problems by @alex268 in #35
  • Update implementation getUpdateCount()/hasMoreResults() by @alex268 in #36
  • Add cache for prepared queries and params by @alex268 in #37

Full Changelog: v2.0.3...v2.0.4

Release v2.0.3

30 Nov 10:23
v2.0.3
51e6997
Compare
Choose a tag to compare
  • Fixed getUpdateCount() after getMoreResults()
  • Fixed columns info for empty result sets from DatabaseMetaData