Releases: apiaryio/dredd
Releases · apiaryio/dredd
v12.0.6
v12.0.5
v12.0.4
v12.0.3
v12.0.2
v12.0.1
v12.0.0
12.0.0 (2019-08-20)
Bug Fixes
- improves explanatory comments and ApiaryReporter property fallbacks (8fb3820)
- deps: update markdown-it requirement from 9.0.1 to 9.1.0 (0ef2e96)
Features
- reformats ApiaryReporter structure (a159b48)
- stores "general" transaction errors in "transaction.errors" (1df1e4a)
BREAKING CHANGES
-
- Apiary Reporter now contains test run result under "results.validationResult":
- apiaryReporterPayload.resultData.results
+ apiaryReporterPayload.results.validationResult
- Apiary Reporter now includes a test run errors (not HTTP message validation errors):
+ apiaryReporterPayload.results.errors
-
- Error that occurred during the transaction run (not directly related to HTTP message validation) are not stored under
transaction.errors
. Consider migrating if your code accesses those general errors:
- Error that occurred during the transaction run (not directly related to HTTP message validation) are not stored under
- transaction.results.general.results
+ transaction.errors