cli@1.1.0
krillinai/OpenCreatorcli@1.1.0Aug 8, 2026by github-actions[bot]
AI Summary
This release introduces foundational load testing capabilities, including local load mode, versioned YAMLFlow schemas, strict dependency execution, and a new GitHub Action for CI.
Key Highlights
- New local load mode with VUs and duration flags
- Versioned YAMLFlow schema (`version: 2`)
- HTTP assertions enforced on import (previously dropped)
- run: blocks execute in dependency order with strict failure modes
- New `run-flows` GitHub Action for CI
New Features
- Load testing foundations (local mode with percentile tables)
- Versioned yamlflow schema
- HTTP assertions enforcement on import
- Dependency order execution in run blocks
- run-flows GitHub Action for CI
- Real build-version reporting
Full Release Notes
## 1.1.0 (2026-08-08) ### 🚀 Features - Load testing foundations: local load mode (`flow run --vus/--duration` and `load:` scenarios with percentile tables + `load_report` JSON), versioned yamlflow schema (`version: 2`), HTTP assertions in yamlflow files now enforced on import (previously silently dropped), `run:` blocks execute in dependency order with strict failure modes (failed dependencies skip-and-continue instead of aborting the run), `run-flows` GitHub Action for CI, and real build-version reporting in `devtools version`. ([9a3152a3](https://github.com/the-dev-tools/dev-tools/commit/9a3152a3)) ### ❤️ Thank You - moosebay > **Note:** Windows binaries are unavailable in this release due to a build issue; use cli@1.1.1.