From 83d3402eb299e320ef0c6a51dfc383c378da9037 Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Tue, 11 Jun 2024 06:20:25 -0700 Subject: [PATCH] Tables 1.0 beta 3 (#5672) * Tables 1.0 beta 3 * ewrwe --- sdk/tables/azure-data-tables/CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 78bd67286..032e017b4 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,14 +1,11 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.0.0-beta.3 (2024-06-11) ### Bugs Fixed -### Other Changes +- Fixed an issue where the `TableServiceClient` was not correctly handling the `nextPartitionKey` and `nextRowKey` continuation tokens when iterating over tables. +- Fixed an issue around InsertReplace transactions. ## 1.0.0-beta.2 (2024-04-09)