Skip to content

Releases: znsio/specmatic

0.13.1

09 Jul 16:37
Compare
Choose a tag to compare

Fixes for optional value matching in json objects

0.13.0

08 Jul 07:57
Compare
Choose a tag to compare
  • Experimental support for recording contracts and stubs in proxy mode
  • Rewritten support for XML
  • Improved support for CI

0.12.2

02 Jul 09:11
Compare
Choose a tag to compare
  • Improved support for CI

0.12.1

26 Jun 07:26
Compare
Choose a tag to compare
  • 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

22 Jun 20:00
Compare
Choose a tag to compare
  • 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

16 Jun 12:50
Compare
Choose a tag to compare
  • 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

12 Jun 08:11
Compare
Choose a tag to compare

What's new:

  • Big improvements to Postman import
  • Added back the backward compatibility test command

0.10.0

01 Jun 16:33
Compare
Choose a tag to compare

What's new:

  • Convert stub files into Qontract files
  • Convert Postman collections into Qontract files
  • Improved support for CORS

0.9.0

25 May 16:00
Compare
Choose a tag to compare

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

19 May 07:20
Compare
Choose a tag to compare

What's new:

  • Support for message in Kafka
  • Faster comparison of contracts