You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR
This release upgrades the entire ExosphereHost stack to support more reliable graph execution, tighter CI/CD, multi‑platform container images, and a smoother developer experience across dashboard, landing page, and docs. It also bumps core dependencies (Next.js 15.5.2, TypeScript 5.9.2, ESLint 9.34.0, Ruff 0.12.11, Cryptography 45.0.7, Shiki 3.12.2, etc.).
✨ Highlights
Area
What changed
PRs
Graph runtime
• New retry policy with back‑off handling • Prune & re‑enqueue signals • Start_delay for scheduled nodes • UnitesStrategyEnum added to NodeTemplate validation • Model‑based parameter definitions (Beta)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
ExosphereHost 0.0.2 – Release Notes
✨ Highlights
• Prune & re‑enqueue signals
•
Start_delayfor scheduled nodes•
UnitesStrategyEnumadded toNodeTemplatevalidation• Model‑based parameter definitions (Beta)
• Multi‑platform image builds (linux/amd64, linux/arm64)
• Enhanced Docker Compose for local dev & docs
• Improved GitHub workflows, integration tests
• Image tag 0.0.2 rollout
• Minor bug fixes & default handling
• Quick‑start improvements
⚙️ Full Change Categories
Features & Enhancements
UnitesStrategyEnumintegration for fan‑in control (Add UnitesStrategyEnum and integrate into NodeTemplate validation #328).Developer Experience
CI/CD & Tooling
mainon canonical repo (ci: restrict image publish/deploy to canonical repo and main branch #329).Dependency Updates (grouped)
Bug Fixes
GraphTemplateand node defaults (Fixing validation_process for GraphTemplate #292, Fixing default for Dashboard #342).Documentation
🛠️ Upgrade Notes
docker pull exospherehost/runtime:0.0.2) on both x86_64 and ARM64 nodes.retry_policyorunitessemantics, review the new schema in docs before upgrading.Start_delayis optional; existing graphs run unchanged.pnpm install && pnpm buildto align with the bumped TypeScript, ESLint, and Next.js versions.🙏 Thanks
Big shout‑out to @NiveditJain, @nk‑ag, and all external contributors plus Dependabot for keeping the stack secure and up to date.
For questions or issues, open a discussion or file a bug on GitHub. Happy hacking with ExosphereHost 0.0.2!
This discussion was created from the release ExosphereHost 0.0.2 .
All reactions