| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| spacetime-x86_64-pc-windows-msvc.zip | 2026-08-25 | 46.2 MB | |
| spacetime-x86_64-unknown-linux-gnu.tar.gz | 2026-08-25 | 58.4 MB | |
| spacetime-x86_64-apple-darwin.tar.gz | 2026-08-25 | 55.0 MB | |
| spacetimedb-update-x86_64-pc-windows-msvc.exe | 2026-08-25 | 5.2 MB | |
| spacetimedb-update-x86_64-unknown-linux-gnu | 2026-08-25 | 13.1 MB | |
| spacetime-aarch64-apple-darwin.tar.gz | 2026-08-25 | 52.8 MB | |
| spacetime-aarch64-unknown-linux-gnu.tar.gz | 2026-08-25 | 60.4 MB | |
| spacetimedb-update-aarch64-apple-darwin | 2026-08-25 | 5.7 MB | |
| spacetimedb-update-aarch64-unknown-linux-gnu | 2026-08-25 | 12.9 MB | |
| spacetimedb-update-x86_64-apple-darwin | 2026-08-25 | 6.0 MB | |
| README.md | 2026-08-21 | 821 Bytes | |
| Release v2.8.3 source code.tar.gz | 2026-08-21 | 21.0 MB | |
| Release v2.8.3 source code.zip | 2026-08-21 | 25.4 MB | |
| Totals: 13 Items | 361.9 MB | 0 | |
Bug Fixes
Fix scheduled function drift
Scheduled functions were previously rescheduled from the actual execution time of the current run instead of the originally intended time. A small tokio::time precision delay, or head-of-line blocking from a prior run, would cause the schedule to permanently drift later over time. The scheduler now anchors to the intended execution time, adopting MissedTickBehaviour::Skip-like semantics.
(#5735)
What's Changed
- Bug: Scheduled functions to be scheduled from their "intended" execution time in #5735
Full Changelog: v2.8.2...v2.8.3