All Versions
81
Latest Version
Avg Release Cycle
75 days
Latest Release
817 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.6.2 Changes
August 06, 2014- #150: Fix default Host header value. ([@ixti])
- ๐ Deprecate BearerToken authorization header. ([@ixti])
- ๐ Fix handling of chunked responses without Content-Length header. ([@ixti])
- ๐ Rename
HTTP.with_follow
toHTTP.follow
and mark former one as being deprecated ([@ixti])
-
v0.6.1 Changes
May 07, 2014- ๐ Fix request
Content-Length
calculation for Unicode ([@challengee]) - โ Add
Response#flush
([@ixti]) - ๐ Fix
Response::Body#readpartial
default size ([@hannesg], [@ixti]) - โ Add missing
CRLF
for chunked bodies ([@hannesg]) - ๐ Fix forgotten CGI require ([@ixti])
- ๐ Improve README ([@tarcieri])
- ๐ Fix request
-
v0.6.0 Changes
April 04, 2014- ๐ Rename
HTTP::Request#method
toHTTP::Request#verb
([@krainboltgreene]) - โ Add
HTTP::ResponseBody
class ([@tarcieri]) - ๐ Change API of response on
HTTP::Client.request
and "friends" (#get
,#post
, etc) ([@tarcieri]) - โ Add
HTTP::Response#readpartial
([@tarcieri]) - โ Add
HTTP::Headers
class ([@ixti]) - ๐ Fix and improve following redirects ([@ixti])
- โ Add
HTTP::Request#redirect
([@ixti]) - โ Add
HTTP::Response#content_type
([@ixti]) - โ Add
HTTP::Response#mime_type
([@ixti]) - โ Add
HTTP::Response#charset
([@ixti]) - ๐ Improve error message upon invalid URI scheme ([@ixti])
- Consolidate errors under common
HTTP::Error
namespace ([@ixti]) - โ Add easy way of adding Authorization header ([@ixti])
- ๐ Fix proxy support ([@hundredwatt])
- ๐ Fix and improve query params handing ([@jwinter])
- ๐ Change API of custom MIME type parsers ([@ixti])
- โ Remove
HTTP::Chainable#with_response
([@ixti]) - โ Remove
HTTP::Response::BodyDelegator
([@ixti]) - โ Remove
HTTP::Response#parsed_body
([@ixti]) - โฌ๏ธ Bump up input buffer from 4K to 16K ([@tarcieri])
- ๐ Rename
-
v0.5.1 Changes
May 27, 2014- ๐ Backports redirector fixes from 0.6.0 ([@ixti])
- EOL of 0.5.X branch.
-
v0.5.0 Changes
September 14, 2013- โ Add query string support
- ๐ New response delegator allows HTTP.get(uri).response
- HTTP::Chainable#stream provides a shorter alias for with_response(:object)
- ๐ Better string inspect for HTTP::Response
- ๐ Curb compatibility layer removed
-
v0.4.0 Changes
October 12, 2012- ๐ Fix bug accessing https URLs
- ๐ Fix several instances of broken redirect handling
- โ Add default user agent
- ๐ Many additional minor bugfixes
-
v0.3.0 Changes
September 01, 2012- ๐ New implementation based on tmm1's http_parser.rb instead of Net::HTTP
- ๐ Support for following redirects
- ๐ Support for request body through {:body => ...} option
- HTTP#with_response (through Chainable)
-
v0.2.0 Changes
March 05, 2012- Request and response objects
- Callback system
- ๐จ Internal refactoring ensuring true chainability
- ๐ Use the certified gem to ensure SSL certificate verification
-
v0.1.0 Changes
January 26, 2012- โ Testing against WEBrick
- Curb compatibility (require 'http/compat/curb')
-
v0.0.1 Changes
October 11, 2011- ๐ Initial half-baked release