Skip to content

Commit 941bf59

Browse files
azure-sdkjairmyreevcolin7
authored
Increment versions for tables releases (Azure#34507)
* Prepare Tables April Patch Release * Update CHANGELOG.md * Update CHANGELOG.md * Increment package versions for tables releases * Fixed version updates. --------- Co-authored-by: Jair Myree <67484440+jairmyree@users.noreply.github.com> Co-authored-by: vcolin7 <vicolina@microsoft.com>
1 parent 795d5ef commit 941bf59

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
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.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
211+
<version>12.4.0-beta.1</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
@@ -105,7 +105,7 @@ com.azure:azure-data-appconfiguration;1.4.4;1.5.0-beta.1
105105
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
106106
com.azure:azure-data-schemaregistry;1.3.4;1.4.0-beta.3
107107
com.azure:azure-data-schemaregistry-apacheavro;1.1.4;1.2.0-beta.3
108-
com.azure:azure-data-tables;12.3.9;12.3.10
108+
com.azure:azure-data-tables;12.3.10;12.4.0-beta.1
109109
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
110110
com.azure:azure-digitaltwins-core;1.3.8;1.4.0-beta.1
111111
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.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
28+
<version>12.4.0-beta.1</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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,35 @@
11
# Release History
22

3+
## 12.4.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.3.10 (2023-04-17)
414

515
### Bugs Fixed
16+
617
- Fixed bug that disallowed empty strings as partition and row keys
718
- 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.
819

920
### Other Changes
21+
1022
- Test proxy migration
1123

1224
#### Dependency Updates
1325

1426
- Upgraded `azure-core` from `1.37.0` to version `1.38.0`.
1527
- Upgraded `azure-core-http-netty` from `1.13.1` to version `1.13.2`.
28+
1629
## 12.3.9 (2023-03-08)
1730

1831
### Other Changes
32+
1933
- Removed Reactor from synchronous clients
2034

2135
#### Dependency Updates

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.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
17+
<version>12.4.0-beta.1</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)