Skip to content

Releases: pact-foundation/pact-core-mock-server

Pact Mock Server Library v1.2.11

12 Dec 23:00
Compare
Choose a tag to compare

Maintenance Release

  • 22456d9 - chore: Update dependencies
  • 85eb7eb - fix: Pass the transport config to the plugin in the test context under the transport_config key

Pact Mock Server Library v2.0.2

04 Sep 00:49
Compare
Choose a tag to compare

Maintenance Release

  • 5789dea - chore: Update dependencies
  • f23e350 - chore: Upgrade pact-plugin-driver to 0.7.1

Pact Mock Server Library v1.2.10

04 Sep 00:27
Compare
Choose a tag to compare

Maintenance Release

  • 8b7cf3e - chore: Update dependencies
  • c1f9d81 - chore: Upgrade pact-plugin-driver to 0.7.1

Pact Mock Server Library v2.0.1

27 Aug 05:19
Compare
Choose a tag to compare

Bugfix Release

  • 616b588 - chore: Upgrade bytes crate to 1.7.1
  • 5cb006d - fix: Default the Pact spec version to the version from the Pact if not overridden
  • bf019cd - chore: Upgrade pact_matching to 1.2.7

Pact Mock Server Library v2.0.0

18 Jul 06:31
Compare
Choose a tag to compare

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

17 Jul 04:42
Compare
Choose a tag to compare

Maintenance Release

  • 62012b8 - chore: Upgrade pact_matching to 1.2.5
  • 3c32b22 - chore: Upgrade pact_models to 1.2.2
  • 7785a77 - chore: Upgrade pact-plugin-driver to 0.7.0
  • febf797 - chore: Upgrade dependencies (itertools, pact_matching, pact_models)

Pact Mock Server Standalone v2.0.0-beta.0

02 Jul 07:02
Compare
Choose a tag to compare

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

02 Jul 06:15
Compare
Choose a tag to compare

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

25 Jun 06:42
Compare
Choose a tag to compare

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

21 Jun 05:44
Compare
Choose a tag to compare

Added keep alive option

  • fd86ee8 - feat: Added keep alive option to the mock server config (defaults to true)