🚀 Azure Web PubSub store performance improvements
Release date: October 30, 2025
This release improves scalability when using the Azure Web PubSub store, enabling applications to handle very large collaborative rooms more efficiently.
Changed
Improved room loading for Azure Web PubSub Store
The Azure Web PubSub Store has been updated to improve how large rooms are initialized.
Room data loading has been decoupled from the store implementation, allowing applications to control how and where room state is fetched. This enables better scalability when working with large collaborative documents.
Breaking Changes
initialRoomData must now be provided when creating the store
The store no longer fetches room data automatically.
Instead, the initial room state must be passed explicitly via the initialRoomData option when creating the store.