1.3.0
1.3.0 (2022-02-08)
Features Added
- Added a total bytes written field to the JSON writer.
Breaking Changes
- Compared to the previous 1.2.0 release, there are no breaking changes.
- Removed
az_storage_blobs.h
, which included some beta APIs for Azure Blob Storage such asaz_storage_blobs_blob_client()
.- These will ship in a future release, and are still available from the previous beta release.
Bugs Fixed
- [#2027] Update IoT user agent to append property name before property value in cases where a custom user agent was specified.
- [#1885] Fix compilation error C4576 with C++ and MSVC 2019. (A community contribution, courtesy of hwmaier)
Acknowledgments
Thank you to our developer community members who helped to make Azure SDK for C better with their contributions to this release:
- Henrik Maier (GitHub)