From cba9abae918218356982c66846ca8b4144d422d9 Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 15 May 2026 16:56:42 +0100 Subject: [PATCH 1/2] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2020=20(#3403)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marc Bouchenoire Co-authored-by: Vincent Driessen --- CHANGELOG_PUBLIC.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index 2222d305ff9..58056a0d783 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -8,8 +8,8 @@ https://liveblocks.io/changelog - Add each contributor's GitHub username. TEAM MEMBERS -adigau, ctnicholas, flowflorent, jrowny, marcbouchenoire, nimeshnayaju, -nvie, ofoucherot, pierrelevaillant, stevenfabre, sugardarius +ctnicholas, jrowny, marcbouchenoire, nimeshnayaju, nvie, ofoucherot, +pierrelevaillant, stacyschmitz, stevenfabre OTHER USERS If outside users have made contributions, add them to the Contributors @@ -18,6 +18,37 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 20 (2026-0515) + +## v3.19.1 + +### `@liveblocks/node` and Python SDK + +- Update providers to support newer models up to GPT-5.5 variants, Sonnet 4.6, + Opus 4.7, and Gemini 3/3.1 variants. + +## Infrastructure + +- We have fully completed the internal migration of all rooms to our new v2 realtime + data storage engine! [Learn about the benefits](https://liveblocks.io/docs/guides/about-the-new-storage-engine). + +## Documentation + +- New integrations section, featuring info on how to integrate Liveblocks into a number of new products. +- Integrations pages include Bolt, Claude, Codex, Cursor, Lovable, Neon, PlanetScale, Reply, Supabase, v0. +- Updated old guides and pages related to n8n, PlanetScale, Supabase. +- New copy page dropdown for copying markdown into various AI tools. +- Get started markdown homepage for AI. +- New breadcrumb UI on docs pages. + +## Examples + +- Add AI features to [Linear-like Issue Tracker example](https://liveblocks.io/examples/linear-like-issue-tracker/nextjs-linear-like-issue-tracker). Tag AI in comments and it can edit the document, links, properties, and show AI presence as it makes changes. + +## Contributors + +nvie, ofoucherot, marcbouchenoire, pierrelevaillant, ctnicholas + # Week 19 (2026-05-08) ## v3.19.0 From fcb57874530f3cbce5eb780f410ed478b1ae6ae0 Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 15 May 2026 17:02:36 +0100 Subject: [PATCH 2/2] Fix date format in CHANGELOG_PUBLIC.md (#3469) --- CHANGELOG_PUBLIC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index 58056a0d783..2a4f04a4d99 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,7 +18,7 @@ list and feel free to give them credit at the end of a line, e.g.: --> -# Week 20 (2026-0515) +# Week 20 (2026-05-15) ## v3.19.1