Skip to content

Releases: parroty/exvcr

v0.11.0

19 Oct 23:52
Compare
Choose a tag to compare

Enhancements

  • Add support for custom matcher functions (#147).

Changes

  • Filter request headers before attempting to match with cassette (#143).

v0.10.4

08 Sep 13:24
Compare
Choose a tag to compare

Changes

  • Enforce match on :hackney.request/1, /2, /3 and /4 (#145).

v0.10.3

24 Sep 14:46
Compare
Choose a tag to compare

Changes

  • Add mocking for :hackney.body/2 (#142).
  • Fix errors when using request headers with ignore_localhost enabled (#140).
  • Add a config key to allow a global ets settings table (#138).

v0.10.2

24 Sep 14:45
Compare
Choose a tag to compare

Enhancements

  • Add ignore_localhost config option (#133).

v0.10.1

25 Feb 12:51
Compare
Choose a tag to compare

Changes

  • Update dependencies.
    • Bump dependencies (#128).
    • Update HTTPoison dependency (#129).

v0.10.0

28 Jan 12:20
Compare
Choose a tag to compare

Changes

  • Fix unstable behavior without async: false (#126).

v0.9.1

12 Nov 12:18
Compare
Choose a tag to compare

Enhancements

  • Support binary responses (#121).

Changes

  • Fix race conditions in Hackney response handling (#109, #124).

v0.9.0

11 Sep 15:17
Compare
Choose a tag to compare

Changes

  • Update dependencies for elixir v1.5.0.
    • Address deprecations (#120).
    • Update library dependencies.

v0.8.12

21 Aug 13:33
Compare
Choose a tag to compare

Changes

  • Upgrade version for exjsx and excoveralls (#115).
  • Fix for JSX encode argument error (#112).
    • Skipping function option (ex. path_encode_fun) when encoding as json.

v0.8.11

02 Jul 09:34
Compare
Choose a tag to compare

Changes

  • Adds filter_request_headers to default parameters (#111).
  • Ensure clear_mock runs after each test (#114).