Releases: ydb-platform/ydb-jdbc-driver
Releases · ydb-platform/ydb-jdbc-driver
v2.3.20
What's Changed
- Updated parser of IN clause, added support of tuples by @alex268 in #145
- Removed unuseful trace events by @alex268 in #147
- Fixed inmemory queries batching by @alex268 in #148
- Added TRANSPORT_UNAVAIBLE processing to TableTxExecutor by @alex268 in #149
- Update to the latest YDB Java SDK v2.3.25 by @alex268 in #150
- Added option
useDiscoveryenabled by default by @alex268 in #151 - Query execution interceptor by @BardinPetr and @alex268 in #152
New Contributors
- @BardinPetr made their first contribution in #146
Full Changelog: v2.3.19...v2.3.20
v2.3.19
v2.3.18
v2.3.17
v2.3.16
What's Changed
- Revert to use default docker image for tests by @alex268 in #133
- Fixed old-style connection string by @alex268 in #134
- Update to the next version of Java SDK by @alex268 in #135
- Added support of AuthProvider to tokenProvider by @alex268 in #136
- Added option channelInitializer by @alex268 in #137
Full Changelog: v2.3.15...v2.3.16
v2.3.15
v2.3.14
v2.3.13
v2.3.12
v2.3.11
What's Changed
- YdbTypes was changed to be a context scoped by @alex268 in #114
- Style fixes by @alex268 in #115
- feat: supported Date32, Datetime64, Timestamp64, Interval64 by @alex268 in #116
- Added parsing of table name by @alex268 in #117
- Use non-batched queries for single executions by @alex268 in #119
- Added support of generated keys by @alex268 in #120
Full Changelog: v2.3.10...v2.3.11