Releases: pactflow/swagger-mock-validator
12.2.0
12.1.0
12.0.0
11.5.0
11.4.0
11.3.1
What's Changed
- Configure Mend for GitHub.com by @mend-for-github-com in #11
- chore: add examples for logical keywords by @Inksprout in #13
- fix: replace unmaintained dependency request for axios (merge from upstream) by @vwong in #16
New Contributors
- @mend-for-github-com made their first contribution in #11
Full Changelog: 11.3.0...11.3.1
11.3.0
What's Changed
- chore: update docs to make release process clearer by @Inksprout in #5
- Add issue with wildcards in OpenAPI spec media types to FAQ by @basdijkstra in #6
- feat: filter requests by type to support v4 by @Inksprout in #7
New Contributors
- @basdijkstra made their first contribution in #6
Full Changelog: 11.2.0...11.3.0
11.1.0 - Allow V3 Pact Spec Headers
What's Changed
This release fixes a bug that prevented Pact spec V3 from being full compatible, due to request and response headers being an array rather than a string in V3.
What's Changed
- fix: Convert pact spec 3 headers to v1 format by @Inksprout in #4
New Contributors
- @Inksprout made their first contribution in #4
Full Changelog: 11.0.0...11.1.0
11.0.0 - Updates default setting of additionalPropertiesInResponse to false.
What's Changed
Full Changelog: 10.3.0...11.0.0
Updates default setting of additionalPropertiesInResponse
to false.
-A, --additionalPropertiesInResponse [boolean] allow additional properties in response bodies, default false
-R, --requiredPropertiesInResponse [boolean] allows required properties in response bodies, default false
Users may see verification failures now, where they previously did not before.
The flag can be set to true
or you can drop down to v10.3.0
See https://bitbucket.org/atlassian/swagger-mock-validator/issues/84/test-incorrectly-passes-when-mock-expects for context behind change
10.3.0 - Allow user to set response validation options
Full Changelog: 10.1.3...10.3.0
Add two news options, respecting the original tools default
-A, --additionalPropertiesInResponse [boolean] allow additional properties in response bodies, default true
-R, --requiredPropertiesInResponse [boolean] allows required properties in response bodies, default false
See https://bitbucket.org/atlassian/swagger-mock-validator/issues/84/test-incorrectly-passes-when-mock-expects for background