Skip to content

0.17.0 - 2026-07-24

Choose a tag to compare

@github-actions github-actions released this 24 Jul 11:14
77687f8

Release Notes

Added

  • SubprocessDef declarative CLI invocation templates for headless workers (GH #83)
  • unified Clippy-style Diagnostic model + LintDecl registry (GH #79)
  • unify recovery contract for archived BPs + operator sessions (GH #81)
  • context_policy_lint bp_doctor family + strict-embed layers guide (GH #78)
  • F.fanout DSL builder + bp new fanout template + bundled sample (GH #82)

Fixed

  • register mlua-swarm-dsl / mlua-swarm-compile with release-plz version_group (lockstep bump to 0.16.0)
  • projection_root_seed_missing message names alternate root deterministically (GH #78)

Other

  • add mse://guides/bp-lifecycle guide + lifecycle cross-links (GH #80)

Install mlua-swarm-cli 0.17.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.17.0/mlua-swarm-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/ynishi/mlua-swarm/releases/download/v0.17.0/mlua-swarm-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

Download mlua-swarm-cli 0.17.0

File Platform Checksum
mlua-swarm-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mlua-swarm-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
mlua-swarm-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mlua-swarm-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mlua-swarm-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum