Skip to content

Pact Verifier FFI 0.0.4

Compare
Choose a tag to compare
@uglyog uglyog released this 30 May 08:39
· 2213 commits to master since this release

FFI enhancements

  • fix: consumer version selectors (Matt Fellows)
  • feat: rename callback_timeout to request_timeout, and support timeouts for all http requests during verification (Matt Fellows)
  • feat: support callback timeout option on verifier (Matt Fellows)
  • feat: support env vars for filters (Matt Fellows)
  • feat: enable consumer version selectors (Matt Fellows)
  • feat: return error code 4 when verifier receives invalid args (Matt Fellows)
  • chore: add shasums to all release artifacts (Matt Fellows)
  • refactor: move the PactSpecification enum to the pact_models crate