Changelog
Copy MarkdownAll notable changes to this project will be documented in this file.
Unreleased
0.6.1 [2026-07-02]
- Improve report format
0.6.0 [2026-06-30]
- Add
--uioption
0.5.0 [2026-06-29]
- Visual improvements to CLI
- Add
replayfunctionality
0.4.0 [2026-06-27]
- Run workflows in parallel
- Replace
num_runsandhalt_on_errorformax_runsandmax_shrink_steps
0.3.0 [2026-06-27]
- New CLI with better workflow progress information, summary, etc.
- Always generate HAR file
0.2.3 [2026-06-24]
- breaking: Replace
max_runsfornum_runsandhalt_on_erroroptions inarazzo_document_test - feat:
Cuerdo.Arazzo.run_workflow/4accepts a document and theContextbuild arguments - fix: Cache OpenAPI schemas and Arazzo documents between workflows iteration
- fix: Print final error message before exiting
- feat: Store request/response history (HAR) in JSON report
- feat: Validate
workflow_inputsargument matchesinputsJSON schema - fix: Use
json_schema_resolverwhen validating workflow inputs, request body schema and response body schema
0.1.1 [2026-06-13]
- internal: Add evaluated expression for
FailedCriterion"simple"and"regex"type
0.1.0 [2026-06-12]
Initial version