Release v2.10.0
Features C# NativeAOT monomorphized dispatch Generated C# module exports now dispatch directly to statically-known generic entrypoints for reducers, procedures, HTTP handlers, views, and anonymous views when building wi...
Change Log
What's new with Spacetime?
Latest Release
v2.10.00
Planned
71
In progress
3
Shipped
2026.09.04
Latest update
Features C# NativeAOT monomorphized dispatch Generated C# module exports now dispatch directly to statically-known generic entrypoints for reducers, procedures, HTTP handlers, views, and anonymous views when building wi...
Features Disable outbound HTTP requests from modules Standalone operators can now disable module-originated HTTP requests with the [module-http] enabled = false configuration setting. This provides an explicit deploymen...
Bug Fixes Fix scheduled function drift Scheduled functions were previously rescheduled from the actual execution time of the current run instead of the originally intended time. A small tokio::time precision delay, or h...
Features Claude Plugin SpacetimeDB now ships a Claude plugin alongside the existing Codex plugin, bundling agent skills and the MCP server for Claude users. Install with: Note: SpacetimeDB MCP is not yet available for M...
Features spacetime mcp - bring your coding agent into SpacetimeDB SpacetimeDB now ships a first-class bridge for local coding agents. The new spacetime mcp CLI subcommand launches an MCP (Model Context Protocol) server...
Features TypeScript submodule support for SpacetimeDB modules TypeScript modules can now import and mount other modules under a namespace. The runtime supports namespaced reducer/procedure dispatch and HTTP handler dele...