diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 0c3a9ae1e73ff..be996f751ef4a 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -208,7 +208,7 @@ com.azure azure-data-tables - 12.3.10 + 12.4.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 88bc0e5537e01..0bd7e46cb1e33 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -105,7 +105,7 @@ com.azure:azure-data-appconfiguration;1.4.4;1.5.0-beta.1 com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-data-schemaregistry;1.3.4;1.4.0-beta.3 com.azure:azure-data-schemaregistry-apacheavro;1.1.4;1.2.0-beta.3 -com.azure:azure-data-tables;12.3.9;12.3.10 +com.azure:azure-data-tables;12.3.10;12.4.0-beta.1 com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-digitaltwins-core;1.3.8;1.4.0-beta.1 com.azure:azure-developer-devcenter;1.0.0-beta.2;1.0.0-beta.3 diff --git a/sdk/tables/azure-data-tables-perf/pom.xml b/sdk/tables/azure-data-tables-perf/pom.xml index df7dca72182b9..2195d37eff9d5 100644 --- a/sdk/tables/azure-data-tables-perf/pom.xml +++ b/sdk/tables/azure-data-tables-perf/pom.xml @@ -25,7 +25,7 @@ com.azure azure-data-tables - 12.3.10 + 12.4.0-beta.1 com.azure diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index a9e5d5e369855..e9a1400637935 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,21 +1,35 @@ # Release History +## 12.4.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.3.10 (2023-04-17) ### Bugs Fixed + - Fixed bug that disallowed empty strings as partition and row keys - Fixed handling of paging headers when Table Storage returned a `x-ms-continuation-NextPartitionKey` but no `x-ms-continuation-NextRowKey`. This was causing the subsequent pages are not fetched. ### Other Changes + - Test proxy migration #### Dependency Updates - Upgraded `azure-core` from `1.37.0` to version `1.38.0`. - Upgraded `azure-core-http-netty` from `1.13.1` to version `1.13.2`. + ## 12.3.9 (2023-03-08) ### Other Changes + - Removed Reactor from synchronous clients #### Dependency Updates diff --git a/sdk/tables/azure-data-tables/pom.xml b/sdk/tables/azure-data-tables/pom.xml index 6d775b74064a7..05d04e3287a3c 100644 --- a/sdk/tables/azure-data-tables/pom.xml +++ b/sdk/tables/azure-data-tables/pom.xml @@ -14,7 +14,7 @@ Licensed under the MIT License. com.azure azure-data-tables - 12.3.10 + 12.4.0-beta.1 Microsoft Azure client library for Azure Tables This package contains the client library for Microsoft Azure Tables. https://github.com/Azure/azure-sdk-for-java