File rubygem-httpi.changes of Package rubygem-httpi
-------------------------------------------------------------------
Tue Jan 25 07:03:32 UTC 2022 - Stephan Kulow <coolo@suse.com>
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 14:10:31 UTC 2020 - Stephan Kulow <coolo@suse.com>
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 05:17:05 UTC 2018 - Stephan Kulow <coolo@suse.com>
- 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 05:29:37 UTC 2018 - factory-auto@kulow.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 04:36:04 UTC 2016 - coolo@suse.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 04:30:33 UTC 2015 - coolo@suse.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 2 04:34:46 UTC 2015 - coolo@suse.com
- updated to version 2.4.0
-------------------------------------------------------------------
Tue Feb 10 17:54:44 UTC 2015 - coolo@suse.com
- updated to version 2.3.0
-------------------------------------------------------------------
Tue Jul 30 18:46:56 UTC 2013 - coolo@suse.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 10:09:16 UTC 2013 - coolo@suse.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`).
-------------------------------------------------------------------
Fri Jan 25 17:34:06 UTC 2013 - coolo@suse.com
- updated to version 2.0.1
* Fix: [#72](https://github.com/savonrb/httpi/pull/72) standardized response
headers from all adapters.
-------------------------------------------------------------------
Mon Dec 24 12:09:36 UTC 2012 - coolo@suse.com
- updated to version 2.0.0
* Feature: [#66](https://github.com/savonrb/httpi/pull/66) adds a `query` method
to the request.
* Fix: [#68](https://github.com/savonrb/httpi/issues/68) request does not yield
adapter client.
* Feature: [#63](https://github.com/savonrb/httpi/pull/63) adds support for
EventMachine::HttpRequest. Additional information at [#40](https://github.com/savonrb/httpi/pull/40).
* Feature: Added support for custom HTTP methods to clients supporting this feature.
It's limited to the `:httpclient` and `:em_http` adapter.
``` ruby
HTTPI.request(:custom, request)
```
* Improvement: [#64](https://github.com/savonrb/httpi/pull/64) adds support for
specifying the SSL version to use.
* Improvement: Log to `$stdout` (instead of `STDOUT`) using a default log level of
`:debug` (instead of `:warn`).
* Improvement: In case an adapter doesn't support a general feature, we now raise
an `HTTPI::NotSupportedError`.
* Improvement: Added support for adding custom adapters.
* Refactoring: Simplified the adapter interface.
-------------------------------------------------------------------
Fri Oct 28 16:35:01 UTC 2011 - fcastelli@suse.com
- Fix provides statement.
-------------------------------------------------------------------
Fri Jul 22 13:42:12 UTC 2011 - fcastelli@novell.com
- Fix provides statement.
-------------------------------------------------------------------
Fri Jul 22 10:22:59 UTC 2011 - fcastelli@novell.com
- Add provide rubygem-httpi-0. It's required to build rubygem-savon.
-------------------------------------------------------------------
Thu Jul 21 13:14:51 UTC 2011 - cmessel@novell.com
- Package version 0.9.5