v4.2.0
May 2, 2026
Feature

Native Rust + WASM runtime

  • Compile Rust directly to WASM for 3–5x performance improvements
  • Full TinyGo support for compiled Go binaries
  • Automatic WASM optimization and memory pooling
v4.1.3
Apr 18, 2026
Fix

Build pipeline reliability fixes

  • Resolved race condition in concurrent deployments
  • Improved build timeout handling for large bundles
  • Fixed edge case in dependency resolution
v4.1.0
Apr 4, 2026
Feature

Edge D1 (SQLite) GA

  • Global replicated SQLite at 320+ edge locations
  • Sub-millisecond query latency with eventual consistency
  • Automatic backup and disaster recovery
v4.0.2
Mar 22, 2026
Improvement

Faster cold starts (3.2ms → 1.8ms p99)

  • Optimized V8 initialization and code parsing
  • Pre-warmed isolate pools at key regions
  • Eliminated GC pauses during startup
v4.0.0
Mar 8, 2026
Feature

Major: New runtime engine

  • Complete overhaul of function execution pipeline
  • Improved memory isolation and security boundaries
  • Multi-runtime support (V8, Python, Node.js)
v3.9.5
Feb 18, 2026
Improvement

Logs streaming v2

  • Real-time log streaming with reduced latency
  • Improved filtering and search capabilities
  • Better integration with observability platforms
v3.9.0
Feb 4, 2026
Feature

TinyGo support (compile Go to WASM)

  • Write functions in Go, compile to WASM automatically
  • Full standard library support with optimizations
  • Faster builds with improved caching
v3.8.2
Jan 21, 2026
Security

Token rotation enforcement

  • Automatic API key rotation with zero downtime
  • Enhanced secret management in dashboard
  • Audit logging for all token operations
v3.8.0
Jan 8, 2026
Feature

RBAC + workspace teams

  • Fine-grained role-based access control
  • Workspace teams with invitations and permissions
  • Audit trail for all workspace changes
v3.7.0
Dec 12, 2025
Feature

Streaming responses + SSE

  • Server-sent events (SSE) for real-time updates
  • Chunked response streaming with backpressure handling
  • Full WebSocket support in edge functions