Note: This BreakingChanges.md file is deprecated after version 0.15.0-preview, please refer to the BreakingChange.md in each package for future change logs.
Tracking Breaking Changes in 0.14.0-preview
QUEUE
- The return type of
Azure::Storage::Queue::create_messageis changed fromnilto anAzure::Storage::Queue::Messageobject.
Tracking Breaking Changes in 0.13.0-preview
TABLE
- The return type
Azure::Service::EnumerationResultofquery_tableshas a changed structure. Now the'updated'will not be contained, and is flattened to a structure in the form of{ {"TableName" => "tableone"}, {"TableName" => "tabletwo"}, {"TableName" => "tablethree"}}. - The
Azure::Storage::Table::Entitydoes not contain:tableandupdatedanymore. The updated time can be found in:properties. - The return type of
get_tableis changed to a Hash that contains full metadata returned from the server when query the table. - The method
Azure::Storage::Table::EdmType::unserialize_query_valueis renamed todeserialize_value.
Tracking Breaking Changes in 0.11.0-preview
ALL
Azure::Storage::Core::Auth::SharedAccessSignature.generateis renamed togenerate_service_sas_token.Azure::Storage::Core::Auth::SharedAccessSignature.signed_urirequiresuse_account_sasas the second parameter.- Removed the support for the Shared Key Lite.
Tracking Breaking Changes in 0.10.0-preview
ALL
- Require "azure-storage" instead of "azure_storage".
BLOB
- The
create_blob_pagesmethod is renamed toput_blob_pages. - The
create_blob_blockmethod is renamed toput_blob_block. - The
acquire_leasemethod is renamed toacquire_blob_lease. - The
renew_leasemethod is renamed torenew_blob_lease. - The
release_leasemethod is renamed torelease_blob_lease. - The
break_leasemethod is renamed tobreak_blob_lease.