All Versions
44
Latest Version
Avg Release Cycle
174 days
Latest Release
1449 days ago

Changelog History
Page 4

  • v0.4.1 Changes

    • ๐Ÿ›  Fix verifypeer and verifyhost options
    • ๐Ÿ›  Fix header sending
  • v0.4.0 Changes

    • ๐Ÿ‘‰ Make a GET even when a body is given
    • ๐Ÿšš Deprecated User Agent setter removed
    • ๐Ÿ‘ Allow cache key basis overwrite (John Crepezzi, #147)
    • FFI integration (Daniel Cavanagh, #151)
    • ๐Ÿ”จ Refactor upload code (Marnen Laibow-Koser, #152)
    • ๐Ÿ›  Fix travis-ci build (Ezekiel Templin, #160)
  • v0.3.3 Changes

    • ๐Ÿ‘‰ Make sure to call the Easy::failure callback on all non-success http response codes, even invalid ones. [balexis]
    • ๐Ÿ‘‰ Use bytesize instead of length to determine Content-Length [dlamacchia]
    • โž• Added SSL version option to Easy/Request [michelbarbosa/dbalatero]
  • v0.3.2 Changes

    • ๐Ÿ›  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]
  • v0.2.4 Changes

    • ๐Ÿ›  Fix form POSTs to only use multipart for file uploads, otherwise use application/x-www-form-urlencoded [dbalatero]
  • v0.2.3 Changes

    • ๐Ÿ›  Code duplication in Typhoeus::Form led to nested URL param errors on POST only. Fixed [dbalatero]
  • v0.2.2 Changes

    • ๐Ÿ›  Fixed a problem with nested URL params encoding incorrectly [dbalatero]
  • v0.2.1 Changes

    • โž• Added extended proxy support [Zapotek, GH-46]
    • โš  eliminated compile time warnings by using proper type declarations [skaes, GH-54]
    • ๐Ÿ›  fixed broken calls to rb_raise [skaes, GH-54]
    • prevent leaking of curl easy handles when exceptions are raised (either from typhoeus itself or user callbacks) [skaes, GH-54]
    • ๐Ÿ›  fixed Easy#timed_out? using curl return codes [skaes, GH-54]
    • provide curl return codes and corresponding curl error messages on classes Easy and Request [skaes, GH-54]
    • ๐Ÿ‘ allow VCR to whitelist hosts in Typhoeus stubbing/mocking [myronmarston, GH-57]
    • โž• added timed_out? documentation, method to Response [dbalatero, GH-34]
    • โž• added abort to Hydra to prematurely stop a hydra.run [Zapotek]
    • โž• added file upload support for POST requests [jtarchie, GH-59]
  • v0.2.0 Changes

    • ๐Ÿ›  Fix warning in Request#headers from attr_accessor
    • ๐Ÿ“œ Params with array values were not parsing into the format that rack expects [GH-39, smartocci]
    • โœ‚ Removed Rack as a dependency [GH-45]
    • โž• Added integration hooks for VCR!
  • v0.1.31 Changes

    • ๐Ÿ›  Fixed bug in setting compression encoding [morhekil]
    • ๐Ÿ”ฆ Exposed authentication control methods through Request interface [morhekil]