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

Changelog History
Page 2

  • v0.11.1 Changes

    July 25, 2020

    โœจ 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 Changes

    October 19, 2019

    โœจ Enhancements

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

    ๐Ÿ”„ Changes

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

    September 08, 2019

    ๐Ÿ”„ Changes

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

    September 24, 2018

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

    September 24, 2018

    โœจ Enhancements

    • โž• Add ignore_localhost config option (#133).
  • v0.10.1 Changes

    February 25, 2018

    ๐Ÿ”„ Changes

    • โšก๏ธ Update dependencies.
      • Bump dependencies (#128).
      • Update HTTPoison dependency (#129).
  • v0.10.0 Changes

    January 28, 2018

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fix unstable behavior without async: false (#126).
  • v0.9.1 Changes

    November 12, 2017

    โœจ Enhancements

    • ๐Ÿ‘Œ Support binary responses (#121).

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fix race conditions in Hackney response handling (#109, #124).
  • v0.9.0 Changes

    September 11, 2017

    ๐Ÿ”„ Changes

    • โšก๏ธ Update dependencies for elixir v1.5.0.
      • Address deprecations (#120).
      • Update library dependencies.
  • v0.8.12 Changes

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