Liveblocks Release Notes
135 release notes curated from 1 source by the Releasebot Team. Last updated: Jul 21, 2026
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
- Jul 15, 2026
- Date parsed from source:Jul 15, 2026
- First seen by Releasebot:Jul 16, 2026
All of your release notes in one feed
Join Releasebot and get updates from Liveblocks and hundreds of other software products.
- Jul 13, 2026
- Date parsed from source:Jul 13, 2026
- First seen by Releasebot:Jul 13, 2026
- Jul 9, 2026
- Date parsed from source:Jul 9, 2026
- First seen by Releasebot:Jul 9, 2026
- Jul 8, 2026
- Date parsed from source:Jul 8, 2026
- First seen by Releasebot:Jul 8, 2026
Similar to Liveblocks with recent updates:
- n8n release notes61 release notes · Latest Jul 21, 2026
- Smokeball release notes136 release notes · Latest Jul 16, 2026
- Cosmolex release notes20 release notes · Latest Jul 30, 2025
- PracticePanther release notes35 release notes · Latest Jul 7, 2026
- Salesforce release notes57 release notes · Latest Jul 1, 2026
- Microsoft release notes737 release notes · Latest Jul 21, 2026
- Jul 6, 2026
- Date parsed from source:Jul 6, 2026
- First seen by Releasebot:Jul 6, 2026
3.22.0
Liveblocks adds Storage version history, letting teams snapshot, list, inspect, restore, and delete room versions across React, Node, and Python SDKs.
@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.
Original source - Jul 6, 2026
- Date parsed from source:Jul 6, 2026
- First seen by Releasebot:Jun 18, 2026
- Modified by Releasebot:Jul 16, 2026
python-v3.22.0
Liveblocks releases liveblocks-python 3.22.0.
Release liveblocks-python 3.22.0
Original source - Jul 3, 2026
- Date parsed from source:Jul 3, 2026
- First seen by Releasebot:Jul 3, 2026
- Jun 29, 2026
- Date parsed from source:Jun 29, 2026
- First seen by Releasebot:Jun 30, 2026
- Jun 29, 2026
- Date parsed from source:Jun 29, 2026
- First seen by Releasebot:Jun 29, 2026
3.21.0
Liveblocks adds public and private thread support across its SDKs, with visibility-based permissions and filtered thread queries. It also expands comment permissions, adds visibility to thread creation, introduces raw Yjs history data access in React, and improves Composer behavior.
All packages
Add support for public and private threads. Threads now have a visibility property that is "public" by default but can be set to "private" when created. Permissions can be used to decide which threads a user has access to, and threads can also be queried by their visibility to create filtered views.
Add scoped comments permissions such as comments:public:write and comments:private:none.
@liveblocks/client
Breaking: Remove type and kind fields from HistoryVersion type. The backend no longer returns these.
Add visibility to createThread.
Support querying by visibility in getThreads.
@liveblocks/react
Add visibility to useCreateThread.
Support querying by visibility in useThreads.
Add useHistoryVersionYjsData() hook to retrieve raw Yjs binary data for a given version. Deprecate useHistoryVersionData() in its favor.
@liveblocks/node
Add visibility to createThread.
Support querying by visibility in getThreads.
@liveblocks/react-ui
Add a visibility prop to Composer.
Prevent Composer from collapsing after focusing and blurring unless it was explicitly meant to support a collapsed state.
Original source - Jun 29, 2026
- Date parsed from source:Jun 29, 2026
- First seen by Releasebot:Jun 29, 2026
v3.21.0-rc1
Liveblocks releases a v3.21.0-rc1 release candidate.
Release v3.21.0-rc1
Original source - Jun 26, 2026
- Date parsed from source:Jun 26, 2026
- First seen by Releasebot:Jun 27, 2026
3.20.1
Liveblocks fixes a WebSocket bug that could overwrite room storage and cause data loss.
@liveblocks/client
Fix a bug where sending a too large WebSocket message could sometimes overwrite a room's top-level storage key with initialStorage, causing data loss. (Thanks @watemerald for reporting!)
Original source - Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 18, 2026
- Modified by Releasebot:Jul 8, 2026
- Jun 24, 2026
- Date parsed from source:Jun 24, 2026
- First seen by Releasebot:Jun 25, 2026
- Jun 23, 2026
- Date parsed from source:Jun 23, 2026
- First seen by Releasebot:Jun 24, 2026
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.