Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 1.9.1 standalone #61

Closed
2 tasks
bethesque opened this issue Oct 17, 2017 · 0 comments
Closed
2 tasks

Upgrade to 1.9.1 standalone #61

bethesque opened this issue Oct 17, 2017 · 0 comments

Comments

@bethesque
Copy link
Member

bethesque commented Oct 17, 2017

This version contains some CLI changes, and a bug fix (correcting the usage of Pact::Term headers when replaying the request.)

Changes required to python code:

  • Instead of posting the consumer name, provider name, and pact file write mode in the POST /pact they should now be passed in to the command line service call using --consumer, --provider and --pact-file-write-mode. That last POST to /pact does not need a body any more.
  • The list of pact URLs passed to the pact verify command should now be space separated arguments rather than a list of comma separated --pact-url options. Eg pact-provider-verify URL_ONE URL_TWO

These changes are backwards compatible.

See the full CLI documentation here: https://github.com/pact-foundation/pact-ruby-standalone/releases/tag/v1.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant