v0.3.0
·
10 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Minor release.
⚠️ Breaking change — Apiary reporter removed
The apiary reporter (--reporter apiary), the APIARY_API_* configuration, and the Apiary step of dredd init are removed. It uploaded test data to the third-party Apiary service (legacy, archived upstream). Use a file-based reporter instead:
dredd ./api.yaml http://host --reporter html --output report.html
dredd ./api.yaml http://host --reporter json --output report.json
Highlights since v0.2.1
- JSON reporter (#92) —
--reporter jsonwrites a machine-readable report (asummarystats block + per-transaction results). Built for automated consumers / tracking statistics over time. - Apiary reporter removed (#93) — see above.
- Documentation drift fixed (#94) — install instructions now correctly reference
@stacklych/dredd(not the archived upstreamdreddpackage), versioning/--languagedocs corrected.
Packages
Supported input: OpenAPI 3.0 and 3.1.
🤖 Generated with Claude Code