v1.1.2
clockworklabs/SpacetimeDBv1.1.2May 14, 2025by jdetter
AI Summary
A maintenance release fixing Rust module compilation issues caused by dependency updates and improving subscription message handling.
Key Highlights
- Fixed Rust module compilation issues
- Improved subscription message handling
New Features
- Rust compilation fixes
Full Release Notes
Hello again everyone! This release is primarily to fix an issue related to building rust modules where a dependency of SpacetimeDB was updated and is causing compilation issues for some users. ## What's Changed * Typescript Generation: Wrap union types in parens if for arrays by @jsdt in https://github.com/clockworklabs/SpacetimeDB/pull/2615 * CI - Do some basic checks that crates are publishable by @bfops in https://github.com/clockworklabs/SpacetimeDB/pull/2660 * Implement OnUnhandledReducerError in C# by @kazimuth in https://github.com/clockworklabs/SpacetimeDB/pull/2636 * Do not double compress subscribe messages by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/2665 * Prune queries from subscription evaluation by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/2641 * Remove redundant rows from subscription updates by @joshua-spacetime in https://github.com/clockworklabs/SpacetimeDB/pull/2654 **Full Changelog**: https://github.com/clockworklabs/SpacetimeDB/compare/v1.1.1...v1.1.2