Skip to content

Commit

Permalink
Incrementing Versions for Tables Release (Cherry-Pick) (#39191)
Browse files Browse the repository at this point in the history
* Incrementing Versions for Tables Release (Cherry-Pick)

* Updating Tables README.md

---------

Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
  • Loading branch information
jairmyree and azure-sdk authored Mar 12, 2024
1 parent 4ed10f7 commit 42767d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.4.3;1.5.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.14;1.2.0-beta.2
com.azure:azure-data-schemaregistry-jsonschema;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-data-tables;12.3.19;12.4.0-beta.1
com.azure:azure-data-tables;12.3.20;12.4.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-developer-devcenter;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-developer-loadtesting;1.0.10;1.1.0-beta.1
Expand Down
12 changes: 12 additions & 0 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,20 @@

### Bugs Fixed

### Other Changes

## 12.3.20 (2024-03-07)

### Bugs Fixed
- Removed the 409 status-code error-level log message "TableAlreadyExists" that was printed when calling `TableServiceClient.createTableIfNotExists()` on a table that already exists.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.46.0` to version `1.47.0`.
- Upgraded `azure-core-http-netty` from `1.14.0` to version `1.14.1`.

## 12.3.19 (2024-02-20)

### Other Changes
Expand All @@ -31,6 +41,7 @@
- Upgraded `azure-core-http-netty` from `1.13.10` to version `1.13.11`.
- Upgraded `azure-core` from `1.45.0` to version `1.45.1`.


## 12.3.17 (2023-11-20)

### Other Changes
Expand All @@ -50,6 +61,7 @@
- Upgraded `azure-core-http-netty` from `1.13.7` to version `1.13.9`.
- Upgraded `azure-core` from `1.43.0` to version `1.44.1`.


## 12.3.15 (2023-09-18)

### Bugs Fixed
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.3.15</version>
<version>12.3.20</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit 42767d7

Please sign in to comment.