File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.4 ##
2
+
3
+ * Added support of null and void types
4
+ * Upgraded to YDB Java SDK 2.2.6
5
+ * Added reading of query service warning issues
6
+ * Updated relocations for shaded JAR
7
+
8
+ ## 2.1.3 ##
9
+
10
+ * Added relocations for shaded JAR
11
+
1
12
## 2.1.2 ##
2
13
3
14
* Fixed SQL query parser
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Specify the YDB JDBC driver in the dependencies:
25
25
<dependency >
26
26
<groupId >tech.ydb.jdbc</groupId >
27
27
<artifactId >ydb-jdbc-driver</artifactId >
28
- <version >2.1.3 </version >
28
+ <version >2.1.4 </version >
29
29
</dependency >
30
30
31
31
<!-- Shaded version with included dependencies -->
32
32
<dependency >
33
33
<groupId >tech.ydb.jdbc</groupId >
34
34
<artifactId >ydb-jdbc-driver-shaded</artifactId >
35
- <version >2.1.3 </version >
35
+ <version >2.1.4 </version >
36
36
</dependency >
37
37
</dependencies >
38
38
```
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >tech.ydb.jdbc</groupId >
8
8
<artifactId >ydb-jdbc-driver-parent</artifactId >
9
- <version >2.1.4-SNAPSHOT </version >
9
+ <version >2.1.4</version >
10
10
</parent >
11
11
12
12
<artifactId >ydb-jdbc-driver-shaded</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >tech.ydb.jdbc</groupId >
8
8
<artifactId >ydb-jdbc-driver-parent</artifactId >
9
- <version >2.1.4-SNAPSHOT </version >
9
+ <version >2.1.4</version >
10
10
</parent >
11
11
12
12
<artifactId >ydb-jdbc-driver</artifactId >
Original file line number Diff line number Diff line change 6
6
<groupId >tech.ydb.jdbc</groupId >
7
7
8
8
<artifactId >ydb-jdbc-driver-parent</artifactId >
9
- <version >2.1.4-SNAPSHOT </version >
9
+ <version >2.1.4</version >
10
10
11
11
<name >YDB JDBC Module</name >
12
12
<description >JDBC Driver over YDB Java SDK</description >
You can’t perform that action at this time.
0 commit comments