azure-data-tables_1.0.0-beta.5
Pre-release
Pre-release
1.0.0-beta.5 (2024-11-22)
Breaking Changes
- Renamed
tables_clients.hpptotable_client.hppand splitTableServiceClientinto its own file,table_service_client.hpp. - Removed the
TablesAudiencefield fromTableClientOptionssince it is not required. - Removed ServiceVersion type and changed the ApiVersion field within
TableClientOptionsto be std::string. - Removed the
TableServiceClientconstructor 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.