Skip to content

v0.3.0

Choose a tag to compare

@dalberola dalberola released this 23 Jun 16:36
· 10 commits to main since this release
Immutable release. Only release title and notes can be modified.
0119c41

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 json writes a machine-readable report (a summary stats 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 upstream dredd package), versioning/--language docs corrected.

Packages

Supported input: OpenAPI 3.0 and 3.1.

🤖 Generated with Claude Code