Releases: pact-foundation/pact-reference
Releases · pact-foundation/pact-reference
Pact FFI Library 0.4.20
Maintenance Release
- 2c28d36 - chore(FFI): Upgrade dependencies
- edc1ad0 - chore: Upgrade pact_verifier to 1.2.1
- f5ad729 - chore: Moved mock server crates to pact-foundation/pact-core-mock-server
- fa2b1d0 - chore: Upgrade pact_matching to 1.2.2
- adf6379 - chore: build linux x86_64 ffi against glibc 2.23
- 694100f - chore: Update pact_models to 1.2.0
- edfac7b - chore: remove local pact_models from the other pact crates
- 941560b - chore: Update doc comment with NULL query parameter value example
- c3128a6 - feat: Support optional query parameter values (where there is only a name)
- e3dc265 - fix: downgrade JSON parsing from warn to debug in from_integration_json_v2. Fixes #408
- 758f4c0 - chore: Update pact_matching to 1.2.1
- bfd6eae - chore: Upgrade pact_mock_server to 1.2.6
- 7688469 - chore(pact_verifier): Bump minor version
- d6125b7 - chore(pact_matching): Bump minor version
- a38e93c - fix(ci): fix macos extensions
Pact Verifier CLI 1.1.2
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
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
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
Pact Models Library v1.2.0
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
Pact Consumer Library v1.2.0
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
Pact Matching Library v1.2.1
Maintenance Release
- 3706f6e - chore: Add From implementation for CommonMismatch