Skip to content

Tags: supabase/supabase-js

Tags

v2.57.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update typedoc to 0.23 (#1549)

* fix: update typedoc to 0.23

* fix: update supabase packages too

v2.57.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add validation for supabaseUrl (#1547)

* improve validation for supabaseUrl

* move call

* trim before check

* improve regex + more tests

v2.57.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make Authorization header check case-insensitive (#1528)

- Fix issue #1043 where custom Authorization headers were checked case-sensitively
- HTTP headers should be case-insensitive according to RFC standards
- Replace exact key match with case-insensitive check using Object.keys().some()
- This allows headers like 'authorization', 'Authorization', 'AUTHORIZATION' to work correctly

v2.57.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump realtime-js to 2.15.5 (#1548)

v2.57.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: expose auth `userStorage` option to facilitate lower cookie siz…

…es (#1545)

* feat: expose auth `userStorage` option to facilitate lower cookie sizes

* add suggestion by @cemalkilic

Co-authored-by: Cemal Kılıç <[email protected]>

---------

Co-authored-by: Cemal Kılıç <[email protected]>

v2.57.0-next.4

fix: realtime js to 2.16.0-next.2

v2.57.0-next.3

fix: try fixed version of 2.12

v2.57.0-next.2

fix: try old realtime

v2.57.0-next.1

feat: install temp realtime

v2.56.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump up realtime js (#1546)