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.