Skip to content

Commit

Permalink
Increment versions for tables releases (Azure#34507)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: vcolin7 <[email protected]>
  • Loading branch information
3 people authored Apr 25, 2023
1 parent 795d5ef commit 941bf59
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.3.10</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
14 changes: 14 additions & 0 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Licensed under the MIT License.

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

0 comments on commit 941bf59

Please sign in to comment.