Skip to content

3.4.1

Compare
Choose a tag to compare
@uglyog uglyog released this 11 Jun 02:05
· 3500 commits to master since this release

Bugfix Release

  • Add a new Pact Runner called FilteredPactRunner that only runs interactions with a specified provider state (thanks to @siddhuwarrier)
  • Upgrade Gradle to 3.5 and Groovy to 2.4.10
  • Avoid the native Groovy conversions from a Map #448
  • add stacktrace cause details (thanks to @vijaykrishna82)
  • Add provider task as a dependency to pactVerify unless provider property isDependencyForPactVerify is false (defaults to true). (thanks to @marcpa00)
  • Varisous corrections to the readmes (thanks to @marcpa00)
  • fix the matchingRules generated by eachKeyLike (thanks to @lucaong)
  • Correct the generated matchers which were missing the "match": type entries
  • Updated the JUnit readme with examples that use the new mock server support classes
  • Re-apply the enhancements to the HAL Client code