Sha256: c7bc17b9b46b63526d509857c3d5742d05e8a717e646c2e4309187dcae90c430
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
Tracking Breaking Changes in 2.0.0 * This module now supports Ruby versions to 2.3 through 2.7 Tracking Breaking Changes in 1.0.0 * This module now only consists of functionalities to access Azure Storage Blob Service. * Creating Blob Client using `Azure::Storage::Client.create` is now deprecated. To create a Blob client, users have to choose from `Azure::Storage::Blob::BlobService::create`, `Azure::Storage::Blob::BlobService::create_development`, ``Azure::Storage::Blob::BlobService::create_from_env`, `Azure::Storage::Blob::BlobService::create_from_connection_string` or `Azure::Storage::Blob::BlobService.new`. The parameters remain unchanged. * The default `Content-Type` for a newly created page blob or append blob will now be `application/octet-stream`, which matches the description of [REST doc](https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob) * The API "Azure::Storage::Blob::BlobService::create_block_blob" can now upload content that is larger than 256MB instead of reporting failure.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitlab-fog-azure-rm-2.0.0 | vendor/azure-storage-ruby/blob/BreakingChanges.md |