File rubygem-azure-core.changes of Package rubygem-azure-core
-------------------------------------------------------------------
Sat Dec 8 16:18:21 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 0.1.15
see installed ChangeLog.md
# 2018.11.20 - azure-core gem @version 0.1.15
* Fixed the issue that consecutive spaces in the headers are replaced by one space. [Storage #127](https://github.com/Azure/azure-storage-ruby/issues/127)
-------------------------------------------------------------------
Tue Jan 9 07:22:52 UTC 2018 - coolo@suse.com
- updated to version 0.1.14
see installed ChangeLog.md
# 2017.12.28 - azure-core gem @version 0.1.14
* Added `reason_phrase` as an alternative for HTTP error description if no error details is found in response body
* Fixed a bug of re-throwing previously stored response error when it retries. [#51](https://github.com/Azure/azure-ruby-asm-core/issues/51)
* Fixed a bug that retries exceed the limit after many requests fail. [#57](https://github.com/Azure/azure-ruby-asm-core/issues/57)
-------------------------------------------------------------------
Sun Dec 3 19:10:57 UTC 2017 - coolo@suse.com
- updated to version 0.1.13
see installed ChangeLog.md
# 2017.11.10 - azure-core gem @version 0.1.13
* Added the call options in the retry data.
* Added the support for retrying a request with a different URL.
-------------------------------------------------------------------
Sun Sep 17 17:48:01 UTC 2017 - coolo@suse.com
- updated to version 0.1.12
see installed ChangeLog.md
# 2017.08.31 - azure-core gem @version 0.1.12
* Changed default value of header `MaxDataServiceVersion` to `3.0;NetFx` now that the service is available.
* `Azure::Core::Http::HTTPError` now can also parse JSON format response body for error type and description.
-------------------------------------------------------------------
Mon Aug 28 05:13:05 UTC 2017 - coolo@suse.com
- updated to version 0.1.11
see installed ChangeLog.md
# 2017.08.18 - azure-core gem @version 0.1.11
* Changed 'nokogiri' to runtime dependency with version >= 1.6, and added documentation to resolve dependency issue to Readme for users with Ruby version lower than 2.2.0.
# 2017.08.10 - azure-core gem @version 0.1.10
* Changed 'nokogiri' to dev dependency and added post-logic for Gem installation. [#41](https://github.com/Azure/azure-ruby-asm-core/pull/41)
-------------------------------------------------------------------
Thu Aug 3 19:04:13 UTC 2017 - coolo@suse.com
- updated to version 0.1.9
see installed ChangeLog.md
# 2017.08.01 - azure-core gem @version 0.1.9
* Added support for StringIO inside body headers. [#39](https://github.com/Azure/azure-ruby-asm-core/pull/39)
-------------------------------------------------------------------
Tue Apr 18 04:29:35 UTC 2017 - coolo@suse.com
- updated to version 0.1.8
see installed ChangeLog.md
# 2017.04.17 - azure-core gem @version 0.1.8
* Fixed rubocop scanned out issue. [#31](https://github.com/Azure/azure-ruby-asm-core/pull/31)
* Code changes to install nokogiri based on the ruby version. [#35](https://github.com/Azure/azure-ruby-asm-core/pull/35)
-------------------------------------------------------------------
Thu Jan 26 05:28:58 UTC 2017 - coolo@suse.com
- updated to version 0.1.7
see installed ChangeLog.md
# 2017.01.25 - azure-core gem @version 0.1.7
* Making a new release to fix the checksum issue with rubygems. No changes in this release.
-------------------------------------------------------------------
Thu Nov 24 05:29:23 UTC 2016 - coolo@suse.com
- updated to version 0.1.6
see installed ChangeLog.md
# 2016.11.23 - azure-core gem @version 0.1.6
* Fixed the issue where it throws the HTTP error even there is a retry filter.
-------------------------------------------------------------------
Sat Oct 29 04:30:30 UTC 2016 - coolo@suse.com
- updated to version 0.1.5
see installed ChangeLog.md
# 2016.9.21 - azure-core gem @version 0.1.5
* Adding autoload for auth files, to avoid having to require these files from dependent gems [#25](https://github.com/Azure/azure-ruby-asm-core/pull/25)
# 2016.8.19 - azure-core gem @version 0.1.4
* Reverted the breaking changes [#23](https://github.com/Azure/azure-ruby-asm-core/pull/23)
# 2016.8.18 - azure-core gem @version 0.1.3
* Set default open timeout for the request [#16](https://github.com/Azure/azure-ruby-asm-core/issues/16)
* Fixed the issue that debug filter cannot display the right request information when the signer filter is added [#15](https://github.com/Azure/azure-ruby-asm-core/issues/15)
* Fixed the unrecognized method in the MockHttpResponse class [#18](https://github.com/Azure/azure-ruby-asm-core/pull/18)
-------------------------------------------------------------------
Mon Jun 13 13:38:48 UTC 2016 - mrueckert@suse.de
- initial package