Skip to content

azure-data-tables_1.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 22 Nov 21:49
aa7e64c

1.0.0-beta.5 (2024-11-22)

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.

Bugs Fixed

  • Use the package version for telemetry, rather than API version.

Other Changes

  • Updated samples to reflect the changes in the client.