Skip to content

JVM Plugin Driver 0.0.2

Compare
Choose a tag to compare
@uglyog uglyog released this 10 Sep 04:34
· 937 commits to main since this release

Support for protobuf plugin prototype

  • feat: Protobuf plugin verifying simple messages
  • feat: support for plugins verifying responses
  • refactor: rename ConfigureContentsRequest -> ConfigureInteractionRequest
  • feat(plugins): allow the plugin to override text/binary of a content type
  • feat: plugins need to be able to specify text/binary payloads
  • chore: moved the matching rule definition parser to the Pact-Rust models crate
  • feat: add initial protobuf plugin prototype