iii/v0.21.5

iii-hq/iiiiii/v0.21.5Jul 14, 2026by iii-hq-ci[bot]

AI Summary

A patch release introducing queue improvements, observability features, and fixes for worker listing and dependency graphs.

Key Highlights

  • Route enqueue actions through the queue worker.
  • Implemented live span start processor for real-time tracing updates.
  • Fixed iii worker list and status commands to reflect engine truth.
  • Validated dependency graphs without depth caps.

New Features

  • Engine functions list accepts a workers filter

Full Release Notes

## What's Changed
* fix(iii-worker): make `iii worker list`/`status` reflect engine truth (MOT-3931) by @andersonleal in https://github.com/iii-hq/iii/pull/1949
* feat(engine): engine::functions::list accepts a workers filter by @ytallo in https://github.com/iii-hq/iii/pull/1952
* chore(docs): re-render stale skill artifacts for iii-skill-render 0.4.28 by @anthonyiscoding in https://github.com/iii-hq/iii/pull/1931
* fix(queue): apply per-subscriber retry tuning in the builtin adapter by @ytallo in https://github.com/iii-hq/iii/pull/1957
* Docs/queue improvement by @anthonyiscoding in https://github.com/iii-hq/iii/pull/1951
* fix code sample drift from current SDK by @anthonyiscoding in https://github.com/iii-hq/iii/pull/1953
* (MOT-3944) feat(engine): route enqueue actions through queue worker by @ytallo in https://github.com/iii-hq/iii/pull/1950
* feat(observability): implement live span start processor for real-time tracing updates by @sergiofilhowz in https://github.com/iii-hq/iii/pull/1954


**Full Changelog**: https://github.com/iii-hq/iii/compare/iii/v0.21.4...iii/v0.21.5