Beta 6
Pre-release
Pre-release
Breaking Changes
The address
property of a proxy's metadata has been removed and replaced with clientAgentId
.
Improvements
Uses a fallback ID generator if crypto.randomUUID
is unavailable.
Bug Fixes
A PubSub
is unsubscribed when a session is terminated.
Maintenance
- Bun has been updated from version 1.0.17 to 1.1.21.
- Import assertion syntax has been updated to
with
for Node v22 compatibility.