Skip to content

Releases: parroty/exvcr

v0.8.10

05 Jun 13:49
Compare
Choose a tag to compare

Changes

  • Fix for TLS 1.2 ssl doesn't work for hackney (httpoison) (#105).

v0.8.9

15 May 10:04
Compare
Choose a tag to compare

Enhancements

  • Adding filter_request_options to filter sensitive data in request options (#102).

v0.8.8

01 May 07:56
Compare
Choose a tag to compare

Enhancements

  • Fix error when using basic_auth header.
    • Add basic_auth support for ibrowse (#99).

v0.8.7

28 Jan 12:33
Compare
Choose a tag to compare

Enhancements

  • Add support for HEAD request in hackney (#91).

v0.8.6

25 Jan 22:08
Compare
Choose a tag to compare

Changes

  • Ignore body when when stub does not have request_body (#89).
  • Fix load configuration for cassette paths for mix tasks (#82, #88).

v0.8.5

14 Jan 11:48
Compare
Choose a tag to compare

Changes

  • Tidy up the applications list (#87).
    • Fix for inappropriate startup for test-library dependency.
  • Remove elixir 1.4 deprecations (#86).

v0.8.4

06 Nov 13:02
Compare
Choose a tag to compare

Changes

  • Fix hackney adapter to work with :with_body option (#79).

v0.8.3

23 Oct 13:57
Compare
Choose a tag to compare

Changes

  • Include request info when NotMatchError occurs (#74).

v0.8.2

11 Aug 14:18
Compare
Choose a tag to compare

Enhancements

  • Support filtering on request headers.
    • Add ExVCR.Filter.filter_request_header (#71).

v0.8.1

11 Aug 14:18
Compare
Choose a tag to compare

Changes

  • Fix warnings when using elixir v1.4 (#65).