Azure SDK for Embedded C (November 2021)
The Azure SDK team is pleased to make available the November 2021 client library release.
Beta
- Azure Core and Azure Storage
Installation Instructions
To install any of our packages, copy and paste the following commands into a terminal:
git clone https://github.com/Azure/azure-sdk-for-c
git checkout <tag_name>
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.
Release highlights
azure-sdk-for-c Changelog
New Features
- Added Azure Blob Storage APIs for blob upload and download.
- Added
az_http_response_get_status_code()
convenience function to get HTTP status code from requests.
Bug Fixes
- Fixed
az_curl
CMake dependency propagation onlibcurl
.
Other Changes
- Improved HTTP request telemetry.
Latest Releases
View all the latest versions of C packages here.