Skip to content

liveblocks

v3.22.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ 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

Adds version history support that snapshots both Storage and Yjs documents.

Full changelog

@liveblocks/react

This release adds version history support for Storage: a version now snapshots
both the room's Storage and Yjs documents (previously Yjs only).

  • Creating a version now also snapshots Storage, not just Yjs, see
    docs.
  • useHistoryVersions() lists the room's versions. Each has a vh_xxx id, see
    docs.
  • useHistoryVersionStorageData("vh_xxx") returns that version's Storage as a
    read-only LiveObject so you can visualize or diff it manually, see
    docs.
  • useRestoreToStorageVersion("vh_xxx") restores the room's Storage to that
    version, as a single undoable change, see
    docs.
  • useDeleteHistoryVersion() returns deleteHistoryVersion("vh_xxx") to
    permanently delete a version, see
    docs.

@liveblocks/node and Python SDK

  • Add methods for version history to list room versions, create a version
    snapshot, and delete a version.

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]