- Fixed the issue that consecutive spaces in the headers are replaced by one space. Storage #127
- 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
- Added the call options in the retry data.
- Added the support for retrying a request with a different URL.
- Changed default value of header
MaxDataServiceVersion
to3.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.
- 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.
- Changed 'nokogiri' to dev dependency and added post-logic for Gem installation. #41
- Added support for StringIO inside body headers. #39
- Fixed rubocop scanned out issue. #31
- Code changes to install nokogiri based on the ruby version. #35
- Making a new release to fix the checksum issue with rubygems. No changes in this release.
- Fixed the issue where it throws the HTTP error even there is a retry filter.
- Adding autoload for auth files, to avoid having to require these files from dependent gems #25
- Reverted the breaking changes #23
- 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
- Return response instead of raising exception when there is a retry filter #8
- Can not upload file with spaces #360
- Initial release, splitting code from 'azure' gem to its own separate gem for core.