Skip to content

Releases: parroty/exvcr

v0.11.2

25 Jul 12:13
Compare
Choose a tag to compare

Changes

  • Fix for ExVCR.IEx not working with adapter: ExVCR.Adapter.Hackney (#156, #157)

v0.11.1

25 Jul 12:12
Compare
Choose a tag to compare

Enhancements

  • Add strict_mode option to ensure HTTP calls DO NOT get made (#152).

Changes

  • Fix warnings from OptionParser in exvcr mix tasks (#149).

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.