Releases: pact-foundation/pact-reference
Releases · pact-foundation/pact-reference
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
Pact Matching Library v0.0.1
Second Feature Release
- Implemented reading and writing pact files
- Implemented merging pacts when writing pact files
Pact Mock Server Standalone v0.0.0
First release of the standalone pact mock server.
Pact Mock Server Library v0.0.0
First release of an in-process Pact Mock Server as a shared library.
Pact Matching Library v0.0.0
First release of the pact matching library written in rust.