File tree Expand file tree Collapse file tree 16 files changed +29
-15
lines changed
auth-providers/oauth2-provider Expand file tree Collapse file tree 16 files changed +29
-15
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.14 ##
2
+
3
+ * Core: Removed mockito-inline from compile dependencies
4
+ * Core: Improved catching of RuntimeException in BaseGrpcTransport
5
+ * Table: Fixed support of extended date types in ProtoValue
6
+ * Query: Added support of concurrent_result_sets option
7
+ * Topic: Add equals() and hashCode() methods to topic description classes
8
+ * Topic: Fixed ErrorHandler behaviour
9
+ * Topic: Added support of readSessionId
10
+ * Topic: SyncWriter.flush() now throw Exception when previous task was failed
11
+ * Topic: Add functional interface support to ReadEventHandler
12
+ * Topic: Added support of auto-partitioning options to CreateTopic/AlterTopic
13
+ * Topic: Fix logger prefix for partition session log events and print correct consumer name
14
+
1
15
## 2.3.13 ##
2
16
3
17
* Topic: fixed reconnect after shutdown
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Firstly you can import YDB Java BOM to specify correct versions of SDK modules.
30
30
<dependency >
31
31
<groupId >tech.ydb</groupId >
32
32
<artifactId >ydb-sdk-bom</artifactId >
33
- <version >2.3.13 </version >
33
+ <version >2.3.14 </version >
34
34
<type >pom</type >
35
35
<scope >import</scope >
36
36
</dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >tech.ydb</groupId >
7
7
<artifactId >ydb-sdk-parent</artifactId >
8
- <version >2.3.14-SNAPSHOT </version >
8
+ <version >2.3.14</version >
9
9
<relativePath >../../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
8
8
<groupId >tech.ydb</groupId >
9
- <version >2.3.14-SNAPSHOT </version >
9
+ <version >2.3.14</version >
10
10
<artifactId >ydb-sdk-bom</artifactId >
11
11
<name >Java SDK Bill of Materials</name >
12
12
<description >Java SDK Bill of Materials (BOM)</description >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tech.ydb</groupId >
10
10
<artifactId >ydb-sdk-parent</artifactId >
11
- <version >2.3.14-SNAPSHOT </version >
11
+ <version >2.3.14</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-common</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tech.ydb</groupId >
10
10
<artifactId >ydb-sdk-parent</artifactId >
11
- <version >2.3.14-SNAPSHOT </version >
11
+ <version >2.3.14</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-coordination</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tech.ydb</groupId >
10
10
<artifactId >ydb-sdk-parent</artifactId >
11
- <version >2.3.14-SNAPSHOT </version >
11
+ <version >2.3.14</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-core</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tech.ydb</groupId >
10
10
<artifactId >ydb-sdk-parent</artifactId >
11
- <version >2.3.14-SNAPSHOT </version >
11
+ <version >2.3.14</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-export</artifactId >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >tech.ydb</groupId >
10
10
<artifactId >ydb-sdk-parent</artifactId >
11
- <version >2.3.14-SNAPSHOT </version >
11
+ <version >2.3.14</version >
12
12
13
13
<name >Java SDK for YDB</name >
14
14
<description >Java SDK for YDB</description >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tech.ydb</groupId >
10
10
<artifactId >ydb-sdk-parent</artifactId >
11
- <version >2.3.14-SNAPSHOT </version >
11
+ <version >2.3.14</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-query</artifactId >
You can’t perform that action at this time.
0 commit comments