2017-09-11 17:35:37 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
Update ruby-patron to 0.9.1.
### 0.9.1
o Added ssl_version options `TLSv1_1`, `TLSv1_2`, `TLSv1_3` for explicitly
forcing the SSL version
* requires the appropriate versions of libCURL and OpenSSL installed to
support these new options
* reference: https://curl.haxx.se/libcurl/c/CURLOPT_SSLVERSION.html
o Added a new `:http_version` option with `HTTPv1_1` and `HTTPv2_0` values to
explicitly set the HTTP version of HTTP/1.1 or HTTP/2.0
* requires the appropriate versions of libCURL and OpenSSL installed to
support these new options
* reference: https://curl.haxx.se/libcurl/c/CURLOPT_HTTP_VERSION.html
o Updates the gem release procedure for more convenience, using the updated
Rubygems.org tasks
o Update a few minor dependencies and documentation to be Ruby
2.4.1-compatible, add 2.4.1. to Travis CI matrix
o Add `Session#download_byte_limit` for limiting the permitted download size.
This can be very useful in dealing with untrusted download sources, which
might attempt to send very large responses that would overwhelm the
receiving client.
o Add `Patron.libcurl_version_exact` which returns a triplet of major, minor
and patch libCURL version numbers. This can be used for more fine-grained
matching when using some more esoteric Curl features which might not
necessarily be available on libCURL Patron has been linked against.
|
2017-08-24 22:03:43 by Adam Ciarcinski | Files touched by this commit (621) |  |
Log message:
Revbump for boost update
|
2017-04-30 03:22:04 by Ryo ONODERA | Files touched by this commit (612) |  |
Log message:
Recursive revbump from boost update
|
2017-01-01 17:06:40 by Adam Ciarcinski | Files touched by this commit (616) |  |
Log message:
Revbump after boost update
|
2016-10-18 18:02:47 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-patron to 0.8.0.
### 0.8.0
* Add `Response#inspectable_body`, `Response#decoded_body`. `decoded_body` will \
atempt to decode
the HTTP response into your internal encoding, using the charset header that \
the server has
provided. Note that this operation may fail - if the server said that the body \
is in a certain
encoding, but this is then overridden with, say, `meta` elements in the HTML \
Patron is _not_
going to parse the HTML to figure out how to decode.
### 0.7.0
* Allow Ruby File objects to be passed as `data` to `Session#put`, `Sesion#post` etc.
### 0.6.5
* Prevent libCURL from doing requests to non-HTTP/HTTPS URLs, and from following \
redirects to such URLs
### 0.6.4
* Set the default User-Agent string, since some sites require it (like the \
Github API).
* Add Response#ok? and Response#error? for cleaner branching on the returned \
Response objects
* Explain a segfault with SSL in forked processes on OSX, document the way to \
avoid the issue
* Fix segfault when attempting multiple post requests with multipart (#119)
### 0.6.3
* Fix timeout when uploading a body using all verbs except POST
* Add PATCH HTTP verb support
* Populate the curl state object from the reader methods of `Request`
### 0.6.1
* Fix compilation on older versions of libCURL
* Fix cookie jar files not being saved after request
* Reformat the gem documentation to YARD, document a few behaviors
### 0.6.0
* Add `Patron::Session#automatic_content_encoding` for automatic deflate \
handling via `Accept`/`Content-Encoding`
### 0.5.1
* Allow customizing the class used for the response (now uses \
`Session#response_class` to determine the class at runtime)
* Do not fail body decoding if the charset name set in the header is invalid
|
2016-10-07 20:26:14 by Adam Ciarcinski | Files touched by this commit (611) |  |
Log message:
Revbump post boost update
|
2016-03-15 18:00:30 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-patron to 0.5.1.
* Cast request body to string when uploading
* Add the ability to override the Response class
* Ensure the form data is freed in cleanup
* Don't fail with invalid charset names
|
2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813) |
Log message:
Bump PKGREVISION for security/openssl ABI bump.
|
2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758) |
Log message:
Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-04 17:38:00 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-patron to 0.5.0.
Changes are not available. Please refer:
https://github.com/toland/patron/compare/v0.4.20...v0.5.0
|