Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
spacetime-x86_64-unknown-linux-musl.tar.gz | 2025-04-22 | 30.6 MB | |
spacetime-x86_64-unknown-linux-gnu.tar.gz | 2025-04-22 | 30.3 MB | |
spacetime-x86_64-pc-windows-msvc.zip | 2025-04-22 | 21.2 MB | |
spacetime-x86_64-apple-darwin.tar.gz | 2025-04-22 | 25.6 MB | |
spacetimedb-update-x86_64-unknown-linux-musl | 2025-04-22 | 12.1 MB | |
spacetimedb-update-x86_64-unknown-linux-gnu | 2025-04-22 | 11.9 MB | |
spacetimedb-update-x86_64-pc-windows-msvc.exe | 2025-04-22 | 5.0 MB | |
spacetimedb-update-x86_64-apple-darwin | 2025-04-22 | 5.8 MB | |
spacetimedb-update-aarch64-unknown-linux-gnu | 2025-04-22 | 11.9 MB | |
spacetimedb-update-aarch64-apple-darwin | 2025-04-22 | 5.4 MB | |
spacetime-aarch64-unknown-linux-gnu.tar.gz | 2025-04-22 | 30.3 MB | |
spacetime-aarch64-apple-darwin.tar.gz | 2025-04-22 | 24.7 MB | |
README.md | 2025-04-22 | 2.1 kB | |
v1.1.1 source code.tar.gz | 2025-04-22 | 1.7 MB | |
v1.1.1 source code.zip | 2025-04-22 | 2.7 MB | |
Totals: 15 Items | 219.3 MB | 0 |
We're releasing a small collection of performance improvements and bugfixes!
Most notable is that we've fixed two outstanding TypeScript code generation bugs.
What's Changed
- Allocate fewer vecs in
eval_updates
by @coolreader18 in https://github.com/clockworklabs/SpacetimeDB/pull/2567 - CI - Fix job that packages the CLI for release by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/2617
- core: Restore calling the
on_panic
hook when a reducer call panics by @kim in https://github.com/clockworklabs/SpacetimeDB/pull/2624 tools/publish-crates.sh
- Automatically find list of dependencies by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/2595- Fix building and publishing the auth crate by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/2622
- Count bytes_written for updates by @jsdt in https://github.com/clockworklabs/SpacetimeDB/pull/2616
- Monotonic timestamps by @coolreader18 in https://github.com/clockworklabs/SpacetimeDB/pull/2618
- datastore: fix two inserts in tx state with unique idx by @Centril in https://github.com/clockworklabs/SpacetimeDB/pull/2610
- Fix error with the install script by @jdetter in https://github.com/clockworklabs/SpacetimeDB/pull/2635
- CI - Test
spacetimedb-update self-install
by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/2637 - Use camel case for typescript unique indexes by @jsdt in https://github.com/clockworklabs/SpacetimeDB/pull/2628
spacetimedb-update self-install
fails if the install fails. by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/2642- Do not publish RLS rules on private tables by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/2645
- Fix filter pushdowns in the presence of rls by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/2653
- Return the query text with subscription errors by @mamcx in https://github.com/clockworklabs/SpacetimeDB/pull/2609
Full Changelog: https://github.com/clockworklabs/SpacetimeDB/compare/v1.1.0...v1.1.1