Skip to content

Releases: pact-foundation/pact-reference

Pact Verifier CLI 1.1.2

08 May 06:08
Compare
Choose a tag to compare

Maintenance Release

  • 5a6b004 - chore: Upgrade reqwest to 0.12.4
  • 2f17632 - chore: Upgrade clap crate to 4.5.4
  • edc1ad0 - chore: Upgrade pact_verifier to 1.2.1
  • 694100f - chore: Update pact_models to 1.2.0
  • edfac7b - chore: remove local pact_models from the other pact crates
  • 7688469 - chore(pact_verifier): Bump minor version

Pact Verifier Library 1.2.1

08 May 05:15
Compare
Choose a tag to compare

Maintenance Release

  • c3cae83 - chore: Upgrade pact_consumer to 1.2.2
  • fa2b1d0 - chore: Upgrade pact_matching to 1.2.2
  • 694100f - chore: Update pact_models to 1.2.0
  • edfac7b - chore: remove local pact_models from the other pact crates
  • c3128a6 - feat: Support optional query parameter values (where there is only a name)
  • 758f4c0 - chore: Update pact_matching to 1.2.1

Pact Consumer Library v1.2.1

08 May 01:43
Compare
Choose a tag to compare

Maintenance Release

  • f5ad729 - chore: Moved mock server crates to pact-foundation/pact-core-mock-server
  • fa2b1d0 - chore: Upgrade pact_matching to 1.2.2
  • 694100f - chore: Update pact_models to 1.2.0
  • edfac7b - chore: remove local pact_models from the other pact crates
  • c3128a6 - feat: Support optional query parameter values (where there is only a name)
  • 758f4c0 - chore: Update pact_matching to 1.2.1

Pact Matching Library v1.2.2

07 May 00:11
Compare
Choose a tag to compare

Maintenance Release

  • 694100f - chore: Update pact_models to 1.2.0
  • edfac7b - chore: remove local pact_models from the other pact crates
  • c3128a6 - feat: Support optional query parameter values (where there is only a name)

Pact Models Library v1.2.0

23 Apr 00:24
Compare
Choose a tag to compare

Support query parameters with no values

  • f20bb77 - chore(pact_models): Bump minor version
  • 4e1fca9 - feat: Add extra test cases for query generation
  • c3128a6 - feat: Support optional query parameter values (where there is only a name)
  • 6a617b7 - parse user-agent as single value headers (kageru)
  • 74f43bd - chore(pact_models): clean up some deprecation warnings
  • 2b59bff - chore(pact_models): clean up some deprecation warnings
  • 712bc79 - chore: update examples in matchers to JSON test

Pact Verifier Library 1.2.0

16 Apr 05:39
Compare
Choose a tag to compare

Maintenance Release

  • dffbc8e - chore(pact_consumer): Bump minor version
  • bc35a28 - chore(pact_verifier): Update pact-plugin-driver to 0.6.0
  • 0d4a72f - chore(pact_verifier): Update dependencies
  • 7688469 - chore(pact_verifier): Bump minor version
  • d6125b7 - chore(pact_matching): Bump minor version

Pact Consumer Library v1.2.0

16 Apr 05:27
Compare
Choose a tag to compare

Maintenance Release

This release has a fix (in pact-plugin-driver) where tests on Windows using plugins would hang for over 5 minutes after the test had completed.

  • bfd6eae - chore: Upgrade pact_mock_server to 1.2.6
  • 6234fe3 - chore(pact_consumer): Upgrade pact-plugin-driver to 0.6.0
  • de57941 - chore(pact_consumer): Upgrade dependencies
  • dffbc8e - chore(pact_consumer): Bump minor version
  • d6125b7 - chore(pact_matching): Bump minor version
  • ffffa61 - chore: Upgrade pact_mock_server to 1.2.5

Pact Mock Server Library v1.2.6

16 Apr 05:09
Compare
Choose a tag to compare

Maintenance Release

  • 30e994f - chore(pact_mock_server): Upgrade pact-plugin-driver to 0.6.0
  • a945a38 - chore(pact_mock_server): Upgrade dependencies
  • d6125b7 - chore(pact_matching): Bump minor version

Pact Matching Library v1.2.1

16 Apr 06:27
Compare
Choose a tag to compare

Maintenance Release

  • 3706f6e - chore: Add From implementation for CommonMismatch

Pact Matching Library v1.2.0

16 Apr 00:27
Compare
Choose a tag to compare

Maintenance Release

  • 7900fe5 - chore(pact_matching): Update dependencies
  • 411b331 - chore(pact_matching): Update pact-plugin-driver to 0.6.0
  • 0ba022b - chore(pact_matching): Update dependencies
  • 74f43bd - chore(pact_models): clean up some deprecation warnings
  • 8985576 - chore: Lock tree_magic_mini to 3.0 as 3.1 fails to compile with MUSL
  • f117dcd - feat: Match headers with ArrayContains and EachValue matchers (tien.xuan.vo)
  • a567af5 - test: Test match json body with EachValue matcher (tien.xuan.vo)
  • 1c8a6f0 - feat: Match query with ArrayContains and EachValue matchers (tien.xuan.vo)
  • b2e4356 - refactor: Replace Mismatch by CommonMismatch (tien.xuan.vo)
  • 8be1bf3 - chore: clean up trace level instrumentation on matcher_is_defined function
  • 20742d9 - feat: Rephrase the content type matching error message (tien.xuan.vo)