ChangelogWeek 12
Week 12
v3.15.4
@liveblocks/node
- Add
Liveblocks.getAttachment()method to get an attachment's metadata and a presigned download URL.
Python SDK
- Add
get_attachment()method to get an attachment's metadata and a presigned download URL.
v3.15.3
Python SDK
- Introduce the Python package. Install with
pip install liveblocks. Provides sync and async clients for the full Liveblocks API (rooms, storage, threads, comments, etc.) for backend use.
@liveblocks/react-ui
- Add
showSubscriptionprop toThreadto control whether to show the thread’s subscription status.
Liveblocks dev server (v1.1.0)
New dev server features:
- ID token authentication support
- Read-only rooms support
- Room permissions and room metadata
- Room filtering support
- Room Node.js methods and REST APIs are now fully supported
See dev server documentation for the updated feature matrix.
Dashboard
- We added support for setting description on projects for better documentation and organization
- Fixed a bug preventing inviting new members correctly
- Internal refactoring of dashboard components to improve performance and efficiency
Infrastructure
- Mangement API: We added support for setting description on projects for better documentation and organization.
Documentation
- New API reference: Python SDK.
Website
- New blog post: What's new in Liveblocks: February 2026.
- New blog post: New React components for adding realtime presence and contextual commenting to your app.