This release adds 4 notable features for engineering teams evaluating rollout.
Published 2d
Developer Productivity
✓ No known CVEs patched
✓ 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 summaryIntroduces LiveFile storage support across @liveblocks/node, @liveblocks/client, and @liveblocks/react.
Full changelog
This release introduces LiveFile: a new data structure to store files such as
images and videos in a room's Storage tree.
@liveblocks/client
- Add
room.uploadFile()to upload a file and return aLiveFile. - Add
room.getFileUrl()to get access to aLiveFile.
@liveblocks/react
- Add
useUploadFile()to upload a file and return aLiveFile. - Add
useFileUrl()to get access to aLiveFile.
@liveblocks/node
- Add
uploadFile()to upload a file and return aLiveFile. - Add
getFileUrl()to get access to aLiveFile. - Add
uploadAttachment()to upload comment attachments, combined with
attachmentIdsparams increateThread(),createComment(), and
editComment().
Python SDK
- Add methods to upload Storage files for
LiveFile, retrieve their download
URLs, and handle multipart uploads. - Add methods to upload comment attachments, including multipart uploads.
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
Beta — feedback welcome: [email protected]