SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.2-rubygem-httpi-2.4.2-1.4.i586.rpm :
Sat Apr 30 14:00:00 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 14:00:00 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 2 14:00:00 2015 cooloAATTsuse.com
- updated to version 2.4.0

Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.3.0

Tue Jul 30 14:00:00 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 14:00:00 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`).

Fri Jan 25 13:00:00 2013 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.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 14:00:00 2011 fcastelliAATTsuse.com
- Fix provides statement.

Fri Jul 22 14:00:00 2011 fcastelliAATTnovell.com
- Fix provides statement.

Fri Jul 22 14:00:00 2011 fcastelliAATTnovell.com
- Add provide rubygem-httpi-0. It\'s required to build rubygem-savon.

Thu Jul 21 14:00:00 2011 cmesselAATTnovell.com
- Package version 0.9.5


 
ICM