v1.1.1
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 #2567 - CI - Fix job that packages the CLI for release by @bfops in #2617
- core: Restore calling the
on_panic
hook when a reducer call panics by @kim in #2624 tools/publish-crates.sh
- Automatically find list of dependencies by @bfops in #2595- Fix building and publishing the auth crate by @bfops in #2622
- Count bytes_written for updates by @jsdt in #2616
- Monotonic timestamps by @coolreader18 in #2618
- datastore: fix two inserts in tx state with unique idx by @Centril in #2610
- Fix error with the install script by @jdetter in #2635
- CI - Test
spacetimedb-update self-install
by @bfops in #2637 - Use camel case for typescript unique indexes by @jsdt in #2628
spacetimedb-update self-install
fails if the install fails. by @bfops in #2642- Do not publish RLS rules on private tables by @joshua-spacetime in #2645
- Fix filter pushdowns in the presence of rls by @joshua-spacetime in #2653
- Return the query text with subscription errors by @mamcx in #2609
Full Changelog: v1.1.0...v1.1.1