Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions e2e/next-sandbox/jest.config.js

This file was deleted.

2 changes: 0 additions & 2 deletions e2e/next-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"@eslint/compat": "^2.0.1",
"@eslint/eslintrc": "^3.3.3",
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"@playwright/test": "^1.55.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"eslint-config-next": "16.1.4",
"lodash": "^4.17.21",
Expand Down
2 changes: 0 additions & 2 deletions e2e/node-sandbox/test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ describe("@liveblocks/client package e2e", () => {
process.env.PUBLIC_LIVEBLOCKS_PUBLIC_KEY ??
process.env.NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY!,
polyfills: { WebSocket },
// @ts-expect-error hidden config
baseUrl: process.env.NEXT_PUBLIC_LIVEBLOCKS_BASE_URL!,
});

Expand All @@ -85,7 +84,6 @@ describe("@liveblocks/client package e2e", () => {
process.env.PUBLIC_LIVEBLOCKS_PUBLIC_KEY ??
process.env.NEXT_PUBLIC_LIVEBLOCKS_PUBLIC_KEY!,
polyfills: { WebSocket },
// @ts-expect-error hidden config
baseUrl: process.env.NEXT_PUBLIC_LIVEBLOCKS_BASE_URL,
});

Expand Down
78 changes: 39 additions & 39 deletions examples/nextjs-comments-audio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/nextjs-comments-emails-sendgrid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 39 additions & 39 deletions examples/nextjs-comments-search/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions guides/pages/about-the-new-storage-engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ advantage of the v2 engine: `npx liveblocks@latest upgrade`

### Migrating existing rooms

Existing rooms that were created before this change remain on the v1 engine.
Eventually, we will transparently migrate all existing room data from the v1 to
the v2 engine. This process will be seamless and require no action on your part.
We will announce this ahead of time.
Starting April 15, 2026, we are transparently migrating all existing room data
from the v1 to the v2 engine. This happens in the background, and you can keep
using your rooms like you normally would. We expect the majority of storage rooms
to be migrated by the end of April, though the long tail may take until the end
of May. We will update this document once the migration is complete for everyone.
Loading
Loading