Skip to content

Releases: pact-foundation/pact-reference

Pact Matching Library v0.5.5

27 Sep 04:57
Compare
Choose a tag to compare

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

22 Sep 08:07
Compare
Choose a tag to compare

Supports publishing verification results

  • feat: implemented publishing verification results to the pact broker #44

Pact Verifier Library v0.6.0

22 Sep 07:51
Compare
Choose a tag to compare

Publishing verification results

  • feat: added some tests for publishing verification results to the pact broker #44
  • feat: implemented publishing verification results to the pact broker #44
  • feat: added the ProviderStateGenerator as a generator type

Pact Matching Library v0.5.4

22 Sep 07:14
Compare
Choose a tag to compare

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

07 Sep 02:47
Compare
Choose a tag to compare

First Release

This has been split out from the Pact Mock Server library.

Pact Mock Server Library v0.6.0

07 Sep 02:23
Compare
Choose a tag to compare

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

24 Aug 03:00
Compare
Choose a tag to compare

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

24 Aug 02:40
Compare
Choose a tag to compare

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

24 Aug 01:30
Compare
Choose a tag to compare

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

24 Aug 02:18
Compare
Choose a tag to compare

Support headers with multiple values

  • chore: bump the version of the matching lib
  • feat: support headers with multiple values