What clockworklabs/SpacetimeDB shipped
Generated by FoxPlug from public activity — not affiliated with Spacetimedb.
Week of September 14, 2026
What shipped
- Released v2.10.1 with CLI commands now respecting the project's configured server in spacetime.json instead of falling back to global defaults. Release
- Added server-side auto-reconnect support allowing clients to send a stable, client-generated session_id query parameter for connection replacement. Pull request #5877
- Implemented persistent typed database environments with typed module accessors, persistent values, and support for undeclared values and explicit deletion. Pull request #5887
- Added compression support to ctx.http.fetch in TypeScript and ctx.http.send/get in Rust for outbound HTTP requests. Pull request #5698
- Fixed broken documentation links by adding redirects for old URLs and correcting in-repo links that pointed at moved pages. Pull request #5916
- Updated the railway deploy button in docs to follow railway's current requirements. Pull request #5948
Why it matters
This week brings improvements to client connection reliability with auto-reconnect support and typed environment variables for better configuration management. CLI commands now work consistently with project configuration files, and HTTP requests benefit from compression to reduce transfer overhead.
Changelog entry
- CLI: spacetime list, spacetime rename, and spacetime mcp now read server value from spacetime.json Release
- Server: Auto-reconnect support with connection replacement via client-generated session_id Pull request #5877
- Typed environment variables with persistent values and module accessors Pull request #5887
- HTTP: Compression support added to ctx.http.fetch (TypeScript) and ctx.http.send/get (Rust) Pull request #5698
- Docs: Redirects for old documentation URLs and corrected in-repo links Pull request #5916
- Docs: Updated railway deploy button to follow railway's requirements Pull request #5948
v2.10.1 released: CLI now respects project server config, auto-reconnect support added server-side, typed environments implemented, and HTTP compression enabled.
This week's SpacetimeDB updates focus on reliability and efficiency. v2.10.1 fixes CLI server configuration consistency, auto-reconnect support enables seamless client reconnections, typed database environments provide persistent configuration management, and HTTP compression reduces transfer sizes for outbound requests.