File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1+ ## 2.3.1 ##
2+
3+ * Updated transaction tracer implementation
4+ * Fixed table description cache
5+
16## 2.3.0 ##
27
38* QueryService is enabled by default
Original file line number Diff line number Diff line change @@ -26,22 +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- <<<<<<< HEAD
30- <version >2.3.0</version >
31- =======
32- <version >2.2.13</version >
33- >>>>>>> bugfix
29+ <version >2.3.1</version >
3430 </dependency >
3531
3632 <!-- Shaded version with included dependencies -->
3733 <dependency >
3834 <groupId >tech.ydb.jdbc</groupId >
3935 <artifactId >ydb-jdbc-driver-shaded</artifactId >
40- <<<<<<< HEAD
41- <version >2.3.0</version >
42- =======
43- <version >2.2.13</version >
44- >>>>>>> bugfix
36+ <version >2.3.1</version >
4537 </dependency >
4638</dependencies >
4739```
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.1-SNAPSHOT </version >
9+ <version >2.3.1</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.1-SNAPSHOT </version >
9+ <version >2.3.1</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.1-SNAPSHOT </version >
9+ <version >2.3.1</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