Releases: pact-foundation/pact-plugins
Releases Β· pact-foundation/pact-plugins
Rust Plugin Driver 0.1.10
Maintenance Release
- 5e685c8 - chore: inline the generated protobuf code so the build no longer requires protoc installed
- be7cda2 - chore: Upgrade pact_models and tracing crates
JVM Plugin Driver 0.1.5
Maintenance Release
- 25818d4 - chore: Upgrade dependencies (protobuf, grpc, guava, kotlin-logging, kotlin-result, pact-jvm)
- d839f47 - chore: Upgrade Kotlin to 1.6.21
JVM Plugin Driver 0.1.4
Fix for plugins using IP4 addresses
- 7c2e50b - fix: If IP6 address fails, try connect to plugin using IP4 address
- 773bc6c - chore: add protoc to the Gradle CI build
Rust Plugin Driver 0.1.9
Maintenance Release
- 973aed9 - chore: Upgrade pact models to 0.4.2
- f44348e - chore: Update musl build
- 77ea0f2 - chore: Update deprecated method after updating dependencies
- c2cbf48 - chore: Update dependent crates (prost, tonic, sysinfo, uuid)
- ab7899a - feat: add support for plugin command line args
- cdcda73 - feat: add support for installing plugins from Zip files
CSV Plugin 0.0.2
Support running the CSV plugin in Alpine Linux
Pact Plugin CLI 0.0.1
Support plugins in Zip files
- cdcda73 - feat: add support for installing plugins from Zip files
- 3bea3d8 - feat: add -y flag to install and remove command
- 1311292 - chore: Update readme for plugin cli
Rust Plugin Driver 0.1.8
Bugfix Release
- 0ecb1cc - fix: log level was not being set correctly
Rust Plugin Driver 0.1.7
return mock server results from a running server
- 647cf93 - feat: add method to return mock server results from a running server
- 105abe1 - feat: added example gRPC consumer example