Releases: pact-foundation/pact-reference
Releases · pact-foundation/pact-reference
Pact Matching Library v0.5.5
Switch to Oniguruma crate for regex matching
- fix: switch to the Oniguruma crate for regex matching #46
- chore: re-enabled time and timestamp matching tests
Pact Verifier CLI 0.6.0
Supports publishing verification results
- feat: implemented publishing verification results to the pact broker #44
Pact Verifier Library v0.6.0
Pact Matching Library v0.5.4
Refactor for supporting publishing verification results
- feat: implemented publishing verification results to the pact broker #44
- feat: added the ProviderStateGenerator as a generator type
- feat: support an integration format for matchers for language integrations
Pact Mock Server FFI Library 0.0.0
First Release
This has been split out from the Pact Mock Server library.
Pact Mock Server Library v0.6.0
Moved all the FFI functions into the libpact_mock_server_ffi crate
- refactor: removed the ffi suffix from the exported functions
- refactor: moved the ffi functions into the ffi module
- refactor: added a mock server ffi module and bumped the mock server minor version
Pact Verifier CLI 0.5.1
Use reqwest for better HTTP/S support, support headers with multiple values, Bearer token support
- chore: bump the version of the matching lib
- feat: support authentication when fetching pacts from a pact broker
- feat: support bearer tokens when fetching pacts from URLs
- chore: upgrade the logging crates
Pact Verifier Library v0.5.1
Use reqwest for better HTTP/S support, support headers with multiple values, Bearer tokens
- chore: bump the version of the matching lib
- feat: support authentication when fetching pacts from a pact broker
- feat: support bearer tokens when fetching pacts from URLs
- feat: support headers with multiple values
- Switch pact_broker/HAL client to use reqwest instead of hyper directly (@audunhalland)
Pact Mock Server Standalone v0.5.1
Support headers with multiple values
- Upgraded mock server library to 0.5.1 to support headers with multiple values
Pact Consumer Library v0.5.1
Support headers with multiple values
- chore: bump the version of the matching lib
- feat: support headers with multiple values