Patron v0.5.0 Release Notes

    • ๐Ÿ“œ Optimise response header parsing
    • ๐Ÿ›  Fix a bug with Session#base_url being empty
    • ๐Ÿ›  Fix memory corruption when Ruby would free a Patron buffer uninteltionally
    • ๐Ÿ— Modernize the wrapper for request execution, unlock the GVL if possible using the C function native to the version of Ruby we build on
    • โž• Add an option to force CURL to only use IPv4 (Session#force_ipv4)
    • ๐Ÿ›  Fix a few bugs with base_url concatenation
    • ๐Ÿ‘Œ Support options- and block-constructor for Session.new
    • ๐Ÿ‘ Allow the Request object to be customized