Skip to content

4.3.2

Compare
Choose a tag to compare
@uglyog uglyog released this 09 Dec 05:02
· 841 commits to master since this release

Bugfix Release

Test Analytics

Note that from this version we are tracking anonymous analytics to gather important usage statistics like JVM version
and operating system. To disable tracking, you can set the pact_do_not_track system property or environment
variable to true.

Changelog

  • fix: Metrics payload needs to be a classic FORM post
  • chore: add metric events for provider tests
  • chore: add metric events for consumer tests
  • chore: add support for sending analytics events
  • feat: Specify buildUrl with system property pact.verifier.buildUrl (Michael Bannister)
  • fix(junit): correctly merge success results with error results with JUnit verification tests #1274