Skip to content

Releases: pact-foundation/pact-reference

Pact Mock Server Library v0.3.0

19 Oct 23:32
Compare
Choose a tag to compare

Backported matching rules from V3 branch

  • Backported the matching rules from the V3 branch #20

Pact Matching Library v0.3.0

19 Oct 22:17
Compare
Choose a tag to compare

Backported matching rules from V3 branch

  • [BUG] pact_matching: Parse JSON paths with _ (thanks to @emk)
  • Backported the matching rules from the V3 branch #20

Pact Verifier Library v0.2.1

17 May 00:29
Compare
Choose a tag to compare

Replace rustc_serialize with serde_json

  • Cleanup unused imports and unreachable pattern warning messages (@adamtsis)
  • Cleanup unused BTreeMap usages and use remote pact dependencies (@adamtsis)
  • Migrate remaining pact modules over to serde (@adamtsis)

Pact Mock Server Library v0.2.2

17 May 00:14
Compare
Choose a tag to compare

Replace rustc_serialize with serde_json

  • Cleanup unused BTreeMap usages and use remote pact dependencies (@adamtsis)
  • Migrate remaining pact modules over to serde (@adamtsis)

Pact Matching Library v0.2.2

16 May 07:25
Compare
Choose a tag to compare

Bugfix Release + Replace rustc_serialize with serde_json

  • Replaced deprecated rustc_serialize lib with serde_json (@adamtsis)
  • Supports camel case format pact specifications (@adamtsis)
  • correct the doc URL in the cargo manifest
  • correct updating the documentation URL in the release script

Pact Mock Server Standalone v0.2.3

23 Apr 07:40
Compare
Choose a tag to compare

This fixes the issue with running the mock server where there is only a simple console.

  • Change no-console-log to no-term-log and use a simple logger if it is set #6

Pact Mock Server Standalone v0.2.2

21 Apr 04:34
Compare
Choose a tag to compare

Bugfix release

  • correct the displayed help for the pact_mock_server_cli
  • upgraded simple log crate and added cli options to disable file or console logging #6

Pact Mock Server Standalone v0.1.2

21 Apr 04:11
Compare
Choose a tag to compare

Bugfix release

  • correct the displayed help for the pact_mock_server_cli
  • upgraded simple log crate and added cli options to disable file or console logging #6

Pact Mock Server Standalone v0.0.2

21 Apr 03:32
Compare
Choose a tag to compare

Bugfix release

  • correct the displayed help for the pact_mock_server_cli
  • upgraded simple log crate and added cli options to disable file or console logging #6

Pact Verifier CLI 0.2.0

09 Oct 06:21
Compare
Choose a tag to compare

V2 specification implementation