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.hpp
totable_client.hpp
and splitTableServiceClient
into its own file,table_service_client.hpp
. - Removed the
TablesAudience
field fromTableClientOptions
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.