Skip to content

Commit 4a508ad

Browse files
authored
Prepare Tables April 2023 Patch Release (Azure#34505)
* Prepare Tables April Patch Release * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 9bf2fc7 commit 4a508ad

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.azure</groupId>
210210
<artifactId>azure-data-tables</artifactId>
211-
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
211+
<version>12.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
212212
</dependency>
213213
<dependency>
214214
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ com.azure:azure-data-appconfiguration;1.4.3;1.5.0-beta.1
104104
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
105105
com.azure:azure-data-schemaregistry;1.3.4;1.4.0-beta.3
106106
com.azure:azure-data-schemaregistry-apacheavro;1.1.4;1.2.0-beta.3
107-
com.azure:azure-data-tables;12.3.9;12.4.0-beta.1
107+
com.azure:azure-data-tables;12.3.9;12.3.10
108108
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
109109
com.azure:azure-digitaltwins-core;1.3.7;1.4.0-beta.1
110110
com.azure:azure-developer-devcenter;1.0.0-beta.2;1.0.0-beta.3

sdk/tables/azure-data-tables-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.azure</groupId>
2727
<artifactId>azure-data-tables</artifactId>
28-
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
28+
<version>12.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
2929
</dependency>
3030
<dependency>
3131
<groupId>com.azure</groupId>

sdk/tables/azure-data-tables/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Release History
22

3-
## 12.4.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.3.10 (2023-04-17)
84

95
### Bugs Fixed
106
- Fixed bug that disallowed empty strings as partition and row keys
117
- 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.
8+
129
### Other Changes
10+
- Test proxy migration
11+
12+
#### Dependency Updates
1313

14+
- Upgraded `azure-core` from `1.37.0` to version `1.38.0`.
15+
- Upgraded `azure-core-http-netty` from `1.13.1` to version `1.13.2`.
1416
## 12.3.9 (2023-03-08)
1517

1618
### Other Changes

sdk/tables/azure-data-tables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ add the direct dependency to your project as follows.
4646
<dependency>
4747
<groupId>com.azure</groupId>
4848
<artifactId>azure-data-tables</artifactId>
49-
<version>12.3.9</version>
49+
<version>12.3.10</version>
5050
</dependency>
5151
```
5252
[//]: # ({x-version-update-end})

sdk/tables/azure-data-tables/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Licensed under the MIT License.
1414

1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-data-tables</artifactId>
17-
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
17+
<version>12.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
1818
<name>Microsoft Azure client library for Azure Tables</name>
1919
<description>This package contains the client library for Microsoft Azure Tables.</description>
2020
<url>https://github.com/Azure/azure-sdk-for-java</url>

0 commit comments

Comments
 (0)