WebMock v1.14.0 Release Notes

    • Handling non UTF-8 characters in query params.

    Thanks to Florian Dütsch for reporting the issue.

    • ➕ Added support for request_block param in Excon

    Thanks to Dmitry Gutov for reporting the issue.

    • 🛠 Fixed compatibility with latest Curb

    Thanks to Ian Lesperance and Matthew Horan

    • Triggering errbacks assynchronously in em-http-request adapter.

    Thanks to Ian Lesperance and Matthew Horan

    • Handling query params with a hashes nested inside arrays.

    Thanks to Ian Asaff

    • 🔄 Changed NetConnectNotAllowedError to inherit from Exception to allow it to bubble up into a test suite.

    Thanks to Daniel van Hoesel

    • HTTPClient adapter is thread safe.

    Thanks to Tom Beauvais