Changelog
Track every update, feature, and fix shipped to HostStack.
v0.10.0
Improvement
April 7, 2026Dashboard consistency audit and landing page polish
- Service URL links now open in a new tab instead of navigating within the dashboard
- Moved environment groups to a top-level route for easier access
- Removed redundant sub-page headings — tabs now handle navigation
- Unified card designs across projects, services, and databases
- Added theme toggle to mobile navigation
- Fixed comparison table data accuracy
- Fixed dark mode colors on pricing page badges
v0.9.0
Feature
April 6, 2026Service creation wizard and deploy progress
- Step-based service creation wizard with runtime, plan, and region selection
- Connected resources section on service overview (domains, databases, env groups)
- Real-time deploy progress indicator with build phases
- Keyboard shortcuts for common actions (Ctrl+K search, Ctrl+N new)
- Per-service cost estimation based on plan and instance count
- Last deployed tracking with trigger source (GitHub, manual, CLI)
v0.8.0
Improvement
March 28, 2026Production readiness and reliability
- Data integrity improvements across all database operations
- Enhanced error handling and retry logic for deploys
- Improved frontend table overflow and accessibility
- WebSocket connection reliability improvements
- Rate limiting and abuse prevention hardening
v0.7.0
Fix
March 20, 2026Security audit and correctness fixes
- Comprehensive security audit across auth, API keys, and session handling
- Fixed CORS and CSRF protection issues
- Improved input validation on all API endpoints
- Added observability and structured logging
- Frontend UX fixes for error states and loading indicators
v0.6.0
Feature
March 12, 2026Dashboard overhaul
- Redesigned settings pages with tabbed navigation
- Full CRUD for projects, services, databases, and domains
- Real-time WebSocket updates for deploy status and notifications
- Service creation flow with GitHub repo selection
- Collapsible sidebar with pinned projects
v0.5.0
Feature
March 1, 2026CLI and SDK launch
- @hoststack/cli — full-featured CLI for terminal workflows
- @hoststack/sdk — TypeScript SDK for programmatic access
- hoststack.yaml support for infrastructure as code
- Deploy, log streaming, and database commands from the terminal
- Environment variable management via CLI and SDK