Skip to content

Pact Matching Library v1.1.2

Compare
Choose a tag to compare
@rholshausen rholshausen released this 10 Jul 06:37
· 691 commits to master since this release

Bugfix Release

  • 1deca59 - chore: Upgrade pact_models to 1.1.8
  • 913e9a2 - feat(multipart): Support the content-transfer-encoding header
  • a604968 - refactor: Update MIME multipart parser to a supported lib + make implementation inline with Pact-JVM
  • 692120a - feat: Add support for matching application/x-www-form-urlencoded encoded bodies
  • 67e8ad8 - refactor: use DocPath.to_lower_case from pact_models
  • 2662cdf - chore: Upgrade pact_models to 1.1.7
  • 72818ea - feat: Update to latest compatibility-suite and correct some error messages
  • 445ea1e - fix: Header matching rules should be looked up in a case-insenstive way
  • 95753e2 - fix: Correct the use of matching rules on repeated header values
  • 6a7e504 - fix: Correct the use of matching rules on repeated query parameters
  • d5df06a - fix: Regex matcher was incorrectly being applied to lists
  • f88adb2 - fix: Correct the format of matching errors on JSON