Releases: allejo/php-vcr-sanitizer
Releases · allejo/php-vcr-sanitizer
Version 1.1.0
Version 1.0.9
Fixes
- Fix
Host
being scrubbed from cassettes regardless of theignoreHostname
configuration (#23, @Justintime50)
Version 1.0.8
Fixes
- Fix
Undefined index: request_header
being raised when sanitizing cURL info in responses (#21, @specialtactics)
Version 1.0.7
Version 1.0.6
New
- Add support for
*
as a wildcard to remove all headers from requests and responses (#18, @pauladams8)
Version 1.0.5
Version 1.0.4
Fixes
- Fix possible "undefined index" error with headers introduced in 1.0.3 (#11)
Version 1.0.3
Changes
- Sanitizing headers is no longer case-sensitive. Since HTTP headers are case-insensitive, our sanitization should be as well.
Version 1.0.2
Fixes
- Properly handle Response body sanitization when it's an empty body (#8)
Version 1.0.1
Fixes
- The host matcher would fail when combined with ignoring a query parameter (#7)