WebMock v3.6.0 Release Notes

    • Compatibility with the latest version of hashdiff gem, with constant changed from HashDiff to Hashdiff

      Thanks to Jeff Felchner

    • Added a hint to the error message raised when with method is called without args or a block.

      Thanks to Adam Sokolnicki

    • Resetting configured HTTP method in Curb adapter after each request

      Thanks to tiendo1011

    • Added WebMock.enable_net_connect! as an alias for WebMock.allow_net_connect! and WebMock.disallow_net_connect! as an alias for WebMock.disable_net_connect!

      Thanks to SoonKhen OwYong

    • Fixed handling of empty arrays as query params when using Faraday

      Thanks to Ryan Moret