Skip to content

Releases: pact-foundation/pact-plugins

pact-plugin-cli-v0.1.2

10 May 14:04
501ac96
Compare
Choose a tag to compare

What's Changed

  • feat: linux musl static bins / windows aarch64 by @YOU54F in #58
  • feat: reduce executable size by @YOU54F in #59

Full Changelog: pact-rust-driver-v0.6.1...pact-plugin-cli-v0.1.2

csv-plugin-0.0.6

10 May 14:27
501ac96
Compare
Choose a tag to compare

What's Changed

  • feat: linux musl static bins / windows aarch64 by @YOU54F in #58
  • feat: reduce executable size by @YOU54F in #59

Full Changelog: pact-rust-driver-v0.6.1...csv-plugin-0.0.6

Rust Plugin Driver 0.6.1

23 Apr 00:41
Compare
Choose a tag to compare

Maintenance Release

  • a40de4f - chore: Upgrade pact_models to 1.2.0

Rust Plugin Driver 0.6.0

15 Apr 23:09
Compare
Choose a tag to compare

Upgrade Tonic to 0.11.0

  • 590c70b - chore: Fix dependencies after upgrade to tonic
  • 84c5ade - chore: Upgrade Tonic to 0.11.0
  • 5309340 - chore: Update dependencies

Rust Plugin Driver 0.5.2

15 Apr 05:01
Compare
Choose a tag to compare

Bugfix Release

This fixes an issue on Windows where Pact tests using a plugin would hang for 5 minutes.

  • 96d39bb - chore: update repository.index
  • f31e4de - fix: Correct import for non-Windows targets
  • d9e441e - fix: Tests using plugins on Windows were hanging for 5 minutes

Rust Plugin Driver 0.5.1

31 Jan 22:52
Compare
Choose a tag to compare

Bugfix Release

  • e7dcd4c - chore: update repository.index
  • 1b54a4a - fix: ensure the Pact has the correct interaction keys before sending verification request to a plugin

CSV Plugin 0.0.5

30 Jan 22:55
Compare
Choose a tag to compare

Maintenance Release

  • 5f9602c - chore(csv-plugin): Upgrade all dependencies

Rust Plugin Driver 0.5.0

24 Jan 05:37
Compare
Choose a tag to compare

Maintenance Release

Upgrades the gRPC crates (tonic and prost) to next minor version.

  • a61d1b9 - chore: update repository.index
  • 9fcb42a - chore: Upgrade tonic and prost to latest
  • 1cf8809 - feat: Add support for atLeast and atMost with matching rule definitions
  • 5579e58 - chore: Upgrade dependencies

Rust Plugin Driver 0.4.6

14 Dec 04:52
Compare
Choose a tag to compare

Maintenance Release

  • 28621e3 - chore: update repository.index
  • 2979225 - chore: Upgrade dependencies
  • aa38e61 - chore: Upgrade dependencies
  • dd3359c - feat: support tgz for bundled plugins (Yousaf Nabi)
  • 3d89adf - chore: Add features to readme

Pact Plugin CLI 0.1.1

14 Dec 05:20
Compare
Choose a tag to compare

Maintenance Release

Adds support for plugins bundled as .tar.gz and .tgz.

  • f5d40d1 - chore: update repository.index
  • 45866c1 - chore: Upgrade dependencies
  • dd3359c - feat: support tgz for bundled plugins (Yousaf Nabi)
  • 20a925c - fix(cli): --skip-if-installed always skipped
  • a01455d - fix: only display download progress bar when invoked from CLI
  • f6706d6 - refactor: Move all code to download plugins to the driver to support auto-installing known plugins
  • 6ed7c4d - refactor: Move plugin repository models to the plugin driver