Releases: iii-hq/iii
Releases · iii-hq/iii
iii 0.16.0-next.2
What's Changed
- feat: add worker custom trigger type to iii-worker-ops by @sergiofilhowz in #1683
- docs(0.13): archive 0.12 snapshot and add 0.13 changelog by @guibeira in #1677
- feat(iii-worker): expand ${VAR} in worker config: at start time by @andersonleal in #1685
- fix(engine,sdk): improve trigger registration error visibility by @guibeira in #1644
- fix(iii-worker): inject default PATH for guests with no OCI env by @andersonleal in #1687
- Refocus top-level iii skills and inline examples by @rohitg00 in #1688
- feat/iii-observability by @guibeira in #1678
- docs phase 2: creating-workers section + landing copy nit by @anthonyiscoding in #1664
- refactor(rust-sdk)!: simplify register_function — 3 constructors + IIIError handlers by @guibeira in #1578
- fix(ci): correct prerelease version bumps + sync observability manifests by @ytallo in #1692
- fix(ci): sync iii-observability with iii on release bump by @guibeira in #1695
Full Changelog: iii/v0.13.0...iii/v0.16.0-next.2
iii 0.16.0-next.1
What's Changed
- feat: add worker custom trigger type to iii-worker-ops by @sergiofilhowz in #1683
- docs(0.13): archive 0.12 snapshot and add 0.13 changelog by @guibeira in #1677
- feat(iii-worker): expand ${VAR} in worker config: at start time by @andersonleal in #1685
- fix(engine,sdk): improve trigger registration error visibility by @guibeira in #1644
- fix(iii-worker): inject default PATH for guests with no OCI env by @andersonleal in #1687
- Refocus top-level iii skills and inline examples by @rohitg00 in #1688
- feat/iii-observability by @guibeira in #1678
- docs phase 2: creating-workers section + landing copy nit by @anthonyiscoding in #1664
- refactor(rust-sdk)!: simplify register_function — 3 constructors + IIIError handlers by @guibeira in #1578
Full Changelog: iii/v0.13.0...iii/v0.16.0-next.1
iii 0.15.0-next.1
What's Changed
- feat: add worker custom trigger type to iii-worker-ops by @sergiofilhowz in #1683
- docs(0.13): archive 0.12 snapshot and add 0.13 changelog by @guibeira in #1677
- feat(iii-worker): expand ${VAR} in worker config: at start time by @andersonleal in #1685
- fix(engine,sdk): improve trigger registration error visibility by @guibeira in #1644
- fix(iii-worker): inject default PATH for guests with no OCI env by @andersonleal in #1687
- Refocus top-level iii skills and inline examples by @rohitg00 in #1688
- feat/iii-observability by @guibeira in #1678
Full Changelog: iii/v0.13.0...iii/v0.15.0-next.1
iii 0.13.0
What's Changed
- ci: scope license agreement check to engine PRs by @ytallo in #1641
- docs(creating-workers): unhide section and refresh README by @rohitg00 in #1651
- docs(channels): add current 0.12 pages by @rohitg00 in #1654
- fix(engine): pass -y when stopping external workers by @guibeira in #1655
- fix(console/install.sh): accept iii/v* monorepo release tags by @guibeira in #1660
- feat(sdk)!: remove register_service from all SDKs by @guibeira in #1662
- feat(telemetry): add posthog usage tracking by @rohitg00 in #1657
- feat(workflows): add scripts for discovering and publishing worker skills by @sergiofilhowz in #1667
- docs(http): add agent skills bundle for iii-http worker by @rohitg00 in #1668
- refactor(sdk)!: drop unused telemetry exports across all SDKs by @guibeira in #1676
- feat(engine)!: rework discovery builtins; drop hand-written SDK discovery types by @sergiofilhowz in #1675
- feat(iii-worker): add bundle worker install pipeline by @andersonleal in #1674
- docs(readme): show stable crates.io version in badge by @guibeira in #1656
- docs(pubsub): add agent skills bundle for iii-pubsub worker by @rohitg00 in #1672
- docs(exec): add agent skills bundle for iii-exec worker by @rohitg00 in #1671
- fix(telemetry): dedupe PostHog payloads and add website session replay by @rohitg00 in #1680
- docs(observability): add agent skills bundle for iii-observability worker by @rohitg00 in #1670
- Add/website button clicks by @anthonyiscoding in #1681
- skillkit -> skills by @anthonyiscoding in #1682
- docs(cron): add agent skills bundle for iii-cron worker by @rohitg00 in #1666
- docs(stream): add agent skills bundle for iii-stream worker by @rohitg00 in #1665
- docs(http): add JSON samples to worked examples in skills bundle by @rohitg00 in #1673
- docs(bridge): add agent skills bundle for iii-bridge worker by @rohitg00 in #1669
- Update iii skills docs and worker coverage by @rohitg00 in #1661
- feat(iii-worker): make sandbox::* handlers agent-friendly by @andersonleal in #1679
Full Changelog: iii/v0.12.0...iii/v0.13.0
iii 0.14.0-next.2
What's Changed
- feat: add worker custom trigger type to iii-worker-ops by @sergiofilhowz in #1683
- docs(0.13): archive 0.12 snapshot and add 0.13 changelog by @guibeira in #1677
- feat(iii-worker): expand ${VAR} in worker config: at start time by @andersonleal in #1685
- fix(engine,sdk): improve trigger registration error visibility by @guibeira in #1644
- fix(iii-worker): inject default PATH for guests with no OCI env by @andersonleal in #1687
Full Changelog: iii/v0.13.0...iii/v0.14.0-next.2
iii 0.13.0-next.1
What's Changed
- ci: scope license agreement check to engine PRs by @ytallo in #1641
- docs(creating-workers): unhide section and refresh README by @rohitg00 in #1651
- docs(channels): add current 0.12 pages by @rohitg00 in #1654
- fix(engine): pass -y when stopping external workers by @guibeira in #1655
- fix(console/install.sh): accept iii/v* monorepo release tags by @guibeira in #1660
- feat(sdk)!: remove register_service from all SDKs by @guibeira in #1662
- feat(telemetry): add posthog usage tracking by @rohitg00 in #1657
- feat(workflows): add scripts for discovering and publishing worker skills by @sergiofilhowz in #1667
- docs(http): add agent skills bundle for iii-http worker by @rohitg00 in #1668
- refactor(sdk)!: drop unused telemetry exports across all SDKs by @guibeira in #1676
- feat(engine)!: rework discovery builtins; drop hand-written SDK discovery types by @sergiofilhowz in #1675
- feat(iii-worker): add bundle worker install pipeline by @andersonleal in #1674
Full Changelog: iii/v0.12.0...iii/v0.13.0-next.1
iii 0.12.0
What's Changed
- Add a static blog site by @anthonyiscoding in #1605
- chore: update contact email from support@motia.dev to team@iii.dev by @anthonyiscoding in #1606
- feat(website,blog): add blog links to nav and footers by @anthonyiscoding in #1608
- feat(iii-browser): expose addConnectionStateListener on ISdk by @ytallo in #1611
- blog: Harness post + Shiki typography by @rohitg00 in #1609
- blog: publish dates, harness diagram, and header theme toggle by @rohitg00 in #1613
- feat(cli): iii project (init / generate-docker) + retire iii create by @guibeira in #1607
- docs: update Discord invite link by @rohitg00 in #1614
- fix(rust-sdk): drop duplicate registration frames on first WS connect by @sergiofilhowz in #1616
- fix(website,docs): resolve indexing issues by @rohitg00 in #1574
- fix(state,stream): support nested append paths in atomic update ops by @deep-name in #1612
- chore: pin @TanStack router deps to exact versions by @ytallo in #1625
- feat(iii-worker): worker::* SDK triggers + worker-manager-daemon by @andersonleal in #1624
- fix(iii-worker): remove non-existent
iii startfrom helper texts by @andersonleal in #1628 - fix(http): stream JSON raw request bodies by @rohitg00 in #1632
- fix(engine): apply config hot-reload to socket-bound and consumer workers by @guibeira in #1638
- feat(sdk): trace correlation primitives across Rust/Node/Python by @andersonleal in #1642
- feat(engine): trace correlation Layers 2B + 3a by @andersonleal in #1643
- DX Improvements - Round 1 by @guibeira in #1623
- fix(ci): update publish workflow to new
iii triggerCLI shape by @guibeira in #1646 - fix(ci): correct release version bumps + migrate to tested python by @ytallo in #1645
- docs(blog): add Mike and Rohit blog posts by @rohitg00 in #1647
- chore: bump versions for release -- iii(iii/v0.12.0) by @ytallo in #1650
New Contributors
- @deep-name made their first contribution in #1612
Full Changelog: iii/v0.11.6...iii/v0.12.0
iii 0.14.0-next.1
What's Changed
- Add a static blog site by @anthonyiscoding in #1605
- chore: update contact email from support@motia.dev to team@iii.dev by @anthonyiscoding in #1606
- feat(website,blog): add blog links to nav and footers by @anthonyiscoding in #1608
- feat(iii-browser): expose addConnectionStateListener on ISdk by @ytallo in #1611
- blog: Harness post + Shiki typography by @rohitg00 in #1609
- blog: publish dates, harness diagram, and header theme toggle by @rohitg00 in #1613
- feat(cli): iii project (init / generate-docker) + retire iii create by @guibeira in #1607
- docs: update Discord invite link by @rohitg00 in #1614
- fix(rust-sdk): drop duplicate registration frames on first WS connect by @sergiofilhowz in #1616
- fix(website,docs): resolve indexing issues by @rohitg00 in #1574
- fix(state,stream): support nested append paths in atomic update ops by @deep-name in #1612
- chore: pin @TanStack router deps to exact versions by @ytallo in #1625
- feat(iii-worker): worker::* SDK triggers + worker-manager-daemon by @andersonleal in #1624
- fix(iii-worker): remove non-existent
iii startfrom helper texts by @andersonleal in #1628 - fix(http): stream JSON raw request bodies by @rohitg00 in #1632
- fix(engine): apply config hot-reload to socket-bound and consumer workers by @guibeira in #1638
- feat(sdk): trace correlation primitives across Rust/Node/Python by @andersonleal in #1642
- feat(engine): trace correlation Layers 2B + 3a by @andersonleal in #1643
- DX Improvements - Round 1 by @guibeira in #1623
- fix(ci): update publish workflow to new
iii triggerCLI shape by @guibeira in #1646 - fix(ci): respect minor/major bump in prerelease channel by @ytallo in #1645
New Contributors
- @deep-name made their first contribution in #1612
Full Changelog: iii/v0.11.6...iii/v0.14.0-next.1
iii 0.12.0-next.1
What's Changed
- Add a static blog site by @anthonyiscoding in #1605
- chore: update contact email from support@motia.dev to team@iii.dev by @anthonyiscoding in #1606
- feat(website,blog): add blog links to nav and footers by @anthonyiscoding in #1608
- feat(iii-browser): expose addConnectionStateListener on ISdk by @ytallo in #1611
- blog: Harness post + Shiki typography by @rohitg00 in #1609
- blog: publish dates, harness diagram, and header theme toggle by @rohitg00 in #1613
- feat(cli): iii project (init / generate-docker) + retire iii create by @guibeira in #1607
- docs: update Discord invite link by @rohitg00 in #1614
- fix(rust-sdk): drop duplicate registration frames on first WS connect by @sergiofilhowz in #1616
- fix(website,docs): resolve indexing issues by @rohitg00 in #1574
- fix(state,stream): support nested append paths in atomic update ops by @deep-name in #1612
- chore: pin @TanStack router deps to exact versions by @ytallo in #1625
- feat(iii-worker): worker::* SDK triggers + worker-manager-daemon by @andersonleal in #1624
- fix(iii-worker): remove non-existent
iii startfrom helper texts by @andersonleal in #1628 - fix(http): stream JSON raw request bodies by @rohitg00 in #1632
- fix(engine): apply config hot-reload to socket-bound and consumer workers by @guibeira in #1638
- feat(sdk): trace correlation primitives across Rust/Node/Python by @andersonleal in #1642
- feat(engine): trace correlation Layers 2B + 3a by @andersonleal in #1643
- DX Improvements - Round 1 by @guibeira in #1623
- fix(ci): update publish workflow to new
iii triggerCLI shape by @guibeira in #1646 - fix(ci): respect minor/major bump in prerelease channel by @ytallo in #1645
New Contributors
- @deep-name made their first contribution in #1612
Full Changelog: iii/v0.11.6...iii/v0.12.0-next.1
iii 0.11.7-next.4
What's Changed
- Add a static blog site by @anthonyiscoding in #1605
- chore: update contact email from support@motia.dev to team@iii.dev by @anthonyiscoding in #1606
- feat(website,blog): add blog links to nav and footers by @anthonyiscoding in #1608
- feat(iii-browser): expose addConnectionStateListener on ISdk by @ytallo in #1611
- blog: Harness post + Shiki typography by @rohitg00 in #1609
- blog: publish dates, harness diagram, and header theme toggle by @rohitg00 in #1613
- feat(cli): iii project (init / generate-docker) + retire iii create by @guibeira in #1607
- docs: update Discord invite link by @rohitg00 in #1614
- fix(rust-sdk): drop duplicate registration frames on first WS connect by @sergiofilhowz in #1616
- fix(website,docs): resolve indexing issues by @rohitg00 in #1574
- fix(state,stream): support nested append paths in atomic update ops by @deep-name in #1612
- chore: pin @TanStack router deps to exact versions by @ytallo in #1625
- feat(iii-worker): worker::* SDK triggers + worker-manager-daemon by @andersonleal in #1624
- fix(iii-worker): remove non-existent
iii startfrom helper texts by @andersonleal in #1628 - fix(http): stream JSON raw request bodies by @rohitg00 in #1632
- fix(engine): apply config hot-reload to socket-bound and consumer workers by @guibeira in #1638
- feat(sdk): trace correlation primitives across Rust/Node/Python by @andersonleal in #1642
- feat(engine): trace correlation Layers 2B + 3a by @andersonleal in #1643
- DX Improvements - Round 1 by @guibeira in #1623
- fix(ci): update publish workflow to new
iii triggerCLI shape by @guibeira in #1646
New Contributors
- @deep-name made their first contribution in #1612
Full Changelog: iii/v0.11.6...iii/v0.11.7-next.4