Skip to content

Releases

Latest stable

The current published stable release is

v6.0.6

. All @lumenflow/* packages are published together. See the Changelog for the full history.

v6.0.6— 2026-07-29

v6.0.5— 2026-07-28

v6.0.4— 2026-07-28

v6.0.3— 2026-07-27

v6.0.2— 2026-07-27

v6.0.1— 2026-07-27

v6.0.0— 2026-07-27

v5.19.0— 2026-07-25

v5.18.29— 2026-07-19

v5.18.28— 2026-07-19

For the full release history, see the Changelog.

Connected Compute runner packages are promoted by evidence, not by intention:

  • Private test artifact: named testers may use a one-time bootstrap or local artifact path.
  • Internal release: operators may use a versioned internal artifact after service wrapper, doctor, start/stop, drain, rollback, and uninstall evidence exists.
  • Public package manager: npm, WinGet, Homebrew, MSI, .pkg, .deb, .rpm, or tarball install commands appear only after the release manifest and smoke evidence verify that channel.

If a release note does not name a public runner package channel, use the documented private or internal setup path for that release. The general @lumenflow/cli package remains the workflow CLI; it is not proof that every connected-runner package channel has shipped.

To pull the latest version:

pnpm lumenflow:upgrade --latest

LumenFlow follows Semantic Versioning:

  • Major versions (X.0.0) may include breaking changes
  • Minor versions (0.X.0) add features, backwards compatible
  • Patch versions (0.0.X) fix bugs, backwards compatible

When pulling across major versions, check the Compatibility Matrix for supported Node.js and package-manager versions, and the Changelog for any notable changes.