This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryFixed concurrent push ordering, offline delete reappearances, extraneous reconnect updates, and missing deletedItem in LiveObject notifications.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes out-of-order settlement of concurrent LiveList.push() calls. Fixes out-of-order settlement of concurrent LiveList.push() calls. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Prevents reappearing deleted LiveObject keys after client reconnects offline. Prevents reappearing deleted LiveObject keys after client reconnects offline. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Reduces excessive update notifications for unchanged LiveObject keys on reconnect. Reduces excessive update notifications for unchanged LiveObject keys on reconnect. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Bugfix | Medium |
Includes removed value (`deletedItem`) in change notification when deleting a nested live value from a LiveObject. Includes removed value (`deletedItem`) in change notification when deleting a nested live value from a LiveObject. Source: llm_adapter@2026-06-02 Confidence: high |
— |
Full changelog
@liveblocks/client
- Fix
LiveList.push()so concurrent pushes from multiple clients no longer settle out of order. - Fix a bug where a
LiveObjectkey deleted while a client was offline would reappear on reconnect, preventing the two clients from reconverging. - Fix a bug where reconnecting would emit too many update notifications for
LiveObjectkeys whose values had not actually changed. - Fix a bug where deleting a nested live value from a
LiveObjectomitted the removed value (deletedItem) from the change notification.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]