Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@exogen exogen released this 15 Apr 07:06
· 2 commits to master since this release

New Feature

This version adds better support for filtering sensitive values in fixtures. All aspects of requests and responses can now be filtered: paths, request & response headers, and request & response bodies.

  • New config option headerFilter for filtering request and response headers.
  • New config option requestBodyFilter for filtering request bodies. Thanks to @alizahid for the original implementation and feature request!
  • New config option responseBodyFilter for filtering response bodies.