File tree Expand file tree Collapse file tree 16 files changed +24
-15
lines changed
auth-providers/oauth2-provider Expand file tree Collapse file tree 16 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 1+ ## 2.3.3 ##
2+
3+ * Topic: added method describeConsumer
4+ * Query: fixed transaction closing after stream canceling
5+ * Query: fixed multistatement reading in QueryReader
6+ * Tests: added support of YDB_FEATURE_FLAGS option
7+ * Table: depractred getUuidHigh/getUuidLow methods for UUID type
8+ * Table: fixed Inf/-Inf/NaN values in DecimalType
9+
110## 2.3.2 ##
211
312* Topic: fixed NoSuchElementException when using the DirectExecutorService as compressionExecutor
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.
3030 <dependency >
3131 <groupId >tech.ydb</groupId >
3232 <artifactId >ydb-sdk-bom</artifactId >
33- <version >2.3.2 </version >
33+ <version >2.3.3 </version >
3434 <type >pom</type >
3535 <scope >import</scope >
3636 </dependency >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >tech.ydb</groupId >
77 <artifactId >ydb-sdk-parent</artifactId >
8- <version >2.3.3-SNAPSHOT </version >
8+ <version >2.3.3</version >
99 <relativePath >../../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <groupId >tech.ydb</groupId >
9- <version >2.3.3-SNAPSHOT </version >
9+ <version >2.3.3</version >
1010 <artifactId >ydb-sdk-bom</artifactId >
1111 <name >Java SDK Bill of Materials</name >
1212 <description >Java SDK Bill of Materials (BOM)</description >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.3-SNAPSHOT </version >
11+ <version >2.3.3</version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-common</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.3-SNAPSHOT </version >
11+ <version >2.3.3</version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-coordination</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.3-SNAPSHOT </version >
11+ <version >2.3.3</version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-core</artifactId >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.3-SNAPSHOT </version >
11+ <version >2.3.3</version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-export</artifactId >
Original file line number Diff line number Diff line change 88
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.3-SNAPSHOT </version >
11+ <version >2.3.3</version >
1212
1313 <name >Java SDK for YDB</name >
1414 <description >Java SDK for YDB</description >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tech.ydb</groupId >
1010 <artifactId >ydb-sdk-parent</artifactId >
11- <version >2.3.3-SNAPSHOT </version >
11+ <version >2.3.3</version >
1212 </parent >
1313
1414 <artifactId >ydb-sdk-query</artifactId >
You can’t perform that action at this time.
0 commit comments