Skip to content

Releases: supabase/supabase-js

v2.47.16

17 Jan 05:10
76217a4
Compare
Choose a tag to compare

2.47.16 (2025-01-17)

Bug Fixes

  • 🐛 Fix nullish coalescing operator issue in hasCustomAuthorizationHeader (e8cffda), closes #1338

v2.47.15

16 Jan 10:09
a50725d
Compare
Choose a tag to compare

2.47.15 (2025-01-16)

Bug Fixes

  • Make the return value of accessToken nullable (f8e48ff)

v2.47.14

15 Jan 06:43
1661420
Compare
Choose a tag to compare

2.47.14 (2025-01-15)

Bug Fixes

  • bump postgrest-js to 1.17.11 (6822cdc)

v2.47.13

14 Jan 07:01
Compare
Choose a tag to compare

2.47.13 (2025-01-14)

Bug Fixes

  • export PostgrestError as a class (7ba8408)

v2.47.12

08 Jan 08:20
Compare
Choose a tag to compare

2.47.12 (2025-01-08)

Bug Fixes

  • Bump postgrest-js to 1.17.10 (80d3c76)

v2.47.11

07 Jan 15:05
d9756f2
Compare
Choose a tag to compare

2.47.11 (2025-01-07)

NOTE: This release makes typings stricter which may break existing code.

Example code which was previously working:

await supabase
  .from('mytable')
  .select()
  .eq('myenumcolumn', 'not_a_valid_enum_variant')

Bug Fixes

  • stricter typings when filtering with .eq(), .neq(), and .in() (e50a86e)

v2.47.10

19 Dec 08:26
651ff12
Compare
Choose a tag to compare

2.47.10 (2024-12-19)

Bug Fixes

  • bump functions-js to 2.4.4 (0f7434a)

v2.47.9

18 Dec 08:51
7a2ba52
Compare
Choose a tag to compare

2.47.9 (2024-12-18)

Bug Fixes

v2.47.8

16 Dec 04:50
faa4f77
Compare
Choose a tag to compare

2.47.8 (2024-12-16)

Bug Fixes

Fixes a number of typing issues. More details at https://github.com/orgs/supabase/discussions/30324

v2.47.7

13 Dec 22:44
322129c
Compare
Choose a tag to compare

2.47.7 (2024-12-13)

Bug Fixes

  • update auth version to 2.67.1 (315a420)