Skip to content

Releases: pact-foundation/pact-reference

Pact Mock Server Library v0.0.2

26 Sep 11:54
Compare
Choose a tag to compare

Updates required for verifying pacts and consumer test library

Pact Matching Library v0.0.2

26 Sep 10:57
Compare
Choose a tag to compare

Fixes required for verifing pacts

  • Implemented handling state change requests in the pact verifier
  • implemented rudimentary diff output on json bodies
  • Use a regex to detect the content type to handle extended types (e.g application/hal+json)
  • Implemented pact test where there are no pacts in the pact broker
  • implemented handling templated HAL URLs
  • renamed the pact_matching and pact_mock_server directories

Pact Mock Server Standalone v0.2.0

13 Jul 04:28
Compare
Choose a tag to compare

V2 Specification Implementation

Pact Mock Server Library v0.2.0

13 Jul 03:46
Compare
Choose a tag to compare

V2 Specification Implementation

Pact Matching Library v0.2.0

12 Jul 01:39
Compare
Choose a tag to compare

V2 specification implementation

Pact Mock Server Standalone v0.1.0

28 Jun 12:02
Compare
Choose a tag to compare

V1.1 Specification Implementation

Pact Mock Server Library v0.1.0

28 Jun 11:36
Compare
Choose a tag to compare

V1.1 Specification Implementation

Pact Matching Library v0.1.0

28 Jun 11:04
Compare
Choose a tag to compare

V1.1 Specification Implementation

Pact Mock Server Standalone v0.0.1

27 Jun 09:58
Compare
Choose a tag to compare

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

27 Jun 05:44
Compare
Choose a tag to compare

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