Releases: pact-foundation/pact-reference
Releases · pact-foundation/pact-reference
Pact Mock Server Library v0.0.2
Updates required for verifying pacts and consumer test library
Pact Matching Library v0.0.2
Fixes required for verifing pacts
- Implemented handling state change requests in the pact verifier
- implemented rudimentary diff output on json bodies
- Use a regex to detect the content type to handle extended types (e.g application/hal+json)
- Implemented pact test where there are no pacts in the pact broker
- implemented handling templated HAL URLs
- renamed the pact_matching and pact_mock_server directories
Pact Mock Server Standalone v0.2.0
V2 Specification Implementation
Pact Mock Server Library v0.2.0
V2 Specification Implementation
Pact Matching Library v0.2.0
V2 specification implementation
Pact Mock Server Standalone v0.1.0
V1.1 Specification Implementation
Pact Mock Server Library v0.1.0
V1.1 Specification Implementation
Pact Matching Library v0.1.0
V1.1 Specification Implementation
Pact Mock Server Standalone v0.0.1
Feature Release
- added a newline at the end of the help for people with crazy terminal settings
- implemented merging of pact files when writing after verifing a mock server
- replace rustful with webmachine-rust
- implemented delete request on the master server to shut a mock server down
- implemented the shutdown mock server command
Pact Mock Server Library v0.0.1
Second Feature Release
- added a write_pact exported function to the mock server library
- add static library as an artifact
- upgrade hyper to latest version
- handle the result from setting up the logger in the create_mock_server function
- add an optional port number to start the mock server
- If the mock server has been shutdown, return a 501 Not Implemented