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

Changelog History
Page 3

  • v0.8.11 Changes

    ๐Ÿ”„ Changes
    • Adds filter_request_headers to default parameters (#111).
    • โœ… Ensure clear_mock runs after each test (#114).
  • v0.8.10 Changes

    ๐Ÿ”„ Changes
    • ๐Ÿ›  Fix for TLS 1.2 ssl doesn't work for hackney (httpoison) (#105).
  • v0.8.9 Changes

    โœจ Enhancements
    • Adding filter_request_options to filter sensitive data in request options (#102).
  • v0.8.8 Changes

    โœจ Enhancements
    • ๐Ÿ›  Fix error when using basic_auth header.
      • Add basic_auth support for ibrowse (#99).
  • v0.8.7 Changes

    โœจ Enhancements
    • โž• Add support for HEAD request in hackney (#91).
  • v0.8.6 Changes

    ๐Ÿ”„ 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 Changes

    ๐Ÿ”„ Changes
    • Tidy up the applications list (#87).
      • Fix for inappropriate startup for test-library dependency.
    • โœ‚ Remove elixir 1.4 deprecations (#86).
  • v0.8.4 Changes

    ๐Ÿ”„ Changes
    • ๐Ÿ›  Fix hackney adapter to work with :with_body option (#79).
  • v0.8.3 Changes

    ๐Ÿ”„ Changes
    • Include request info when NotMatchError occurs (#74).
  • v0.8.2 Changes

    โœจ Enhancements
    • ๐Ÿ‘Œ Support filtering on request headers.
      • Add ExVCR.Filter.filter_request_header (#71).