Skip to content

Releases: pact-foundation/pact-stub-server

0.0.8

13 May 05:43
Compare
Choose a tag to compare

Updated to V3 Pact specification + bugfixes

  • fix: for PUT, POST and PATCH requests, also check the body of the request #10
  • Added 'Content-Type' to allowed headers to allow POST requests to have json bodies (Tom Stones)
  • Split release-osx into separate osx/ios shell scripts (Tom Stones)
  • Fix online rust docs (Stepan Leibo)

0.0.7

13 Nov 04:10
Compare
Choose a tag to compare

Fixes to work with pact_matching 0.3.1.

0.0.6

22 Oct 22:41
Compare
Choose a tag to compare

Updated pact_matching to latest version

0.0.5

24 Sep 01:17
Compare
Choose a tag to compare

Added additional CORS headers for pre-flight requests

0.0.4

21 Sep 00:06
Compare
Choose a tag to compare

Fix for the automatic responding to CORS pre-flight requests

0.0.3

20 Sep 00:17
Compare
Choose a tag to compare

Auto handle CORS pre-flight requests

Added an option to respond with a default 200 on any unmatched OPTION request.

0.0.2

04 May 01:44
Compare
Choose a tag to compare

Bugfix Release

This fixes the panic that occurs when run where there is no terminal. In that case it falls back to a simple logger.

Changelog:

  • Upgraded simple_log crate to 0.4.2 and switch to a simple logger if the term logger fails due to there not being a terminal #2

0.0.1

26 Oct 04:03
Compare
Choose a tag to compare

return the closest matching interaction, based on the body and headers

0.0.0

05 Oct 05:19
Compare
Choose a tag to compare

First Release