WebMock v3.15.0 Release Notes

    • fixed async-http adapter on Windows

      Thanks to Pavel Rosický

    • Support for http.rb >= 5.0.2

      Thanks to ojab

    • Curb adapter supports headers with : character in the header value

      Thanks to Giorgio Gambino

    • Support for matching body of JSON or application/x-www-form-urlencoded requests with content type header including charset.

      Thanks to Timmitry

    • Prevent double-wrapping http.rb features on non-stubbed requests

      Thanks to Michael Fairley