Changelog
What we have been shipping.
Runtime 2026-03-24
- •Multi-framework SSR support — added React Router 7, Nuxt, SolidStart, and TanStack Start alongside existing SvelteKit support
- •Runtime performance improvements — significantly faster request handling for deployed applications
- •Automatic framework detection in the CLI — extended to all newly supported frameworks
Muli 0.4.10 2026-03-23
- •Git Contents write API with file creation and update endpoints
- •New gRPC RPCs for batch commits and tree operations
Platform 2026-03-22
- •Custom domains support with automatic SSL provisioning
- •Deployment rollback UI for instant recovery
Muli 0.4.8 2026-03-19
- •Pipeline secret management with encrypted storage (AES-256-GCM)
- •Artifact metadata now included in webhook payloads
Muli 0.4.0 2026-03-18
- •New jobs-based pipeline format with DAG execution
- •Host-side git checkout for faster CI builds
- •Job-to-job artifact handover for complex workflows
Platform 2026-03-18
- •Pipeline-based deployment and delivery system
- •Code browser with SHA navigation and file viewer
Muli 0.3.0 2026-03-17
- •Per-tenant resource limits and priority tier system
- •Tenant-level concurrency enforcement for pipelines
Muli 0.2.0 2026-03-16
- •CI/CD Pipeline Orchestrator with YAML DSL
- •DAG-based executor with distributed Docker agents
Platform 2026-03-13
- •Platform migrated to maravilla-labs organization
- •Tenant-aware file uploads and org logo management
Muli 0.1.0 2026-03-10
- •Internal CI/CD and git pipeline infrastructure open-sourced as Muli
- •Unified git hosting, package registries, and pipeline execution in a single Rust binary
Runtime 2025-09-24
- •V8 snapshots enabled in production for faster cold starts
- •Redis L2 cache layer and connection pooling for runtime services
Runtime 2025-09-01
- •Rate limiting system with cluster-wide token bucket and circuit breaker
- •Worker pool scaling with least-connections load balancing
Platform 2025-08-15
- •Maravilla Runtime integrated as edge function execution engine
- •Platform evolved from static hosting to full-stack serverless
Platform 2025-07-24
- •Maravilla CLI for JavaScript-to-WebAssembly bundling
- •Edge function support with hot reload and ES6 module system
Platform 2025-07-09
- •MongoDB integration with multi-tenant data isolation
- •Role-based access control, JWT authentication, and email verification
Platform 2025-07-07
- •First commit. Static Lab project initiated as a multi-tenant static hosting platform built with Rust and React.