Skip to content

Releases: pact-foundation/pact-plugins

CSV Plugin 0.0.3

08 Sep 04:16
Compare
Choose a tag to compare

Updated dependencies

Rust Plugin Driver 0.1.10

18 Aug 04:06
Compare
Choose a tag to compare

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

14 Aug 23:21
Compare
Choose a tag to compare

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

12 Aug 05:05
Compare
Choose a tag to compare

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

09 Aug 23:59
Compare
Choose a tag to compare

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

08 Aug 07:34
Compare
Choose a tag to compare

Support running the CSV plugin in Alpine Linux

Pact Plugin CLI 0.0.1

03 Jun 06:31
Compare
Choose a tag to compare

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

Pact Plugin CLI 0.0.0

02 Jun 10:07
Compare
Choose a tag to compare

Initial Release

Rust Plugin Driver 0.1.8

26 May 04:15
Compare
Choose a tag to compare

Bugfix Release

  • 0ecb1cc - fix: log level was not being set correctly

Rust Plugin Driver 0.1.7

20 May 05:24
Compare
Choose a tag to compare

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