Skip to content

Commit

Permalink
New release version v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Oct 17, 2024
1 parent 7a124f7 commit 982a179
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.3.1 ##

* Updated transaction tracer implementation
* Fixed table description cache

## 2.3.0 ##

* QueryService is enabled by default
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,14 @@ Specify the YDB JDBC driver in the dependencies:
<dependency>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver</artifactId>
<<<<<<< HEAD
<version>2.3.0</version>
=======
<version>2.2.13</version>
>>>>>>> bugfix
<version>2.3.1</version>
</dependency>

<!-- Shaded version with included dependencies -->
<dependency>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver-shaded</artifactId>
<<<<<<< HEAD
<version>2.3.0</version>
=======
<version>2.2.13</version>
>>>>>>> bugfix
<version>2.3.1</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion jdbc-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>ydb-jdbc-driver-shaded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tech.ydb.jdbc</groupId>
<artifactId>ydb-jdbc-driver-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>ydb-jdbc-driver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>tech.ydb.jdbc</groupId>

<artifactId>ydb-jdbc-driver-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>

<name>YDB JDBC Module</name>
<description>JDBC Driver over YDB Java SDK</description>
Expand Down

0 comments on commit 982a179

Please sign in to comment.