Changelog for
ruby3.3-rubygem-http-5.2.0-2.5.i586.rpm :
* Fri Jun 21 2024 Dan Čermák
- New upstream release 5.2.0, see bundled CHANGELOG.md
* Tue Nov 14 2023 Dan Čermák - New upstream release 5.1.1, see bundled CHANGES.md
* Thu Aug 04 2022 Stephan Kulow updated to version 5.1.0 see installed CHANGES.md [#]# 5.1.0 (2022-06-17)
* Drop ruby-2.5 support.
* [#715](https://github.com/httprb/http/pull/715) Set default encoding to UTF-8 for `application/json`. ([AATTdrwl])
* [#712](https://github.com/httprb/http/pull/712) Recognize cookies set by redirect. ([AATTtkellogg])
* [#707](https://github.com/httprb/http/pull/707) Distinguish connection timeouts. ([AATTYuLeven])
* Mon Oct 25 2021 Dan Čermák - New upstream release 5.0.4 [#]# 5.0.4 (2021-10-07)
* [#698](https://github.com/httprb/http/pull/698) Fix `HTTP::Timeout::Global#connect_ssl`. ([AATTtarcieri]) [#]# 5.0.3 (2021-10-06)
* [#695](https://github.com/httprb/http/pull/695) Revert DNS resolving feature. ([AATTPhilCoggins])
* [#694](https://github.com/httprb/http/pull/694) Fix cookies extraction. ([AATTflosacca]) [#]# 5.0.2 (2021-09-10)
* [#686](https://github.com/httprb/http/pull/686) Correctly reset the parser. ([AATTbryanp])
* [#684](https://github.com/httprb/http/pull/684) Don\'t set Content-Length for GET, HEAD, DELETE, or CONNECT requests without a BODY. ([AATTjyn514])
* [#679](https://github.com/httprb/http/pull/679) Use features on redirected requests. ([AATTnomis])
* [#678](https://github.com/schwern) Restore `HTTP::Response` `:uri` option for backwards compatibility. ([AATTschwern])
* [#676](https://github.com/httprb/http/pull/676) Update addressable because of CVE-2021-32740. ([AATTmatheussilvasantos])
* [#653](https://github.com/httprb/http/pull/653) Avoid force encodings on frozen strings. ([AATTbvicenzo])
* [#638](https://github.com/httprb/http/pull/638) DNS failover handling. ([AATTmidnight-wonderer])
* Wed Aug 25 2021 Dan Čermák - Cleanup spec
* Mon Jul 26 2021 Stephan Kulow updated to version 5.0.1 see installed CHANGES.md [#]# 5.0.1 (2021-06-26)
* [#670](https://github.com/httprb/http/pull/670) Revert `Response#parse` behavior introduced in #540. ([AATTDannyBen])
* [#669](https://github.com/httprb/http/pull/669) Prevent bodies from being resubmitted when following unsafe redirects. ([AATTodinhb])
* [#664](https://github.com/httprb/http/pull/664) Bump llhttp-ffi to 0.3.0. ([AATTbryanp])
* Thu Jun 24 2021 Stephan Kulow updated to version 5.0.0 see installed CHANGES.md
* Thu May 07 2020 Stephan Kulow - updated to version 4.4.1 see installed CHANGES.md [#]# 4.4.1 (2020-03-29)
* Backport [#590](https://github.com/httprb/http/pull/590) Fix parser failing on some edge cases. ([AATTixti]) [#]# 4.4.0 (2020-03-25)
* Backport [#587](https://github.com/httprb/http/pull/587) Fix redirections when server responds with multiple Location headers. ([AATTixti])
* Backport [#599](https://github.com/httprb/http/pull/599) Allow passing HTTP::FormData::{Multipart,UrlEncoded} object directly. ([AATTixti])
* Mon Feb 10 2020 Stephan Kulow - updated to version 4.3.0 see installed CHANGES.md [#]# 4.3.0 (2020-01-09)
* Backport [#581](https://github.com/httprb/http/pull/581) Add Ruby-2.7 compatibility. ([AATTixti], [AATTjanko]) [#]# 4.2.0 (2019-10-22)
* Backport [#489](https://github.com/httprb/http/pull/489) Fix HTTP parser. ([AATTixti], [AATTfxposter])
* Thu Mar 14 2019 Stephan Kulow - updated to version 4.1.1 see installed CHANGES.md [#]# 4.1.1 (2019-03-12)
* Add `HTTP::Headers::ACCEPT_ENCODING` constant. ([AATTixti]) [#]# 4.1.0 (2019-03-11)
* [#533](https://github.com/httprb/http/pull/533) Add URI normalizer feature that allows to swap default URI normalizer. ([AATTmamoonraja])