v2.4.1
anthropics/anthropic-tokenizer-typescriptv2.4.1Jun 5, 2026by bfops
AI Summary
This release adds primary key support for procedural views in Rust and TypeScript modules, enabling clients to receive update events when subscribed to such views, along with a fix for index schema issues.
Key Highlights
- Add primary key support for procedural views to rust and ts modules
- Fix index schema from st tables to resolve issue #4701
- Clients can now receive update events when subscribed to views with primary keys
New Features
- Primary key support for procedural views in Rust and TypeScript modules
- Fix for index schema from st tables
Full Release Notes
We are releasing two small patches on top of 2.4.0: [(#5111) Add primary key support for procedural views to rust and ts modules](https://github.com/clockworklabs/SpacetimeDB/pull/5111) > Adds support for primary keys to procedural views in rust and typescript modules. Now clients can receive update events when subscribed to such views. [(#5145) Fix index schema from st tables.](<https://github.com/clockworklabs/SpacetimeDB/pull/5145>) This fixes https://github.com/clockworklabs/SpacetimeDB/issues/4701. More to come soon! **Full Changelog**: https://github.com/clockworklabs/SpacetimeDB/compare/v2.4.0...v2.4.1