WebMock v1.8.8 Release Notes

    • ๐Ÿ›  Fixed Net::HTTP adapter so that it returns nil for an empty body response.

      Thanks to Myron Marston

    • Gemspec defines compatibility with Addressable ~> 2.2.8, not >= 2.3.0

    • Specs compatibility with Typhoeus 0.4.0

      Thanks to Hans Hasselberg

    • Handling content types that specify a charset

      Thanks to Kevin Glowacz

    • ๐Ÿ›  Fixed em-http-request adapter to correctly fetch authorization header from a request

      Thanks to Julien Boyer

    • ๐Ÿ›  Fixing travis-ci image to report master's status

      Thanks to Ryan Schlesinger

    • ๐Ÿ›  Fixed problem with em-http-request callback triggering if there were other EM::Deferred callbacks registered

      Thanks to Jon Leighton

    • ๐Ÿ›  Fixed problem with em-http-request appending the query to the URI a second time, and the parameters are repeated.

      Thanks to Jon Leighton