Change Log

Spacetime Releases

What's new with Spacetime?

Latest Release

v2.10.0

0

Planned

71

In progress

3

Shipped

2026.09.04

Latest update

2026

  1. v2.10.0
    See notes

    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...

  2. v2.9.0
    See notes

    Release v2.9.0

    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...

  3. v2.8.3
    See notes

    Release v2.8.3

    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...

  4. v2.8.2
    See notes

    Release v2.8.2

    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...

  5. v2.8.1
    See notes

    Release v2.8.1

    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...

  6. v2.8.0
    See notes

    Release v2.8.0

    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...