Skip to content

liveblocks

v3.23.0 Feature

This release adds 4 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

Introduces 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 a LiveFile.
  • Add room.getFileUrl() to get access to a LiveFile.

@liveblocks/react

  • Add useUploadFile() to upload a file and return a LiveFile.
  • Add useFileUrl() to get access to a LiveFile.

@liveblocks/node

  • Add uploadFile() to upload a file and return a LiveFile.
  • Add getFileUrl() to get access to a LiveFile.
  • Add uploadAttachment() to upload comment attachments, combined with
    attachmentIds params in createThread(), 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

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]