Storage Client Library 0.12.0
Pre-release
Pre-release
2017.02 - version 0.12.0-preview
ALL
- Fixed the issue where
should_retry?
in the retry_filter.rb overwrites the result from derivedapply_retry_policy
. #76 - Fixed the issue where
Azure::Storage::Client.create_from_connection_string
throws an exception. #77 - Added the support for setting the "timeout" option in
get_service_properties
andset_service_properties
.
BLOB
- Added the metadata to the returning instance when creates a blob.
- Added
transactional_md5
to the options ofput_blob_pages
.
FILE
- Added File Service support, targeting storage service version 2015-04-05.