Skip to content

liveblocks

v3.19.4 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents ai-copilot collaboration commenting-system comments crdt
+10 more
liveblocks multiplayer notifications-systems presence react real-time toolkit websockets yjs yjs-provider

Summary

AI summary

Fixed concurrent push ordering, offline delete reappearances, extraneous reconnect updates, and missing deletedItem in LiveObject notifications.

Changes in this release

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 LiveObject key 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 LiveObject keys whose values had not actually changed.
  • Fix a bug where deleting a nested live value from a LiveObject omitted 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

Track liveblocks

Get notified when new releases ship.

Sign up free

About liveblocks

Realtime infrastructure for multiplayer apps and agents

All releases →

Related context

Beta — feedback welcome: [email protected]