Skip to content

Releases: allejo/php-vcr-sanitizer

Version 1.1.0

21 Feb 00:48
5097b96
Compare
Choose a tag to compare

A minor release with no functional or code changes other than updating allowed co-dependencies and minimum requirements

Changes

  • Bumped to minimum PHP >= 7.1.3
  • Dropped Symfony LTS 2.8 and 3.4 support + added Symfony 6.0

Version 1.0.9

23 May 00:16
a496971
Compare
Choose a tag to compare

Fixes

  • Fix Host being scrubbed from cassettes regardless of the ignoreHostname configuration (#23, @Justintime50)

Version 1.0.8

25 Dec 21:56
a0ee00e
Compare
Choose a tag to compare

Fixes

  • Fix Undefined index: request_header being raised when sanitizing cURL info in responses (#21, @specialtactics)

Version 1.0.7

29 Jul 03:45
9c2ab0e
Compare
Choose a tag to compare

New

Development

  • Migrate from Travis CI to GitHub Actions

Version 1.0.6

25 Jun 05:54
6a8c607
Compare
Choose a tag to compare

New

  • Add support for * as a wildcard to remove all headers from requests and responses (#18, @pauladams8)

Version 1.0.5

11 Apr 02:36
ee41b5d
Compare
Choose a tag to compare

New

  • Add the ability to sanitize post_fields in cassettes (#13, @snags88)

Version 1.0.4

01 Oct 17:38
6506442
Compare
Choose a tag to compare

Fixes

  • Fix possible "undefined index" error with headers introduced in 1.0.3 (#11)

Version 1.0.3

28 Sep 21:24
4efba12
Compare
Choose a tag to compare

Changes

Version 1.0.2

21 Mar 20:15
67a7a7f
Compare
Choose a tag to compare

Fixes

  • Properly handle Response body sanitization when it's an empty body (#8)

Version 1.0.1

20 Feb 02:50
5c71de9
Compare
Choose a tag to compare

Fixes

  • The host matcher would fail when combined with ignoring a query parameter (#7)