File tree Expand file tree Collapse file tree 16 files changed +26
-23
lines changed
auth-providers/oauth2-provider Expand file tree Collapse file tree 16 files changed +26
-23
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.16 ##
2
+ * Core: Added option to control the grpc stream flow
3
+ * Table: Added Serializable to all values and types
4
+ * Topic: Fixed double compression of one message
5
+
1
6
## 2.3.15 ##
2
7
3
8
* Core: ResourceExhausted isn't pessimize the node
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.15 </version >
33
+ <version >2.3.16 </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.16-SNAPSHOT </version >
8
+ <version >2.3.16</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.16-SNAPSHOT </version >
9
+ <version >2.3.16</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 >
157
157
<plugin >
158
158
<groupId >org.apache.maven.plugins</groupId >
159
159
<artifactId >maven-compiler-plugin</artifactId >
160
- <version >3.12.1 </version >
160
+ <version >3.14.0 </version >
161
161
<configuration >
162
162
<target >1.8</target >
163
163
<source >1.8</source >
202
202
<plugin >
203
203
<groupId >org.apache.maven.plugins</groupId >
204
204
<artifactId >maven-gpg-plugin</artifactId >
205
- <version >1.6 </version >
205
+ <version >3.2.7 </version >
206
206
<executions >
207
207
<execution >
208
208
<id >sign-artifacts</id >
220
220
</configuration >
221
221
</plugin >
222
222
<plugin >
223
- <groupId >org.sonatype.plugins </groupId >
224
- <artifactId >nexus-staging -maven-plugin</artifactId >
225
- <version >1.6.8 </version >
223
+ <groupId >org.sonatype.central </groupId >
224
+ <artifactId >central-publishing -maven-plugin</artifactId >
225
+ <version >0.7.0 </version >
226
226
<extensions >true</extensions >
227
227
<configuration >
228
- <serverId >ossrh-s01</serverId >
229
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
230
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
228
+ <publishingServerId >ossrh-s01</publishingServerId >
231
229
</configuration >
232
230
</plugin >
233
231
</plugins >
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.16-SNAPSHOT </version >
11
+ <version >2.3.16</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-query</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-scheme</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-table</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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
<relativePath >../../pom.xml</relativePath >
13
13
</parent >
14
14
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.16-SNAPSHOT </version >
11
+ <version >2.3.16</version >
12
12
</parent >
13
13
14
14
<artifactId >ydb-sdk-topic</artifactId >
You can’t perform that action at this time.
0 commit comments