Changelog for
ruby2.5-rubygem-http-4.0.0-2.1.x86_64.rpm :
Thu Nov 22 13:00:00 2018 Stephan Kulow
- updated to version 4.0.0
see installed CHANGES.md
[#]# 4.0.0 (2018-10-15)
* [#468](https://github.com/httprb/http/pull/468)
Rewind `HTTP::Request::Body#source` once `#each` is complete.
([AATTixti])
* [#467](https://github.com/httprb/http/pull/467)
Drop Ruby 2.2 support.
([AATTixti])
* [#436](https://github.com/httprb/http/pull/436)
Raise ConnectionError when writing to socket fails.
([AATTjanko-m])
* [#438](https://github.com/httprb/http/pull/438)
Expose `HTTP::Request::Body#source`.
([AATTjanko-m])
* [#446](https://github.com/httprb/http/pull/446)
Simplify setting a timeout.
([AATTmikegee])
* [#451](https://github.com/httprb/http/pull/451)
Reduce memory usage when reading response body.
([AATTjanko-m])
* [#458](https://github.com/httprb/http/pull/458)
Extract HTTP::Client#build_request method.
([AATTtycoon])
* [#462](https://github.com/httprb/http/pull/462)
Fix HTTP::Request#headline to allow two leading slashes in path.
([AATTscarfacedeb])
* [#454](https://github.com/httprb/http/pull/454)
[#464](https://github.com/httprb/http/pull/464)
[#384](https://github.com/httprb/http/issues/384)
Fix #readpartial not respecting max length argument.
([AATTjanko-m], [AATTmarshall-lee])
Wed Apr 25 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 3.3.0
see installed CHANGES.md
[#]# 3.3.0 (2018-04-25)
This version backports some of the fixes and improvements made to development
version of the HTTP gem:
* [#458](https://github.com/httprb/http/pull/458)
Extract HTTP::Client#build_request method.
([AATTtycoon])
Tue Apr 24 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 3.2.1
see installed CHANGES.md
[#]# 3.2.1 (2018-04-24)
* [#468](https://github.com/httprb/http/pull/468)
Rewind `HTTP::Request::Body#source` once `#each` is complete.
([AATTixti])
Sun Apr 22 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 3.2.0
see installed CHANGES.md
[#]# 3.2.0 (2018-04-22)
This vresion backports one change we missed to backport in previous release:
* Reduce memory usage when reading response body
([AATTjanko-m])
[#]# 3.1.0 (2018-04-22)
This version backports some of the fixes and improvements made to development
version of the HTTP gem:
* Fix for `#readpartial` to respect max length argument.
([AATTjanko-m], [AATTmarshall-lee])
* Fix for `HTTP::Request#headline` to allow two leading slashes in path.
([AATTscarfacedeb])
* Fix query string building for string with newlines.
([AATTmikegee])
* Deallocate temporary strings in `Response::Body#to_s`.
([AATTjanko-m])
* Add `Request::Body#source`.
([AATTjanko-m])
Wed Oct 11 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.0.0
see installed CHANGES.md
[#]# 3.0.0 (2017-10-01)
* Drop support of Ruby `2.0` and Ruby `2.1`.
([AATTixti])
* [#410](https://github.com/httprb/http/pull/410)
Infer `Host` header upon redirects.
([AATTjanko-m])
* [#409](https://github.com/httprb/http/pull/409)
Enables request body streaming on any IO object.
([AATTjanko-m])
* [#413](https://github.com/httprb/http/issues/413),
[#414](https://github.com/httprb/http/pull/414)
Fix encoding of body chunks.
([AATTjanko-m])
* [#368](https://github.com/httprb/http/pull/368),
[#357](https://github.com/httprb/http/issues/357)
Fix timeout issue.
([AATTHoneyryderChuck])
Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.2.2
see installed CHANGES.md
[#]# 2.2.2 (2017-04-27)
* [#404](https://github.com/httprb/http/issues/404),
[#405](https://github.com/httprb/http/pull/405)
Make keepalive timeout configurable.
([AATTnestegg])
Tue Feb 14 13:00:00 2017 mmeisterAATTsuse.com
- Initial packaging