WebMock v1.18.0 Release Notes

    • ⚡️ Updated dependency on Addressable to versions >= 2.3.6

    • ➕ Added support for matching uris using RFC 6570 (URI Templates)

      uri_template = Addressable::Template.new "www.example.com/{id}/"
      stub_request(:any, uri_template)
      

    Thanks to Max Lincoln

    • 🛠 Fixed content length calculation for Rack responses with UTF8 body

    Thanks to Oleg Gritsenko

    • ➕ Add missing Curl::Easy aliases

    Thanks to Hwan-Joon Choi

    • HTTP Gem >= 0.6.0 compatibility

    Thanks to Aleksey V. Zapparov

    • ✅ Minitest 4 and 5 compatibility.

    Thanks to SHIBATA Hiroshi