Skip to content

Releases: pact-foundation/pact-reference

Pact Mock Server Library v1.2.5

15 Mar 04:08
Compare
Choose a tag to compare

Maintenance Release

  • 9311d1b - chore(pact_mock_server): Update dependencies
  • a52e0ee - chore: Upgrade pact_matching to 1.1.10
  • 24a26cc - chore: Update pact_models to 1.1.18
  • 7357835 - chore: use local pact_models (JP-Ellis)
  • 95cbe5a - fix: Upgrade pact-plugin-driver to 0.5.1
  • 4325dca - chore(pact_mock_server): Upgrade dependencies

Pact FFI Library 0.4.18

26 Feb 22:45
Compare
Choose a tag to compare

Maintenance Release

  • 93f02c7 - feat(ffi): allow setting comments (JP-Ellis)
  • 8ac21bd - feat(ffi): allow toggling pending state (JP-Ellis)
  • 0d12bee - feat(ffi): allow setting interaction key (JP-Ellis)
  • 634bc58 - chore(FFI): FFI Feature tests were writing to the same Pact file and can cause race conditions

Pact FFI Library 0.4.17

22 Feb 00:11
Compare
Choose a tag to compare

Bugfix Release

  • 6975203 - chore(verifier): Bump minor version #307
  • b6a0e66 - chore(FFI): Add a test using pactffi_given_with_params #298
  • c4e5ffe - fix(FFI): Update doc comments to include details of replacing interactions #389
  • 5dad90c - fix(FFI): creating a new interaction with the same description as an existing one will now replace it #389
  • 8b35aab - chore(FFI): add a test that calls write pact functions multiple types #389
  • df22043 - feat: convert musl static .a to .so (Yousaf Nabi)

Pact Verifier CLI 1.1.0

20 Feb 04:40
Compare
Choose a tag to compare

Feature + Bugfix release

This release updates the published verification results to include the interaction description when the verification fails.

  • 40391cb - chore(pact_verifier_cli): Bump minor version
  • ba9eae1 - chore(pact_verifier_cli): Upgrade dependencies
  • 6975203 - chore(verifier): Bump minor version #307
  • 41faa54 - chore: Lock clap crate to 4.4 as 4.5 requires Rust 1.75
  • 8d19795 - chore: fixup path to aarch64-unknown-linux-musl artifact (Yousaf Nabi)
  • 9196efe - feat: verifier/mock_server clis - build for musl (Yousaf Nabi)
  • 24a26cc - chore: Update pact_models to 1.1.18
  • 7357835 - chore: use local pact_models (JP-Ellis)

Pact Verifier Library 1.1.0

20 Feb 03:55
Compare
Choose a tag to compare

Maintenance Release

  • 04959d7 - feat(verifier): Include interaction description in verification results #292
  • 2b5148b - feat(verifier): Add the client language to the verification results if set #307
  • 6975203 - chore(verifier): Bump minor version #307
  • 762f68e - feat(verifier): Add the verifier version to the published results #307
  • 208eb75 - chore: Add test with POST with body and no content type #386
  • a52e0ee - chore: Upgrade pact_matching to 1.1.10
  • 24a26cc - chore: Update pact_models to 1.1.18
  • 7357835 - chore: use local pact_models (JP-Ellis)
  • 310cb60 - feat: Print provider name in 'no pacts found' message to help debugging (tien.xuan.vo)
  • 95cbe5a - fix: Upgrade pact-plugin-driver to 0.5.1
  • 1c3208e - chore: Upgrade pact_consumer to 1.1.1

Pact Consumer Library v1.1.2

12 Feb 03:51
Compare
Choose a tag to compare

Bugfix Release

  • e31589d - chore: add test for checking matching rules on message metadata
  • 6bb57df - fix: metadata matching rules for sync message (Stan)
  • a52e0ee - chore: Upgrade pact_matching to 1.1.10
  • 24a26cc - chore: Update pact_models to 1.1.18
  • 7357835 - chore: use local pact_models (JP-Ellis)
  • 95cbe5a - fix: Upgrade pact-plugin-driver to 0.5.1

Pact FFI Library 0.4.16

12 Feb 06:07
Compare
Choose a tag to compare

Bugfix Release

  • 29b326e - fix(FFI): Metadata matching rules from plugins were being ignored

Pact Matching Library v1.1.10

07 Feb 03:31
Compare
Choose a tag to compare

Bugfix Release

  • a8efa11 - fix: was missing an implementation of MinType and MaxType matchers for maps
  • 24a26cc - chore: Update pact_models to 1.1.18
  • 7357835 - chore: use local pact_models (JP-Ellis)
  • 95cbe5a - fix: Upgrade pact-plugin-driver to 0.5.1
  • d5e5842 - test(pact_matching): Test Values matcher with json body (tien.xuan.vo)

Pact FFI Library 0.4.15

07 Feb 04:29
Compare
Choose a tag to compare

Bugfix Release

  • 3554a33 - feat(ffi): add with_matching_rules (JP-Ellis)
  • a52e0ee - chore: Upgrade pact_matching to 1.1.10
  • 24a26cc - chore: Update pact_models to 1.1.18
  • 7357835 - chore: use local pact_models (JP-Ellis)
  • 95cbe5a - fix: Upgrade pact-plugin-driver to 0.5.1
  • 7370d8f - chore: update artifact path for aarch64 musl pact_ffi (Yousaf Nabi)

Pact Models Library v1.1.18

06 Feb 23:50
Compare
Choose a tag to compare

Maintenance Release

  • c7a086d - feat(models): add merge method (JP-Ellis)
  • 7222cd2 - fix: Min and Max type matchers were not able to parse their integration form