v3.6
Existing chat sessions will crash if you come from v3.4 or below as we deleted a deprecated prop in session state. Make sure to first upgrade to v3.5, let all the ongoing chat sessions end and then upgrade to v3.6.v3.5
workspaceId optionnality was removed from chatSession state schema. If you have active chat sessions, make sure to first upgrade to v3.4 and wait for a few days for the incremental migration is done.
v3.0
Google variables renamed
GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, NEXT_PUBLIC_GOOGLE_API_KEY have been removed in favor of:
- Auth:
GOOGLE_AUTH_CLIENT_ID,GOOGLE_AUTH_CLIENT_SECRET - Sheets:
GOOGLE_SHEETS_CLIENT_ID,GOOGLE_SHEETS_CLIENT_SECRET,NEXT_PUBLIC_GOOGLE_SHEETS_API_KEY - Fonts:
NEXT_PUBLIC_GOOGLE_FONTS_API_KEY