Skip to content

Releases: iii-hq/iii

iii 0.20.0

24 Jun 20:53

Choose a tag to compare

What's Changed

  • refactor(sdk)!: cross-language parity, @iii-dev/helpers, and submodule reorg by @guibeira in #1848

Full Changelog: iii/v0.19.7...iii/v0.20.0

iii 0.19.7

24 Jun 14:37

Choose a tag to compare

What's Changed

  • docs(changelog): add 0.19.6 entry for erofs overlay lower by @guibeira in #1906
  • refactor(configuration): persist value-only YAML, drop schema from disk by @andersonleal in #1901
  • fix(iii-worker): full VM restart for overlay local workers on source edits by @andersonleal in #1908
  • feat(configuration): strip redundant config.yaml blocks once persisted by @andersonleal in #1907
  • fix(release): add bump=none to iterate pre-release trains by @guibeira in #1909

Full Changelog: iii/v0.19.6...iii/v0.19.7

iii 0.20.0-next.1

24 Jun 20:28

Choose a tag to compare

iii 0.20.0-next.1 Pre-release
Pre-release

What's Changed

  • refactor(sdk)!: cross-language parity, @iii-dev/helpers, and submodule reorg by @guibeira in #1848

Full Changelog: iii/v0.19.7...iii/v0.20.0-next.1

iii 0.19.7-next.2

24 Jun 19:33

Choose a tag to compare

iii 0.19.7-next.2 Pre-release
Pre-release

What's Changed

  • refactor(sdk)!: cross-language parity, @iii-dev/helpers, and submodule reorg by @guibeira in #1848

Full Changelog: iii/v0.19.7...iii/v0.19.7-next.2

iii 0.19.7-alpha.1 (alpha)

24 Jun 17:14

Choose a tag to compare

Pre-release
iii-alpha/v0.19.7-alpha.1

Alpha release iii-alpha/v0.19.7-alpha.1

iii 0.19.6

23 Jun 11:18

Choose a tag to compare

What's Changed

  • fix(ci): grant id-token: write to alpha-release (fixes startup_failure) by @guibeira in #1866
  • fix(ci): alpha-release publishes iii-helpers + fixes worker payload by @guibeira in #1867
  • Update README.md to include configuration worker by @rohitg00 in #1868
  • docs(changelog): sync entries to real GitHub releases by @guibeira in #1869
  • fix(iii-worker): rerun install on worker add --force when dependencies change by @andersonleal in #1865
  • feat(ci): trigger downstream validations after release by @guibeira in #1871
  • feat(engine): runtime-configurable iii-pubsub via the configuration worker by @andersonleal in #1878
  • feat(engine): runtime-configurable iii-stream via the configuration worker by @andersonleal in #1876
  • feat(iii-cron): consume the configuration worker (runtime adapter hot-swap) by @andersonleal in #1875
  • docs: guide users through the "KVM not accessible" worker error by @guibeira in #1877
  • feat(iii-queue): consume the configuration worker for runtime config by @andersonleal in #1873
  • feat(engine): runtime-configurable iii-observability via the configuration worker by @andersonleal in #1859
  • feat(website): add /privacy-policy page by @rohitg00 in #1857
  • fix(website): point footer privacy link to /privacy-policy.html by @rohitg00 in #1887
  • fix(iii-worker): infer --release for rust workers (MOT-3459 Defect 1) by @andersonleal in #1888
  • feat(iii-worker): shared read-only rootfs overlay (squashfs base + per-worker ext4 upper) by @andersonleal in #1886
  • docs(readme): add worker and package download badges by @rohitg00 in #1898
  • ci: speed up PR builds without dropping targets by @guibeira in #1881
  • fix(console): restore request-body pre-fill on functions page by @guibeira in #1870
  • fix(iii-init,iii-worker): harden overlay local-worker boot (host-src mount retry + squashfs fd limit) by @andersonleal in #1899
  • fix(iii-worker,iii-init): use erofs (not squashfs) for the overlay lower by @andersonleal in #1904

Full Changelog: iii/v0.19.4...iii/v0.19.6

iii 0.19.7-next.1

23 Jun 22:28

Choose a tag to compare

iii 0.19.7-next.1 Pre-release
Pre-release

What's Changed

  • docs(changelog): add 0.19.6 entry for erofs overlay lower by @guibeira in #1906
  • refactor(configuration): persist value-only YAML, drop schema from disk by @andersonleal in #1901
  • fix(iii-worker): full VM restart for overlay local workers on source edits by @andersonleal in #1908

Full Changelog: iii/v0.19.6...iii/v0.19.7-next.1

iii 0.19.6-next.1

22 Jun 20:52

Choose a tag to compare

iii 0.19.6-next.1 Pre-release
Pre-release

What's Changed

  • fix(ci): grant id-token: write to alpha-release (fixes startup_failure) by @guibeira in #1866
  • fix(ci): alpha-release publishes iii-helpers + fixes worker payload by @guibeira in #1867
  • Update README.md to include configuration worker by @rohitg00 in #1868
  • docs(changelog): sync entries to real GitHub releases by @guibeira in #1869
  • fix(iii-worker): rerun install on worker add --force when dependencies change by @andersonleal in #1865
  • feat(ci): trigger downstream validations after release by @guibeira in #1871
  • feat(engine): runtime-configurable iii-pubsub via the configuration worker by @andersonleal in #1878
  • feat(engine): runtime-configurable iii-stream via the configuration worker by @andersonleal in #1876
  • feat(iii-cron): consume the configuration worker (runtime adapter hot-swap) by @andersonleal in #1875
  • docs: guide users through the "KVM not accessible" worker error by @guibeira in #1877
  • feat(iii-queue): consume the configuration worker for runtime config by @andersonleal in #1873
  • feat(engine): runtime-configurable iii-observability via the configuration worker by @andersonleal in #1859
  • feat(website): add /privacy-policy page by @rohitg00 in #1857
  • fix(website): point footer privacy link to /privacy-policy.html by @rohitg00 in #1887
  • fix(iii-worker): infer --release for rust workers (MOT-3459 Defect 1) by @andersonleal in #1888
  • feat(iii-worker): shared read-only rootfs overlay (squashfs base + per-worker ext4 upper) by @andersonleal in #1886
  • docs(readme): add worker and package download badges by @rohitg00 in #1898
  • ci: speed up PR builds without dropping targets by @guibeira in #1881
  • fix(console): restore request-body pre-fill on functions page by @guibeira in #1870
  • fix(iii-init,iii-worker): harden overlay local-worker boot (host-src mount retry + squashfs fd limit) by @andersonleal in #1899
  • fix(iii-worker,iii-init): use erofs (not squashfs) for the overlay lower by @andersonleal in #1904

Full Changelog: iii/v0.19.4...iii/v0.19.6-next.1

iii 0.19.5-next.1

22 Jun 16:12

Choose a tag to compare

iii 0.19.5-next.1 Pre-release
Pre-release

What's Changed

  • fix(ci): grant id-token: write to alpha-release (fixes startup_failure) by @guibeira in #1866
  • fix(ci): alpha-release publishes iii-helpers + fixes worker payload by @guibeira in #1867
  • Update README.md to include configuration worker by @rohitg00 in #1868
  • docs(changelog): sync entries to real GitHub releases by @guibeira in #1869
  • fix(iii-worker): rerun install on worker add --force when dependencies change by @andersonleal in #1865
  • feat(ci): trigger downstream validations after release by @guibeira in #1871
  • feat(engine): runtime-configurable iii-pubsub via the configuration worker by @andersonleal in #1878
  • feat(engine): runtime-configurable iii-stream via the configuration worker by @andersonleal in #1876
  • feat(iii-cron): consume the configuration worker (runtime adapter hot-swap) by @andersonleal in #1875
  • docs: guide users through the "KVM not accessible" worker error by @guibeira in #1877
  • feat(iii-queue): consume the configuration worker for runtime config by @andersonleal in #1873
  • feat(engine): runtime-configurable iii-observability via the configuration worker by @andersonleal in #1859
  • feat(website): add /privacy-policy page by @rohitg00 in #1857
  • fix(website): point footer privacy link to /privacy-policy.html by @rohitg00 in #1887
  • fix(iii-worker): infer --release for rust workers (MOT-3459 Defect 1) by @andersonleal in #1888
  • feat(iii-worker): shared read-only rootfs overlay (squashfs base + per-worker ext4 upper) by @andersonleal in #1886
  • docs(readme): add worker and package download badges by @rohitg00 in #1898
  • ci: speed up PR builds without dropping targets by @guibeira in #1881
  • fix(console): restore request-body pre-fill on functions page by @guibeira in #1870
  • fix(iii-init,iii-worker): harden overlay local-worker boot (host-src mount retry + squashfs fd limit) by @andersonleal in #1899

Full Changelog: iii/v0.19.4...iii/v0.19.5-next.1

iii 0.19.4-alpha.5 (alpha)

20 Jun 13:38

Choose a tag to compare

Pre-release
iii-alpha/v0.19.4-alpha.5

Alpha release iii-alpha/v0.19.4-alpha.5