Releases: znsio/specmatic
Releases · znsio/specmatic
0.13.1
Fixes for optional value matching in json objects
0.13.0
- Experimental support for recording contracts and stubs in proxy mode
- Rewritten support for XML
- Improved support for CI
0.12.2
- Improved support for CI
0.12.1
- Unexpected JSON keys in the response are not accepted now in test mode, unless the type defines a … key with no value, which is an explicit declaration that unexpected keys must be accepted and ignored
- Files in stub directories that are not loaded are logged to the console
- Improved error messages
0.12.0
- Improved error message in several areas
- Added basic instrumentation for when Qontract runs as a server for service virtualisation in a test environment
0.11.1
- Added nicer error messages for multipart mismatch errors
- Added strict flag for stub mode, with which the stub will respond with the concerned mismatch errors in case the stub doesn't match any input, instead of returning random values
0.11.0
What's new:
- Big improvements to Postman import
- Added back the backward compatibility test command
0.10.0
What's new:
- Convert stub files into Qontract files
- Convert Postman collections into Qontract files
- Improved support for CORS
0.9.0
What's new:
- Helper methods for invoking Kafka from Karate
- Dynamic stub over an HTTP API after Qontract has been started
- Stub reloads when contract files or stub files are updated
- Suggestions can be passed as a commandline argument
- Improvements to XML support
0.8.0
What's new:
- Support for message in Kafka
- Faster comparison of contracts