Skip to content

Commit

Permalink
das
Browse files Browse the repository at this point in the history
  • Loading branch information
gearama committed Nov 14, 2024
1 parent e6eaee7 commit c48a0b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions sdk/tables/azure-data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Release History

## 1.0.0-beta.5 (Unreleased)

### Features Added
## 1.0.0-beta.5 (2024-11-18)

### Breaking Changes

- Renamed `tables_clients.hpp` to `table_client.hpp` and split `TableServiceClient` into its own file, `table_service_client.hpp`.
- Removed the `TablesAudience` field from `TableClientOptions` since it is not required.
- Removed ServiceVersion type and changed the ApiVersion field within `TableClientOptions` to be std::string.
- Removed the `TableServiceClient` constructor that only accepts one defaulted options parameter.
- Updated samples to reflect the changes in the client.


### Bugs Fixed

- Use the package version for telemetry, rather than api version.

### Other Changes

## 1.0.0-beta.4 (2024-08-06)

### Bugs Fixed
Expand Down

0 comments on commit c48a0b7

Please sign in to comment.