Sha256: cf621dde4537cb73cbab08a710cdca6f3efe1a422c205fe345e426547861bed6

Contents?: true

Size: 1.9 KB

Versions: 1

Compression:

Stored size: 1.9 KB

Contents

2021.12 - version 2.0.4
* Lifted Ruby-version-based restrictions on Nokogiri version.

2021.10 - version 2.0.3
* Allowed to use any version 1.x of Nokogiri for Ruby version later than or equal to 2.5.0.
* Fixed handling of invalid connection strings

2020.8 - version 2.0.2
* Bumped up Nokogiri version to 1.11.0.rc2 for Ruby version later than or equal to 2.4.0.
* Changed to use persistent HTTP client to speed up requests #168.
* Explicitly requiring `tempfile` to avoid runtime errors.

2020.3 - version 2.0.1
* Resolved an issue where the rubygem 'azure-storage-common' cannot resolve 'faraday_middleware' version automatically.
* Resolved an issue where automation does not report error for sanity check failure.

2020.3 - version 2.0.0
* This module now supports Ruby versions to 2.3 through 2.7
* Service version is upgraded to 2018-11-09.
* Add support for generating user delegation shared access signatures.
* This module now contains azure-core which was originally in azure-ruby-asm-core.
* The following dependency version was bumped up to the specified version for security update:
    Nokogiri 1.10.4
    Faraday  1.0.0
    Rake     13.0
* Now reuses the HTTP Client on host level.

2018.11 - version 1.1.0
* Added the support for sending a request with a bearer token.
* Added the configuration for SSL versions.
* Fixed the issue that the retry interval could be negative. [#121]
* Fixed the timeout issue when the resource doesn't exist. [#122]

2018.1 - version 1.0.1
* Resolved an issue where user cannot use Gem package using `gem install`.

2018.1 - version 1.0.0

* This module now consists of functionalities to support service client library modules.
* All namespaces in this module now begin with "Azure::Storage::Common" instead of "Azure::Storage".
* Resolved an issue where user tries to access `Azure::Storage::Common::Default::signer` would throw `undefined method 'signer' for Azure::Storage::Default:Module`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitlab-fog-azure-rm-2.0.0 vendor/azure-storage-ruby/common/ChangeLog.md