WebMock v1.12.0 Release Notes

    • Not using Gem spec anymore to check loaded Curb version.

    • WebMock.disable_net_connect! now accepts array of regexps as allow param:

    i.e. WebMock.disable_net_connect!(:allow => [/google.com/, /yahoo.com/])

    Thanks to Bastien Vaucher

    • ๐Ÿ›  Fixed on_header Curb callback behaviour in Curb adapter

    Thanks to Joel Chippindale

    • ๐Ÿ›  Fixed aws-sdk compatibility with Ruby 2.0, by supporting continue_timeout accessor on Net::HTTP socket.

    Thanks to Lin Jen-Shin

    • ๐Ÿ›  Fixed WebMock::Server to not give "log writing failed. can't be called from trap context" warning with Ruby 2.0

    Thanks to Murahashi Sanemat Kenichi

    • โž• Added support for EM-HTTP-Request streaming data off disk feature.

    Thanks to Lin Jen-Shin

    • โž• Added compatibility with Minitest 5

    Thanks to Tim Kurvers

    • Excon >= 0.22 compatibility.

    • ๐Ÿ›  README has nice sytnax hightlighting and fixed code styling!

    Thanks to Ilya Vassilevsky

    • ๐Ÿš… Compatibility with Rails 4 rack.session.options

    Thanks to gotwalt