From 67310082e4de0d9a41b08bad377cd2eb49df4b8f Mon Sep 17 00:00:00 2001 From: Brandon Siegel Date: Fri, 4 Sep 2020 15:02:00 -0700 Subject: [PATCH] Update tables version number and changelog --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/tables/azure-data-tables/CHANGELOG.md | 22 +++++++++++++++++++++- sdk/tables/azure-data-tables/README.md | 2 +- sdk/tables/azure-data-tables/pom.xml | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 1859e75b95e3f..8320394d3a31e 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -134,7 +134,7 @@ com.azure azure-data-tables - 1.0.0-beta.1 + 12.0.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 2b0a2fb0f2940..99923bb848830 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -26,7 +26,7 @@ com.azure:azure-cosmos-encryption;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-data-appconfiguration;1.1.4;1.2.0-beta.1 com.azure:azure-data-schemaregistry;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-data-schemaregistry-avro;1.0.0-beta.2;1.0.0-beta.3 -com.azure:azure-data-tables;1.0.0-beta.1;1.0.0-beta.1 +com.azure:azure-data-tables;12.0.0-beta.1;12.0.0-beta.1 com.azure:azure-digitaltwins-core;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-identity;1.1.0;1.2.0-beta.1 diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 4144f75694a03..4a4e62fb08c9b 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,3 +1,23 @@ # Release History -## 1.0.0-beta.1 (Unreleased) +## 12.0.0-beta.1 (Unreleased): + +Version 12.0.0-beta.1 is a beta of our efforts in creating a client library that is developer-friendly, idiomatic to +the Java ecosystem, and as consistent across different languages and platforms as possible. The principles that guide +our efforts can be found in the [Azure SDK Design Guidelines for Java](https://azure.github.io/azure-sdk/java_introduction.html). + +### Features + +- Support for both [Azure Table storage](https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-overview) and + the [Cosmos DB Table API](https://docs.microsoft.com/en-us/azure/cosmos-db/table-introduction). +- Reactive streams support using [Project Reactor](https://projectreactor.io/). +- Create, list, query, and delete tables. +- Insert, update, upsert, merge, list, query, and delete table entities. + +### Known issues + +- Entity merge operations using the Cosmos DB Table API are currently broken. +- When using the Cosmos DB Table API, if a client is rate-limited by the service, the client returns the error to the + caller rather than automatically retrying the request after a delay. +- Upon failure, operations do not correctly throw a `TableStorageException` as documented, but instead currently throw + the internal type `TableServiceErrorException`. diff --git a/sdk/tables/azure-data-tables/README.md b/sdk/tables/azure-data-tables/README.md index 1e5415848b442..f325c093e30f4 100644 --- a/sdk/tables/azure-data-tables/README.md +++ b/sdk/tables/azure-data-tables/README.md @@ -15,7 +15,7 @@ best parts of Azure cloud. com.azure azure-data-tables - 1.0.0-beta.1 + 12.0.0-beta.1 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/tables/azure-data-tables/pom.xml b/sdk/tables/azure-data-tables/pom.xml index f452f59153bbd..13cf21cd7092c 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 - 1.0.0-beta.1 + 12.0.0-beta.1 Microsoft Azure SDK for Azure Table This package contains the Microsoft Azure Table storage client library. https://github.com/Azure/azure-sdk-for-java