Any article link to check the breaking changes of the @supabase/ssr 0.7
hey guys my next app is using 0.6.1 version of the @supabase/ssr library, so before upgrading to 0.7 or to latest version, where I can check the breaking changes, or its completely safe to upgrade it to the latest version.
2 Replies
It was bumped because the underlying
cookie
library version changed. https://github.com/supabase/ssr/releases/tag/v0.7.0GitHub
Release v0.7.0 · supabase/ssr
0.7.0 (2025-08-22)
Features
bump cookie to 1.0.2 (#113) (b4a77b4)
Bug Fixes
remove usage of internal type params (#123) (8f3e89e)
Thanks man