desktop@1.1.0

parruda/swarmdesktop@1.1.0Aug 8, 2026by github-actions[bot]

AI Summary

A desktop client update mirroring the CLI 1.1.0 load testing and YAMLFlow improvements.

Key Highlights

  • Local load mode with VUS and duration flags
  • Versioned YAMLFlow schema (version: 2)
  • HTTP assertions now enforced on import
  • Run blocks execute in dependency order

Breaking Changes

  • HTTP assertions in yamlflow files now enforced on import (previously silently dropped)
  • YAMLFlow schema versioning change to 'version: 2'

New Features

  • Local load mode (`flow run --vus/--duration`)
  • Load scenarios with percentile tables and load_report JSON
  • Versioned yamlflow schema (`version: 2`)
  • HTTP assertions enforced on import
  • Run blocks execute in dependency order
  • run-flows GitHub Action for CI
  • Real build-version reporting in devtools version

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