Download Latest Version spacetime-x86_64-apple-darwin.tar.gz (23.1 MB)
Email in envelope

Get an email when there's a new version of SpacetimeDB

Home / v1.1.0
Name Modified Size InfoDownloads / Week
Parent folder
spacetime-x86_64-unknown-linux-musl.tar.gz 2025-04-15 30.5 MB
spacetime-x86_64-unknown-linux-gnu.tar.gz 2025-04-15 30.3 MB
spacetime-x86_64-pc-windows-msvc.zip 2025-04-15 21.1 MB
spacetime-x86_64-apple-darwin.tar.gz 2025-04-15 25.5 MB
spacetimedb-update-x86_64-unknown-linux-musl 2025-04-15 12.1 MB
spacetimedb-update-x86_64-unknown-linux-gnu 2025-04-15 11.9 MB
spacetimedb-update-x86_64-pc-windows-msvc.exe 2025-04-15 5.0 MB
spacetimedb-update-x86_64-apple-darwin 2025-04-15 5.8 MB
spacetimedb-update-aarch64-unknown-linux-gnu 2025-04-15 12.0 MB
spacetimedb-update-aarch64-apple-darwin 2025-04-15 5.4 MB
spacetime-aarch64-unknown-linux-gnu.tar.gz 2025-04-15 30.3 MB
spacetime-aarch64-apple-darwin.tar.gz 2025-04-15 24.6 MB
README.md 2025-04-15 7.6 kB
Release 1.1.0 source code.tar.gz 2025-04-15 1.7 MB
Release 1.1.0 source code.zip 2025-04-15 2.7 MB
Totals: 15 Items   218.9 MB 0

We're releasing our first version bump since 1.0! :tada:

Row-level security

This release includes public access for row-level security.

See https://spacetimedb.com/docs/rls for more info on how to use it!

Improved usability for timestamps and durations

From the PR https://github.com/clockworklabs/SpacetimeDB/pull/2502:

Specifically, we add methods and trait impls for T x U -> V, where x is a binary operator, either + or -:

  • Timestamp x TimeDuration -> Timestamp
  • Timestamp x Duration -> Timestamp.
  • This one is kind of weird, since we convert the Duration into a TimeDuration before doing math with it, which may be a lossy conversion depending on platform.
  • TimeDuration x TimeDuration -> TimeDuration.

Other notable improvements

  • Features to save disk space and reduce memory usage
  • Support for enums as index keys
  • Restore CLI functionality for printing the number of rows affected by an operation

What's Changed

Full Changelog: https://github.com/clockworklabs/SpacetimeDB/compare/v1.0.1...v1.1.0

Source: README.md, updated 2025-04-15