Skip to content

4.2.1

Compare
Choose a tag to compare
@uglyog uglyog released this 05 Mar 00:40
· 1322 commits to master since this release

Bugfix Release

  • cce1cfc - refactor: remove old wild-card matching logic in favour of using the ValueMatcher
  • 20f53c6 - included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell)
  • 672e853 - added check for Null JsonValue for regex matcher (Ryan Levell)
  • e954d80 - fix(JUnit 4): do not fire the test finished event for pending pacts #1310
  • b782ccc - feat: deprecate pact broker host, port and scheme in favour of an URL #1300
  • cd446ee - chore: upgrade Kotlin to 1.4.30