SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Multiplayer at the speed of light

Results 693 SpacetimeDB issues
Sort by recently updated
recently updated
newest added

Phoebe: Sohan wanted a way to uniquely identify a reducer run so the words3 can track failures. Currently, to identify a reducer call based on a reducer-callback, a client has...

# Description of Changes Add a new system table `st_row_level_security` to store the `SQL` queries for row-level security. This is a first step to add support for authorization. This PR...

abi-break
release-1.0

# Description of Changes There were teardown errors in the logs despite the tests not failing (because our testing framework doesn't instrument stdout/stderr during teardown, I think). Getting rid of...

# Description of Changes Redefines `Address` as `u128`. # API and ABI breaking changes Breaks the stored type of `Address` in system tables and in user tables.

abi-break
release-1.0

# Description of Changes 1. Create `IndexFile`: a wrapper around `IndexFileMut` for exposing only read apis. 2. Update `Repo` trait to get `IndexFile` 3. Refactoring: Method naming changes to show...

# Description of Changes Please describe your change, mention any related tickets, and so on here. # API and ABI breaking changes If this is an API or ABI breaking...

Do not merge

# Description of Changes Adds gzip and none compression choices, and expose it to the rust sdk via `DbConnectionBuilder::with_compression`. - [x] Implement in Host - [x] Implement in Rust SDK...

# Description of Changes Remove `AlgebraicType::Map` and `AlgebraicValue::Map` and all the consequence changes necessary. # API and ABI breaking changes Yes.