Releases: pact-foundation/pact-plugins
Releases Β· pact-foundation/pact-plugins
Rust Plugin Driver 0.4.3
Maintenance Release
- chore: Update dependencies and upgrade pact models to 1.1
JVM Plugin Driver 0.4.0
Support for auto-installing plugins
- 457a4f1 - fix: close the file stream on the written plugin binary so it can be started for the test
- 59cd712 - feat: Support auto-installing plugins when required
- 4cfee90 - chore: Upgrade Kotlin to 1.8.21
- d9c58d2 - Add
DuplicatesStrategy.EXCLUDE
to sourceJar (austek) - 7b964e9 - Update dependency versions (austek)
Rust Plugin Driver 0.4.2
Rust Plugin Driver 0.4.1
Rust Plugin Driver 0.4.0
Use shared gRPC plugin client
- 6235b6c - feat: Use a shared channel and gRPC client to communicate with a plugin
- 550c331 - refactor: Use a shared channel to the plugin which is clonable
- 6ed7c4d - refactor: Move plugin repository models to the plugin driver
- 548f9ea - chore: Bump minor version, update all dependencies (esp tonic to 0.9.0)
JVM Plugin Driver 0.3.2
Pact Plugin CLI 0.1.0
Support installing known plugins from an index
- 83dd0fb - feat: add ability to install plugin from index
- b872b15 - feat: update the install CLI to be able to install known plugins
- ed79701 - feat: split the list command into installed vs known plugins
- 8aee59e - chore: add optimistic locking to repository file access
- 27b9b82 - feat: add CLI command to add all versions from GitHub releases to the index
- 0a54e51 - feat: add optional to add manifest to index from GitHub release
- 17c0e9d - feat: add commands to list entries and versions in the index
- b9dbdcc - feat: need to store the source of the manifest
- 08b3bac - feat: add SHA calculation to repository commands
- eaba5fc - feat: add command to add a plugin version to the index
- 967e2b8 - feat: add local time output to validate command
- 4d8f165 - feat: add validate entry command
- 51bec14 - feat: add initial repository sub-commands
- 026f4fb - feat: add option to skip installing a plugin if it is already installed
- 60c55ef - chore: upgrade clap to v4