SpacetimeDB
SpacetimeDB copied to clipboard
Multiplayer at the speed of light
- Enable the client credential grant - Pogly requests the profile image of the user in the token
Our smoketests take a while to run. We'd like to parallelize them by spinning up multiple SpacetimeDB instances, isolated by running on separate ports and with separate data directories, and...
# Description of Changes A tokio task to cleanup unsubscribed views. fixes #3587 # API and ABI breaking changes NA # Expected complexity level and risk 2 # Testing Added...
# Description of Changes # API and ABI breaking changes # Expected complexity level and risk # Testing - [ ] - [ ]
# Description of Changes Adds `ProcedureContext::{with_tx, try_with_tx}`. Fixes https://github.com/clockworklabs/SpacetimeDB/issues/3515. # API and ABI breaking changes None # Expected complexity level and risk 2 # Testing An integration test `test_calling_with_tx` is...
# Description of Changes We have some metrics measuring various lower level things like index scans, but at the moment we have no easy way to figure out which columns...
# Description of Changes Implements `__call_procedure__` in the TS bindings and host. # Expected complexity level and risk 2 # Testing - [ ] - [ ]
# Description of Changes Closes: #3533 Updated the C# SDK to handle procedures and procedure callbacks in a similar fashion to the Rust client as well as added the codegen...