Releases: pact-foundation/pact-core-mock-server
Releases · pact-foundation/pact-core-mock-server
Pact Mock Server Library v1.2.11
Pact Mock Server Library v2.0.2
Pact Mock Server Library v1.2.10
Pact Mock Server Library v2.0.1
Pact Mock Server Library v2.0.0
Final 2.0.0 release \o/
- b595cd4 - chore: Remove the beta pre-release label
- 79a470a - chore: Cleanup deprecation warnings
- 3863afd - chore: Upgrade dependencies
- c607231 - chore: Upgrade pact_matching to 1.2.5
- f190ef8 - chore: Upgrade pact_models to 1.2.2
- 6a0c3b3 - chore: Upgrade pact-plugin-driver to 0.7.0
- 6a58f5a - chore: Mark the remaining legacy functions as deprecated
- ca41cca - chore: Update readme
- e95294e - chore: Update doc comments with example using the mock server builder
Pact Mock Server Library v1.2.9
Pact Mock Server Standalone v2.0.0-beta.0
First beta with new mock server
- 00f78d1 - chore: Upgrade pact_mock_server to 2.0.0-beta.5
- 9695810 - chore: Fix compile error when feature are turned off
- 833e1c7 - fix: Handling of the mock server ID
- 3672850 - feat: Use comfy-table to show the list of mock servers
- 96476c9 - fix: Use the same global manager for all commands
- 82208f6 - fix: Remove unnecessary task spanning when creating a new mock server
- 9c88af8 - chore: Add signal for graceful server shutdown
- d13d8c8 - chore: Upgrade webmachine to 0.5.0
- 0b0db44 - chore(pact_mock_server_cli): Update dependencies
- 6c56dcb - chore: switch hyper-rustls to use ring over aws-lc-rs
- a2591db - chore: Try remove default features from all rustls-based crates
- 484c9ff - chore: Update mock server CLI to use the new builder for TLS mock servers
- e66c15c - chore: Update release scripts for pre-release version
- 3edfd71 - chore: Implement remaining commented out test
- 0ac8911 - fix: Incorrect function was used when feature was not enabled
- af1cc22 - feat: Working mock server with TLS + self-signed cert
- febf797 - chore: Upgrade dependencies (itertools, pact_matching, pact_models)
- e1a35e9 - chore: Got pact_mock_server_cli building and tests passing
- bf152dd - chore: Upgrade pact_matching to 1.2.3
- 4ca5a20 - chore: Bump major version of mock server crates
Pact Mock Server Library v2.0.0-beta.5
Bugfix Release
- 1115b3f - chore: fix broken test
- 833e1c7 - fix: Handling of the mock server ID
- fba93b6 - fix: Add a function to attach a mock server to a known manager
- d80d9e4 - fix: When attaching the mock server to the server manager, the manager needs to take ownership
- 1b377dd - chore: Use a channel to signal when the mock server task is done
Pact Mock Server Library v2.0.0-beta.4
Support HTTP2 + Fix server shutdown
- 6528608 - fix: failing test on MacOS
- 376b4cf - feat: Support HTTP1 + HTTP2 + upgrades + graceful server and connection shutdown
- 6453371 - fix: add small wait after mockserver shutdown so the events can be completely processed
- 7225939 - fix: Signal server shutdown with an event instead of dropping the channel send end
- 6c56dcb - chore: switch hyper-rustls to use ring over aws-lc-rs
- ef7c984 - chore: Try remove default features from all rustls-based crates
- 23de268 - chore: Try remove default features from all rustls-based crates
- a2591db - chore: Try remove default features from all rustls-based crates
Pact Mock Server Library v2.0.0-beta.2
Added keep alive option
- fd86ee8 - feat: Added keep alive option to the mock server config (defaults to true)