Changelog
What we have been shipping.
Platform 2026-05-03
- •Platform services per environment: database, storage, KV and asset URLs run isolated for production, preview or any custom environment within a project
- •Signed asset URLs: uploads served from a single edge route, scoped to your workspace, project and environment
- •Maravilla CLI overhaul: onboarding scaffold, doctor command, dev proxy, terminal-UI workflow browser, plus pipeline and Git PR commands
Platform 2026-04-25
- •Media transforms: resize images and transcode video on the platform, served with responsive variants
- •Admin console: lists every workflow, event handler and run across your project, with live tails for events and workflows
- •Hosted auth pages: sign-in, sign-up and password flows in your own design on your own domain, configured from project config
Muli 0.4.16 2026-04-23
- •File-scoped commit history: follows renames with git log --follow semantics over the API
- •Batch file operations: atomic creates, updates, deletes and renames in a single commit
- •Recursive tree listings: plus per-file commit history endpoints, mirroring the standard Git API
Runtime 2026-04-21
- •Events platform: react to database writes, KV updates, sign-ups, scheduled times and queue messages with a single TypeScript handler
- •Durable workflows: long-running jobs that survive restarts, with state, retries and a live runs view in the admin console
- •Vector search and declarative indexes: configure once in your project config, applied automatically on deploy
Platform 2026-04-19
- •Scheduled push notifications: send at a future time, replace reschedules cleanly with an idempotency key, or loop every N seconds for daily and weekly digests
- •Live scheduled-queue view: see every pending, running, succeeded and failed job update in real time, cancel a job with one click
- •Background dispatch: for immediate sends, HTTP handlers return right away instead of waiting for every device round-trip
Runtime 2026-03-24
- •Multi-framework SSR: React Router 7, Nuxt, SolidStart and TanStack Start alongside existing SvelteKit support
- •Runtime performance: significantly faster request handling for deployed applications
- •Framework auto-detection: extended to all newly supported frameworks in the CLI
Muli 0.4.10 2026-03-23
- •Git Contents write API: file creation and update endpoints
- •Batch commits and tree ops: new gRPC RPCs for high-throughput repository operations
Platform 2026-03-22
- •Custom domains: automatic SSL provisioning included
- •Deployment rollback: one-click recovery from the admin UI
Muli 0.4.8 2026-03-19
- •Pipeline secrets: encrypted storage with AES-256-GCM, injected into jobs at run time
- •Artifact metadata: now included in webhook payloads
Muli 0.4.0 2026-03-18
- •Jobs-based pipeline format: declarative jobs with DAG execution
- •Faster CI builds: host-side git checkout cuts repository fetch time
- •Job-to-job artifact handover: for complex multi-stage workflows
Platform 2026-03-18
- •Pipeline-based deployment: end-to-end build and delivery via the same pipeline engine
- •Code browser: branch, tag and commit navigation with a built-in file viewer
Muli 0.3.0 2026-03-17
- •Per-tenant resource limits: with a priority tier system
- •Tenant-level concurrency: enforcement for pipeline runs
Muli 0.2.0 2026-03-16
- •CI/CD Pipeline Orchestrator: YAML-defined pipelines
- •DAG executor: distributed Docker agents for parallel job execution
Platform 2026-03-13
- •Platform migration: moved to the maravilla-labs organization
- •Tenant-aware uploads: with org logo management
Muli 0.1.0 2026-03-10
- •Muli open-sourced: our internal CI/CD and git pipeline infrastructure released to the community
- •Unified Rust binary: git hosting, package registries and pipeline execution in a single deployable
Runtime 2025-09-24
- •V8 snapshots in production: for faster cold starts
- •In-memory cache layer: faster runtime response times with connection pooling across services
Runtime 2025-09-01
- •Rate limiting: cluster-wide token bucket with built-in circuit breakers
- •Worker pool scaling: least-connections load balancing across hosted workers
Platform 2025-08-15
- •Maravilla Runtime: integrated as the edge function execution engine
- •Full-stack serverless: platform evolves from static hosting to full-stack serverless
Platform 2025-07-24
- •Maravilla CLI: JavaScript-to-WebAssembly bundling
- •Edge functions: hot reload and ES6 module system
Platform 2025-07-09
- •MongoDB integration: multi-tenant data isolation
- •Auth and access control: role-based access, JWT authentication and email verification
Platform 2025-07-07
- •First commit: Maravilla Cloud project, multi-tenant static hosting in Rust and React