azure-storage-common_12.0.0-beta.8
Pre-release
Pre-release
12.0.0-beta.8 (2021-02-12)
Breaking Changes
- Removed the
Azure::Storage::Md5
class fromcrypt.hpp
. Use the type fromAzure::Core::Cryptography
namespace instead, fromazure/core/cryptography/hash.hpp
. - Renamed
Crc64
toCrc64Hash
and change it to derive from theAzure::Core::Cryptography::Hash
class.