Changelog for
ruby3.3-rubygem-httpi-3.0.1-1.45.i586.rpm :
* Tue Jan 25 2022 Stephan Kulow
updated to version 3.0.1 see installed CHANGELOG.md [#]## 3.0.1 (2021-12-17)
* Fix: [#230](https://github.com/savonrb/httpi/pull/230) Make rack a runtime dependency. [#]## 3.0.0 (2021-10-19)
* Improvement: [#225](https://github.com/savonrb/httpi/pull/225) Make rack and socksify dependencies optional. [#]## 2.5.0 (2021-10-05)
* Feature: [#214](https://github.com/savonrb/httpi/pull/214) Add SSL ciphers configuration
* Improvement: [#227](https://github.com/savonrb/httpi/pull/227) Use GitHub Actions as CI. Require at least Ruby v2.3.
* Fri Sep 25 2020 Stephan Kulow updated to version 2.4.5 see installed CHANGELOG.md [#]## 2.4.5
* Improvement: [#209](https://github.com/savonrb/httpi/pull/209) Drop Travis CI support for Ruby < 2.3.0 and jruby.
* Feature: [#208](https://github.com/savonrb/httpi/pull/208) Add SSL min/max_version configuration for supporting adapters
* Improvement: [#206](https://github.com/savonrb/httpi/pull/206) Support for net-http-persistent v3
* Improvement: [#204](https://github.com/savonrb/httpi/pull/204) Avoid excon warning
* Thu Nov 22 2018 Stephan Kulow - updated to version 2.4.4 see installed CHANGELOG.md [#]## 2.4.4
* Improvement: [#197](https://github.com/savonrb/httpi/pull/197) Add support for new write timeout option to all adapters
* Fix: [#196](https://github.com/savonrb/httpi/pull/196) Fix httpi adapters support for read/open timeout
* Improvement: [Remove references to broken site](https://github.com/savonrb/httpi/commit/345e5e2b1a4376a7be769f67088a431895de09ad)
* Fix: [#190](https://github.com/savonrb/httpi/pull/190) Don\'t convert port to string on Excon adapter
* Mon Feb 19 2018 factory-autoAATTkulow.org- updated to version 2.4.3 see installed CHANGELOG.md [#]## 2.4.3
* Fix: [#171](https://github.com/savonrb/httpi/pull/171) bug with rubyntlm v0.6.0
* Fix: [#181](https://github.com/savonrb/httpi/pull/181) excon and http adapters
* Feature: [#183](https://github.com/savonrb/httpi/pull/183) Logging ssl information of a request
* Fix: [#187](https://github.com/savonrb/httpi/pull/187) only require ntlm if ntlm auth was requested
* Sat Apr 30 2016 cooloAATTsuse.com- updated to version 2.4.2 see installed CHANGELOG.md [#]## 2.4.2
* Feature: [#165](https://github.com/savonrb/httpi/pull/165) Extended net_http adapter ssl options with cert_store and ca_path
* Improvement: [#166](https://github.com/savonrb/httpi/pull/166) fix some warnings
* Feature: [#167](https://github.com/savonrb/httpi/pull/167) adds missing support for cert password
* Feature: [#163](https://github.com/savonrb/httpi/pull/163) Support HTTP Basic auth in Rack adapter
* Fix: [#162](https://github.com/savonrb/httpi/pull/162) fixing excon adapter to pass client_cert and key as strings instead of objects
* Fix: [#160](https://github.com/savonrb/httpi/pull/160) httpclient adapter now accepts NTLM auth
* Improvement: [#158](https://github.com/savonrb/httpi/pull/158) Limit the maximum of redirects to prevent infinite redirects
* Improvement: [#153](https://github.com/savonrb/httpi/pull/153) Dynamically determine methods Net::HTTP supports
* Improvement: [#155](https://github.com/savonrb/httpi/pull/155) Enable socks proxy server specification
* Improvement: [#151](https://github.com/savonrb/httpi/pull/151) Fix excon verify mode
* Fix: [#149](https://github.com/savonrb/httpi/pull/149) Ensure that header exists before accessing it
* Fri Jun 19 2015 cooloAATTsuse.com- updated to version 2.4.1 see installed CHANGELOG.md [#]## 2.4.1
* Fix: [#147](https://github.com/savonrb/httpi/pull/147) Fix call Curb client \"SSL peer certificate or SSH remote key was not OK\" bug
* Feature: [#145](https://github.com/savonrb/httpi/pull/145) Add support to http.rb adapter
* Feature: [#144](https://github.com/savonrb/httpi/pull/144) Add NTLM support for CURB
* Thu Apr 02 2015 cooloAATTsuse.com- updated to version 2.4.0
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 2.3.0
* Tue Jul 30 2013 cooloAATTsuse.com- updated to version 2.1.0 +
* Feature: [#75](https://github.com/savonrb/httpi/pull/75) Rack adapter. + +
* Feature: [#91](https://github.com/savonrb/httpi/pull/91) New excon adapter. + +
* Feature: [#92](https://github.com/savonrb/httpi/pull/92) New net-http-persistent adapter. + +
* Feature: [#87](https://github.com/savonrb/httpi/pull/87) NTLM support with full domain and server authentication. + +
* Feature: [#71](https://github.com/savonrb/httpi/pull/71) chunked responses. + +
* Fix: [#81](https://github.com/savonrb/httpi/issues/81) send SSL client certificate + even when `:ssl_verify_mode` is set to `:none`. + +
* Fix: [#69](https://github.com/savonrb/httpi/issues/69) truncating response headers. + +
* Fix: [#88](https://github.com/savonrb/httpi/issues/88) timeout and proxy options + are now properly passed to the EM-HTTP-Request client. + +
* Fix: [#69](https://github.com/savonrb/httpi/issues/69) Fixes a problem where the response headers were truncated. + +
* Fix: [#90](https://github.com/savonrb/httpi/issues/90) we now raise an error if + you try to use Net::HTTP with HTTP digest authentication, because Net::HTTP does + not support digest authentication.
* Tue May 14 2013 cooloAATTsuse.com- updated to version 2.0.2
* Feature: Changed `HTTPI::Request#set_cookies` to accept an Array of `HTTPI::Cookie` objects as well as any object that responds to `cookies` (like an `HTTPI::Response`).