1.7 KiB
1.7 KiB
Release History
1.0.0-beta.6 (Unreleased)
Features Added
Breaking Changes
Bugs Fixed
Other Changes
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.
1.0.0-beta.4 (2024-08-06)
Bugs Fixed
- [#5781] Fixed exception when deserializing numeric values from JSON. (A community contribution, courtesy of 0xar1)
Acknowledgments
Thank you to our developer community members who helped to make Azure Data Tables better with their contributions to this release:
- arwell (GitHub)
1.0.0-beta.3 (2024-06-11)
Bugs Fixed
- Fixed an issue where the
TableServiceClientwas not correctly handling thenextPartitionKeyandnextRowKeycontinuation tokens when iterating over tables. - Fixed an issue around InsertReplace transactions.
1.0.0-beta.2 (2024-04-09)
Features Added
- Updates to models, transactions and other features.
1.0.0-beta.1 (2024-01-16)
Features Added
- Initial release.