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

Optimizing modules with `wasm-opt`, at least under the default `wasm-opt` config, strips their debug symbols, making profiler output (e.g. `perf`) incomprehensible. We need some way to disable this other than...

enhancement
good first issue
bitcraft issue
CLI only

# Description of Changes This migrates module definition to V9 for C# modules. Note that it's based off #1573 which is why the target branch is currently not master. It...

release-1.0

Remove methods for: - `iter_by_col_eq` - `delete_by_col_eq` - `iter_start_filtered`

# Description of Changes Upgrade our dependency on `sqlparser`. # Expected complexity level and risk 1

release-any
no runtime change
backward-compatible

# Description of Changes Updated a broken link from "https://spacetimedb.com/docs/client-languages/rust/rust-sdk-quickstart-guide" to "https://spacetimedb.com/docs/sdks/rust/quickstart". That's it, just wanted to update the link to better guide newcomers.

As requested here https://github.com/clockworklabs/SpacetimeDB/pull/1761#discussion_r1781741392.

enhancement
CLI only

# Description of Changes Add backwards-compatibility checking for AlgebraicTypeLayouts used in system tables. This required implementing backwards-compatibility validation logic for BSATN and BFLATN. I still need to add an actual...

release-any

Structural read implementation can be only directly implemented on types with default constructors, but writing should not have such limitations. In this PR I'm splitting out writing into its own...

release-any

Define new physical plan to replace the current `QueryExpr` type.

See PR https://github.com/clockworklabs/SpacetimeDB/pull/1616.

abi-break
release-0.12