Releases: znsio/specmatic
Releases · znsio/specmatic
2.0.3
What's Changed
- Support configuration of some flags through Specmatic configuration file by @yogeshnikam671 in #1202
- Fix API Coverage Report For Endpoints in API Specifications by @StarKhan6368 in #1183
- Ensure non-zero exit code for TestCommand on test failures. by @StarKhan6368 in #1208
Full Changelog: 2.0.2...2.0.3
2.0.2
Upgrading version to 2.0.2
2.0.1
What's Changed
- Resolve minor config Issue in StubCommand. by @StarKhan6368 in #1195
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Rename groupId from in.specmatic to io.specmatic by @yogeshnikam671 in #1193
Full Changelog: 1.3.39...2.0.0
1.3.39
NOTE: "in.specmatic" is moving to "io.specmatic"
Updates will no longer be available under the deprecated group ID "in.specmatic".
Please update your dependencies to use the new group ID "io.specmatic".
What's Changed
- [BUG FIX] breadCrumb key getting printed even though there is no message associated with it by @yogeshnikam671 in #1184
- Alias
provides
totest
andconsumes
tostub
for Specmatic Config. by @StarKhan6368 in #1185
New Contributors
- @StarKhan6368 made their first contribution in #1185
Full Changelog: 1.3.38...1.3.39
1.3.38
What's Changed
- Enable negativeBasedOn to generate negatives based on the config passed. by @yogeshnikam671 in #1179
Full Changelog: 1.3.37...1.3.38
1.3.37
What's Changed
- Revert invalid contract path check by @yogeshnikam671 in #1178
Full Changelog: 1.3.36...1.3.37
1.3.36
What's Changed
- Updated the test generation logic for StringPattern to take minLength and maxLength into account by @joelrosario in #1169
- Ensure that NumberPattern generates a 3 digit number by @joelrosario in #1170
- Fix java bytecode interoperability issue introduced because of 'require' by @yogeshnikam671 in #1147
- Log error when invalid contract paths are selected by user by @yogeshnikam671 in #1140
- Enable generation of double value when isDoubleFormat is true and min and max are not set by @yogeshnikam671 in #1176
Full Changelog: 1.3.35...1.3.36
1.3.35
What's Changed
- Run both inline and external examples as test by @joelrosario in #1165
- Validate externalized example responses by @joelrosario in #1164
- Fix the check for warnings when a request example has no matching response example by @joelrosario in #1166
- Fix for case in which the example does not contain a response content-type by @joelrosario in #1167
- Fix to how security schemes are parsed by @joelrosario in #1168
Full Changelog: 1.3.34...1.3.35
1.3.34
What's Changed
- Use
_examples
as default folder for both externalised test and stub data by @harikrishnan83 in #1162
Full Changelog: 1.3.33...1.3.34