Releases: pact-foundation/pact-plugins
Releases Β· pact-foundation/pact-plugins
Rust Plugin Driver 0.1.6
CSV Plugin 0.0.1
Pact CSV Plugin
This is the first release of the CSV plugin. It supports testing interactions with Pact that contain CSV payloads.
Installation
The plugin binary (gz file) for you operating system and the manifest file (pact-plugin.json) need to be unpacked/copied into $HOME/.pact/plugins/csv-0.0.1
. The unpacked binary must be named pact-csv-plugin
(or the manifest file must be updated to reflect the file name).
JVM Plugin Driver 0.1.3
Rust Plugin Driver 0.1.5
Rust Plugin Driver 0.1.4
Rust Plugin Driver 0.1.2
Rust Plugin Driver 0.1.1
Supports verifying interactions via plugins
- feat: update interface to return mismatch info from verification call
- fix: return failed verification error instead of throwing an exception
- feat: add the pact and integration into the verify call
- feat: interface to verify an interaction via a plugin
- fix: correct the plugin version check when loading plugins
- fix: do not include the plugin version in the test
- chore: use the published version of pact_consumer crate
JVM Plugin Driver 0.1.2
Supports verifying interactions via plugins
- fix: return the mismatches back to the calling party
- feat: add JVM gRPC provider test
- fix: was passing an incorrect body to verification call
- feat: update interface to return mismatch info from verification call
- fix: was returning an incorrect body from verification prep call
- fix: return failed verification error instead of throwing an exception
JVM Plugin Driver 0.1.1
Maintenance Release
- feat: add the pact and integration into the verify call
- feat: interface to verify an interaction via a plugin
- fix: return the max version when there are multiple plugin versions found
- chore: add skeleton gRPC provider
- fix: correct the plugin version check when loading plugins
Rust Plugin Driver 0.1.0
Support mock servers from plugins
- refactor: rename mock-server -> transport in Rust code
- feat: support for plugins supplying mock servers
- feat: correct MockServerResult message, remove double repeated field
- chore: switch from log crate to tracing crate
- feat: Update plugin interface to return the results from a mock server