4.2.16
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
- chore: add metric events for provider tests
- chore: add metric events for consumer tests
- feat: Specify buildUrl with system property pact.verifier.buildUrl (Michael Bannister)
- chore: add support for sending analytics events
- fix(junit): correctly merge success results with error results with JUnit verification tests #1274
- feat: Allow creating both the provider branch and tags when publishing results (Radek Koubsky)
- feat: Publish verification results with provider branch (Radek Koubsky)
- feat: Add support for configuring consumer version selectors from cli as raw json (Radek Koubsky)
- Update scala-java9-compat to 1.0.0 (Bendix Sältz)
- Upgrade commons-io linked to https://www.cvedetails.com/cve/CVE-2021-29425/ (mikrethor)
- fix(PactBrokerClient): Send
includePendingStatus=false
when enablePending is set to false (Timothy Jones)