v2.0.5

clockworklabs/SpacetimeDBv2.0.5Mar 13, 2026by jdetter

AI Summary

v2.0.5 is a small bug fix release addressing HTTP procedure timeouts and database repair issues. This release is recommended for users experiencing problems with LLMs in procedures or database loading.

Key Highlights

  • Bumped HTTP procedure timeouts from 500ms/10s to 30s/180s
  • Fixed database repair for wrong host type
  • Fixed disconnects breaking view updates for other connections
  • Added additional logging mode to Rust SDK

New Features

  • Extended HTTP procedure timeouts for longer-running operations
  • Database repair mechanism for incorrect host types
  • Export Range/Bound from spacetimedb/server in TypeScript SDK
  • Primary keys for query builder views in C#

Full Release Notes

Hello again everyone! This is another small bug fix release. There was a small bug introduced during the `v2.0.4` that we're fixing here, plus another fix for users who are trying to use LLMs in procedures. We recommend upgrading to this version at your earliest convenience.

## Fixes
- [Bump HTTP procedure timeouts (500ms/10s → 30s/180s) and fix docs (#4630)](https://github.com/clockworklabs/SpacetimeDB/pull/4630)
- [core: Attempt to repair databases with wrong host type (#4619)](https://github.com/clockworklabs/SpacetimeDB/pull/4619)

Thank you to everyone who has reported issues in the discord! It has made it much easier to track these bugs down and fix them quickly 🛠️ 

## What's Changed
* Fix disconnects breaking view updates for other connections by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/4607
* CI - PR approval check skips for external PRs (properly this time) by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/4611
* CI: Use pull_request_target for PR approval check by @clockwork-labs-bot in https://github.com/clockworklabs/SpacetimeDB/pull/4615
* Add a mode to the Rust SDK with additional logging to a file by @gefjon in https://github.com/clockworklabs/SpacetimeDB/pull/4566
* Export Range/Bound from the spacetimedb/server in the Typescript sdk by @dusk125 in https://github.com/clockworklabs/SpacetimeDB/pull/4567
* Fix Rust Chat App Tutorial not showing messages of other users live by @OMGeeky in https://github.com/clockworklabs/SpacetimeDB/pull/4588
* Upgrade prometheus to 0.14.0 by @SupernaviX in https://github.com/clockworklabs/SpacetimeDB/pull/4598
* core: Attempt to repair databases with wrong host type by @kim in https://github.com/clockworklabs/SpacetimeDB/pull/4619
* Version bump to 2.0.5 by @jdetter in https://github.com/clockworklabs/SpacetimeDB/pull/4623
* [C#] Primary keys for query builder views by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/4626
* Bump HTTP procedure timeouts (500ms/10s → 30s/180s) and fix docs by @clockwork-labs-bot in https://github.com/clockworklabs/SpacetimeDB/pull/4630

## New Contributors
* @dusk125 made their first contribution in https://github.com/clockworklabs/SpacetimeDB/pull/4567
* @OMGeeky made their first contribution in https://github.com/clockworklabs/SpacetimeDB/pull/4588
* @SupernaviX made their first contribution in https://github.com/clockworklabs/SpacetimeDB/pull/4598

**Full Changelog**: https://github.com/clockworklabs/SpacetimeDB/compare/v2.0.4...v2.0.5