All Versions
44
Latest Version
Avg Release Cycle
97 days
Latest Release
-

Changelog History
Page 5

  • v0.5.1 Changes

    โœจ Enhancements
    • ๐Ÿ‘Œ Support matching on request body (#22, #29).
      • match_requests_on: [:request_body]
  • v0.5.0 Changes

    ๐Ÿ”„ Changes
    • โšก๏ธ Update HTTPotion and HTTPoison dependencies (#27).
    • Put :optional option to HTTPoison dependency.
  • v0.4.1 Changes

    โœจ Enhancements
    • ๐Ÿ‘Œ Support for POST requests with form-encoded data in the hackney adapter (#25).
    • Support for filter_sensitive_data for request url (#26).
  • v0.4.0 Changes

    โœจ Enhancements
    • The use_cassette with custom: true or :stub option can now have either string or regexp format (#13).
      • This item involves json format change. In order to use regexp matching, please wrap the string with "~/" prefix and "/" suffix (ex. "~/regexpstring/")