Releases: supabase/supabase-js
Releases · supabase/supabase-js
v1.23.1
1.23.1 (2021-09-28)
Bug Fixes
- Allow for trailing slash in supabaseUrl (#262) (64f77ee)
v1.23.0
1.23.0 (2021-09-22)
Bug Fixes
Features
- add user_token when creating realtime channel subscription (52d417c)
v1.22.6
1.22.6 (2021-09-12)
Bug Fixes
- set DEFAULT_HEADERS by default for postgrest client (43986e6)
v1.22.5
1.22.5 (2021-09-05)
Bug Fixes
- Access localStorage lazily to avoid DOMExceptions in constrained envs when
localStorage
is provided using options (#252) (376689f)
v1.22.3
1.22.3 (2021-08-24)
Bug Fixes
- add X-Client-Info header to realtime-js (0929070)
v1.22.1
1.22.1 (2021-08-20)
Bug Fixes
- adds semantic-release-plugin-update-version-in-files (98f04dc)
- adds x-client-info header (9355012)
- gen default version to 0.0.0 (ecce190)
- was missing dev dependency genversion (20a29e6)
v1.22.0
1.22.0 (2021-08-19)
Features
- Use additional headers from SupabaseClient into GotrueClient. (#218) (bbe9a55)