Skip to content

Releases: ydb-platform/ydb-jdbc-driver

v2.2.2

12 Aug 22:39
v2.2.2
8eeb410

Choose a tag to compare

What's Changed

  • Added option to FullScan detecting by @alex268 in #58

Full Changelog: v2.2.1...v2.2.2

v2.2.1

31 Jul 08:20
v2.2.1
393baf0

Choose a tag to compare

What's Changed

  • Fixed working with Date, Datetime & Timestamp types by @alex268 in #57

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Jul 10:27
v2.2.0
117a53e

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

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

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

Choose a tag to compare

What's Changed

v2.1.2

14 May 08:26
v2.1.2
b9b0589

Choose a tag to compare

What's Changed

v2.1.1

29 Apr 14:19
v2.1.1
aa68ef9

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

Choose a tag to compare

What's Changed

v2.0.5

08 Dec 13:11
v2.0.5
b492829

Choose a tag to compare

  • Extended usage of standard JDBC exception classes
  • Fixed too small default timeout