All Versions
81
Latest Version
Avg Release Cycle
62 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v0.7.8 Changes
June 06, 2011- ๐ bug fix
- Make response honor respond to
- net http timeout can also be a float
- ๐ bug fix
-
v0.7.7 Changes
April 16, 2011- ๐ bug fix
- Fix NoMethodError when using the NON_RAILS_QUERY_STRING_NORMALIZER with a hash whose key is a symbol and value is nil
- ๐ bug fix
-
v0.7.5 Changes
April 16, 2011- ๐ bug fix
- caused issue with latest rubygems
- ๐ bug fix
-
v0.7.4 Changes
February 13, 2011- ๐ bug fixes
- Set VERIFY_NONE when using https. Ruby 1.9.2 no longer sets this for us. gh-67
- ๐ bug fixes
-
v0.7.3 Changes
January 20, 2011- ๐ bug fixes
- Fix digest auth for unspecified quality of protection (bjoernalbers, mtrudel, dwo)
- ๐ bug fixes
-
v0.7.2 Changes
January 20, 2011- ๐ bug fixes
- Fix gem dependencies
- ๐ bug fixes
-
v0.7.1 Changes
January 19, 2011- ๐ bug fixes
- Fix uninitialized constant HTTParty::Response::Net in 1.9.2 (cap10morgan)
- Other fixes for 1.9.2, full suite still fails (cap10morgan)
- ๐ bug fixes
-
v0.7.0 Changes
January 18, 2011- minor enhancements
- Added query methods for HTTP status codes, i.e. response.success? response.created? (thanks citizenparker)
- Added support for ssl_ca_file and ssl_ca_path (dlitz)
- Allow custom query string normalization. gh-8
- Unlock private keys with password (freerange)
- Added high level request documentation (phildarnowsky)
- Added basic post example (pbuckley)
- Response object has access to its corresponding request object
- Added example of siginin into tripit.com
- Added option to follow redirects (rkj). gh-56
- ๐ bug fixes
- Fixed superclass mismatch exception while running tests (thanks dlitz http://github.com/dlitz/httparty/commit/48224f0615b32133afcff4718ad426df7a4b401b)
- minor enhancements
-
v0.6.1 Changes
July 07, 2010- minor enhancements
- updated to crack 0.1.8
- ๐ bug fixes
- subclasses always merge into the parent's default_options and default_cookies (l4rk).
- subclasses play nicely with grand parents. gh-49
- minor enhancements
-
v0.6.0 Changes
June 13, 2010major enhancements
- Digest Auth (bartiaco, sbecker, gilles, and aaronrussell)
- Maintain HTTP method across redirects (bartiaco and sbecker)
- HTTParty::Response#response returns the Net::HTTPResponse object
- HTTParty::Response#headers returns a HTTParty::Response::Headers object which quacks like a Hash + Net::HTTPHeader. The #headers method continues to be backwards-compatible with the old Hash return value but may become deprecated in the future.
minor enhancements
- Update crack requirement to version 0.1.7 You may still get a warning because Crack's version constant is out of date
- Timeout option can be set for all requests using HTTParty.default_timeout (taazza)
- Closed #38 "headers hash should downcase keys so canonical header name can be used"
- Closed #40 "Gzip response" wherein gziped and deflated responses are automatically inflated. (carsonmcdonald)