Typhoeus v0.3.2 Release Notes

    • ๐Ÿ›  Fix array params to be consistent with HTTP spec [gridaphobe]
    • traversal_to_params_hash should use the escape option [itsmeduncan]
    • ๐Ÿ›  Fix > 1024 open file descriptors [mschulkind]
    • ๐Ÿ›  Fixed a bug with internally queued requests being dropped [mschulkind]
    • ๐Ÿ‘‰ Use gemspec in bundler to avoid duplication [mschulkind]
    • โš™ Run internally queued requests in FIFO order [mschulkind]
    • ๐Ÿ— Moved Typhoeus::VERSION to a separate file, to fix rake build_native [mschulkind]
    • ๐Ÿ›  Fixed problems related to put requests with empty bodies [skaes, GH-84]
    • โž• Added CURLOPT_INTERFACE option via Request#interface=. [spiegela]
    • โž• Added Tempfile support to Form#process! [richievos]
    • Hydra won't forget to accept gzip/deflate encoding [codesnik]
    • โฑ Accept and convert strings to integers in Typhoeus::Request#initialize for timeout/cache_timeout/connect_timeout values when using ruby 1.9.x. [djnawara]
    • โž• Added interface for registering stub finders [myronmarston]
    • ๐Ÿ›  Fixed header stubbing [myronmarston]
    • โž• Added PKCS12 support [jodell]
    • ๐Ÿ‘‰ Make a request with handlers marshallable [bernerdschaefer]
    • โฌ†๏ธ Upgraded to RSpec 2 [bernerdschaefer]
    • ๐Ÿ›  Fix HTTP status edge-case [balexis]
    • ๐Ÿ”ฆ Expose primary_ip to easy object [balexis]