Releases: pact-foundation/pact-stub-server
Releases · pact-foundation/pact-stub-server
0.0.8
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
Fixes to work with pact_matching 0.3.1.
0.0.6
Updated pact_matching to latest version
0.0.5
Added additional CORS headers for pre-flight requests
0.0.4
Fix for the automatic responding to CORS pre-flight requests
0.0.3
Auto handle CORS pre-flight requests
Added an option to respond with a default 200 on any unmatched OPTION request.
0.0.2
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
return the closest matching interaction, based on the body and headers