Skip to content

Releases: supabase/supabase-js

v2.48.1

24 Jan 08:16
3316f24
Compare
Choose a tag to compare

2.48.1 (2025-01-24)

Bug Fixes

v2.48.0

20 Jan 05:45
07cf12d
Compare
Choose a tag to compare

2.48.0 (2025-01-20)

Features

  • deps: bump postgrest-js to 1.18.0 (4397e57)

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