v0.0.5
Publish Provider Verifications to Broker:
Adds support for a new feature of the broker - the ability to send provider verification results back to the Broker, allowing more intelligent CI practices.
The main use case this solves is allowing you (probably via a CI / CD processe) to detect Consumer changes that have not yet been verified by a provider. Publishing the status to the broker allows tooling to then query this status, and block a deployment if the contract has changed or has not been verified since last published.
See https://github.com/realestate-com-au/pact/blob/master/CHANGELOG.md#1110-8-may-2017 and https://github.com/bethesque/pact_broker/blob/v2.0.0.beta.2/lib/pact_broker/doc/views/publish-verification.markdown for more.
Changelog:
- ee36bff - feat(verification): publish verification results to broker (Matt Fellows, Tue May 9 15:02:05 2017 +1000)