Skip to content

Commit

Permalink
Prepare Tables October 2024 patch release (#42440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairmyree authored Oct 17, 2024
1 parent 6e0db58 commit 6db3a5a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.5.0;1.6.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.21;1.2.0-beta.3
com.azure:azure-data-schemaregistry-jsonschema;1.0.0;1.1.0-beta.1
com.azure:azure-data-tables;12.4.5;12.5.0-beta.1
com.azure:azure-data-tables;12.4.5;12.4.6
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-developer-devcenter;1.0.4;1.1.0-beta.1
com.azure:azure-developer-loadtesting;1.0.17;1.1.0-beta.1
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.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.4.6</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 5 additions & 5 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 12.5.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 12.4.6 (2024-10-17)

### Bugs Fixed

Expand All @@ -13,6 +9,10 @@ present within the service.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.5`.
- Upgraded `azure-core` from `1.52.0` to version `1.53.0`.

## 12.4.5 (2024-09-27)

Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.4.2</version>
<version>12.4.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
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.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-tables;current} -->
<version>12.4.6</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 6db3a5a

Please sign in to comment.