Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 602 Bytes

CHANGELOG.md

File metadata and controls

17 lines (15 loc) · 602 Bytes

0.5.0

Changes

  • Update HTTPotion and HTTPoison dependencies (#27).
  • Put :optional option to HTTPoison dependency.

0.4.1

Enhancements

  • Support for POST requests with form-encoded data in the hackney adapter (#25).
  • Support for filter_sensitive_data for request url (#26).

0.4.0

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/")