Typhoeus v0.2.1 Release Notes

    • โž• 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]