Skip to content

v2.0.6

Compare
Choose a tag to compare
@mefellows mefellows released this 15 Jul 01:45
· 28 commits to master since this release

Changelog

  • 3bc153b Adding Missing Param in Consumer test docs (#427)
  • aa40e4e Merge branch 'fix/issue_269_sa_onstack_flag_part2' into chore/quiet_logs
  • 58a472a Merge branch 'fix/issue_269_sa_onstack_flag_part2' into fix/pact_ffi_headers
  • 4297634 Merge branch 'fix/issue_269_sa_onstack_flag_part2' into fix/zombie_plugin_processes
  • 3a112a1 Merge pull request #412 from pact-foundation/chore/upgrade-to-pact-ffi-0-4-19
  • 3d62405 Merge pull request #413 from pact-foundation/dependabot/go_modules/google.golang.org/protobuf-1.34.1
  • 46bff1e Merge pull request #414 from pact-foundation/dependabot/go_modules/github.com/linkedin/goavro/v2-2.13.0
  • 01c155f Merge pull request #417 from pact-foundation/chore/upgrade-to-pact-ffi-0-4-20
  • 8289281 Merge pull request #418 from pact-foundation/dependabot/github_actions/golangci/golangci-lint-action-6
  • ee740af Merge pull request #419 from pact-foundation/snyk-fix-938cc0572a34db4e15a9b0cfdcd4046a
  • 061aaf9 Merge pull request #420 from pact-foundation/dependabot/go_modules/google.golang.org/grpc-1.64.0
  • a97b820 Merge pull request #421 from pact-foundation/dependabot/go_modules/github.com/hashicorp/go-version-1.7.0
  • f1db795 Merge pull request #423 from pact-foundation/dependabot/github_actions/goreleaser/goreleaser-action-6
  • 1802b26 Merge pull request #424 from pact-foundation/dependabot/go_modules/github.com/spf13/cobra-1.8.1
  • a3e1410 Merge pull request #425 from pact-foundation/dependabot/go_modules/google.golang.org/protobuf-1.34.2
  • b6bb0e5 Merge pull request #428 from pact-foundation/fix/update-pact-ffi-0.4.21
  • 4c2079f Merge pull request #429 from pact-foundation/fix/macos_binary_rename
  • bd71f19 Merge pull request #430 from pact-foundation/deps/Dockerfile
  • 778a111 Merge pull request #431 from yoelb/patch-1
  • cd75a5e Merge pull request #435 from YOU54F/fix/zombie_plugin_processes
  • f3b61a7 Merge pull request #436 from YOU54F/examples/run_locally
  • 43d1bda Merge pull request #438 from YOU54F/chore/quiet_logs
  • fd44da5 Merge pull request #439 from YOU54F/ci/macos_runners
  • fa87e40 Merge pull request #440 from YOU54F/fix/pact_ffi_headers
  • a396cac Merge pull request #442 from pact-foundation/docs/cgo_requirement
  • 4d46c69 Merge pull request #445 from lbcjbb/fix-crash
  • 3f95baf build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0
  • 0a8b2a9 build(deps): bump github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0
  • a470b6e build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • d4119da build(deps): bump golangci/golangci-lint-action from 5 to 6
  • 4036154 build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0
  • 01ac0ad build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.1
  • f0ebb33 build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2
  • e36fe9b build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • 2cb2b62 chore(ci): add MacOS runners x86_64/arm64
  • 537350d chore(ci): add fail-fast false due to occasional segfaults :(
  • a73ae3a chore(ci): test 1.22.x
  • fc2097e chore(ci): test Docker images in CI
  • 8e071be chore(ci): update coverallsapp action to point to main tag
  • 173f26d chore(examples): Update example provider verification to support SKIP_PUBLISH
  • 75451f3 chore(release): release v2.0.6
  • e20ba54 chore(test): set log level to info, for sanity
  • f76cde1 chore(test): update plugin versions csv/protobuf/matt/avro
  • 03c54a7 chore(test): update plugin-cli to 0.1.2
  • d29ce09 chore(test): update plugin-cli to 0.1.2
  • 055d548 fix(internal): consume 0.4.21 pact.h directly and match types
  • 0df1b8a fix: Dockerfile to reduce vulnerabilities
  • d05fd3e fix: Dockerfile to reduce vulnerabilities (#441)
  • ac7f9cf fix: don't use defer in loop
  • 9f99245 fix: ensure deferred plugin cleanup for all functions that use them
  • abd1815 fix: install signal handlers should occur after plugins started
  • c80e188 fix: plugin verification panics due to missing SA_ONSTACK signal (#432)
  • ef7883c fix: rename macos binaries due to naming change in v0.4.21 libpact_ffi
  • 56cf87f fix: update pact-ffi to 0.4.19
  • 8fc38b7 fix: update pact-ffi to 0.4.20
  • cde0605 fix: update pact-ffi to 0.4.21
  • 8a9bc48 fix: use the same signature for the same function (#402) (#422)