github pact-foundation/pact-go v0.0.5

latest releases: v2.7.0, v2.6.0, v2.5.1...
9 years ago

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)

Don't miss a new pact-go release

NewReleases is sending notifications on new releases.