diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db5d895..ebd91e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.11 ## + +* Table: Add unique index support +* Table: Updated table TTL implementation + ## 2.2.10 ## * Core: fixed infinite wainting for grpc channel ready state after reconnect diff --git a/README.md b/README.md index 8da08726..7dfe685f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Firstly you can import YDB Java BOM to specify correct versions of SDK modules. tech.ydb ydb-sdk-bom - 2.2.10 + 2.2.11 pom import diff --git a/auth-providers/oauth2-provider/pom.xml b/auth-providers/oauth2-provider/pom.xml index b52a3c28..a01fa906 100644 --- a/auth-providers/oauth2-provider/pom.xml +++ b/auth-providers/oauth2-provider/pom.xml @@ -5,7 +5,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ../../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 60a0e26c..463b569d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -6,7 +6,7 @@ 4.0.0 tech.ydb - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-bom Java SDK Bill of Materials Java SDK Bill of Materials (BOM) diff --git a/common/pom.xml b/common/pom.xml index 1cbf4e45..ca2985b8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-common diff --git a/coordination/pom.xml b/coordination/pom.xml index c52cb359..451a3953 100644 --- a/coordination/pom.xml +++ b/coordination/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-coordination diff --git a/core/pom.xml b/core/pom.xml index be80ecbb..a5741e8f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-core diff --git a/export/pom.xml b/export/pom.xml index a63c07d7..3dae8cfa 100644 --- a/export/pom.xml +++ b/export/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-export diff --git a/pom.xml b/pom.xml index a71ee47c..fe4a8bac 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 Java SDK for YDB Java SDK for YDB diff --git a/query/pom.xml b/query/pom.xml index 9a500075..abe9cd7d 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-query diff --git a/scheme/pom.xml b/scheme/pom.xml index 8d373ce3..60896c64 100644 --- a/scheme/pom.xml +++ b/scheme/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-scheme diff --git a/table/pom.xml b/table/pom.xml index 5b2b5d67..bdd17792 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-table diff --git a/tests/common/pom.xml b/tests/common/pom.xml index cfbbe684..cd8040d5 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ../../pom.xml diff --git a/tests/junit4-support/pom.xml b/tests/junit4-support/pom.xml index e6a08685..a5357b8c 100644 --- a/tests/junit4-support/pom.xml +++ b/tests/junit4-support/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ../../pom.xml diff --git a/tests/junit5-support/pom.xml b/tests/junit5-support/pom.xml index c466fc9a..7a68a4bd 100644 --- a/tests/junit5-support/pom.xml +++ b/tests/junit5-support/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ../../pom.xml diff --git a/topic/pom.xml b/topic/pom.xml index fb41a7e7..88bec621 100644 --- a/topic/pom.xml +++ b/topic/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.2.11-SNAPSHOT + 2.2.11 ydb-sdk-topic