File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 2.3.3 ##
2+
3+ * Upgraded to YDB Java SDK 2.3.5
4+ * Added support of setString for all YDB types
5+ * Fixed disablePrepareDataQuery option
6+ * Added support of UUID and custom decimal types
7+
18## 2.3.2 ##
29
310* Fixed typo in YdbTracer
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Specify the YDB JDBC driver in the dependencies:
2626 <dependency >
2727 <groupId >tech.ydb.jdbc</groupId >
2828 <artifactId >ydb-jdbc-driver</artifactId >
29- <version >2.3.2 </version >
29+ <version >2.3.3 </version >
3030 </dependency >
3131
3232 <!-- Shaded version with included dependencies -->
3333 <dependency >
3434 <groupId >tech.ydb.jdbc</groupId >
3535 <artifactId >ydb-jdbc-driver-shaded</artifactId >
36- <version >2.3.2 </version >
36+ <version >2.3.3 </version >
3737 </dependency >
3838</dependencies >
3939```
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >tech.ydb.jdbc</groupId >
88 <artifactId >ydb-jdbc-driver-parent</artifactId >
9- <version >2.3.3-SNAPSHOT </version >
9+ <version >2.3.3</version >
1010 </parent >
1111
1212 <artifactId >ydb-jdbc-driver-shaded</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >tech.ydb.jdbc</groupId >
88 <artifactId >ydb-jdbc-driver-parent</artifactId >
9- <version >2.3.3-SNAPSHOT </version >
9+ <version >2.3.3</version >
1010 </parent >
1111
1212 <artifactId >ydb-jdbc-driver</artifactId >
Original file line number Diff line number Diff line change 66 <groupId >tech.ydb.jdbc</groupId >
77
88 <artifactId >ydb-jdbc-driver-parent</artifactId >
9- <version >2.3.3-SNAPSHOT </version >
9+ <version >2.3.3</version >
1010
1111 <name >YDB JDBC Module</name >
1212 <description >JDBC Driver over YDB Java SDK</description >
You can’t perform that action at this time.
0 commit comments