Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Latest commit

 

History

History
54 lines (39 loc) · 3.3 KB

ChangeLog.md

File metadata and controls

54 lines (39 loc) · 3.3 KB

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

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
  • Fixed a bug that retries exceed the limit after many requests fail. #57

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.

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.

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

2017.08.01 - azure-core gem @version 0.1.9

  • Added support for StringIO inside body headers. #39

2017.04.17 - azure-core gem @version 0.1.8

  • Fixed rubocop scanned out issue. #31
  • Code changes to install nokogiri based on the ruby version. #35

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.

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.

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

2016.8.19 - azure-core gem @version 0.1.4

  • Reverted the breaking changes #23

2016.8.18 - azure-core gem @version 0.1.3

  • Set default open timeout for the request #16
  • Fixed the issue that debug filter cannot display the right request information when the signer filter is added #15
  • Fixed the unrecognized method in the MockHttpResponse class #18

2016.5.16 - azure-core gem @version 0.1.2

  • Return response instead of raising exception when there is a retry filter #8

2016.4.18 - azure-core gem @version 0.1.1

  • Can not upload file with spaces #360

2016.4.14 - azure-core gem @version 0.1.0

  • Initial release, splitting code from 'azure' gem to its own separate gem for core.