diff --git a/CHANGELOG.md b/CHANGELOG.md index 6853d72d..b5b7a3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.3.4 ## + +* Tests: enabled column tables in default YDB docker config +* Topic: fixed typo in CommitOffsetSettings + ## 2.3.3 ## * Topic: added method describeConsumer diff --git a/README.md b/README.md index 8662c7af..f02c9476 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.3.3 + 2.3.4 pom import diff --git a/auth-providers/oauth2-provider/pom.xml b/auth-providers/oauth2-provider/pom.xml index 9671bd26..da9a67d7 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.3.4-SNAPSHOT + 2.3.4 ../../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 93290ff4..96a1d049 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -6,7 +6,7 @@ 4.0.0 tech.ydb - 2.3.4-SNAPSHOT + 2.3.4 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 09630fca..b1c178f6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-common diff --git a/coordination/pom.xml b/coordination/pom.xml index 91b1d578..38b7523e 100644 --- a/coordination/pom.xml +++ b/coordination/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-coordination diff --git a/core/pom.xml b/core/pom.xml index bb51d4f3..34cfdde2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-core diff --git a/export/pom.xml b/export/pom.xml index 3e343a6d..ca5c7bf4 100644 --- a/export/pom.xml +++ b/export/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-export diff --git a/pom.xml b/pom.xml index 2c9a1801..dc49532d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 Java SDK for YDB Java SDK for YDB diff --git a/query/pom.xml b/query/pom.xml index 54056bfc..89e46330 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-query diff --git a/scheme/pom.xml b/scheme/pom.xml index 0b204e3c..2788715f 100644 --- a/scheme/pom.xml +++ b/scheme/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-scheme diff --git a/table/pom.xml b/table/pom.xml index 4d5486c7..3333ebc5 100644 --- a/table/pom.xml +++ b/table/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-table diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 260b99d6..d34b6d39 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ../../pom.xml diff --git a/tests/junit4-support/pom.xml b/tests/junit4-support/pom.xml index 2016070e..86001ce1 100644 --- a/tests/junit4-support/pom.xml +++ b/tests/junit4-support/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ../../pom.xml diff --git a/tests/junit5-support/pom.xml b/tests/junit5-support/pom.xml index e697f876..a0f983ac 100644 --- a/tests/junit5-support/pom.xml +++ b/tests/junit5-support/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ../../pom.xml diff --git a/topic/pom.xml b/topic/pom.xml index f28fa902..e4b19a3e 100644 --- a/topic/pom.xml +++ b/topic/pom.xml @@ -8,7 +8,7 @@ tech.ydb ydb-sdk-parent - 2.3.4-SNAPSHOT + 2.3.4 ydb-sdk-topic