Skip to content

Releases: supabase/supabase-js

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)

v2.47.6

12 Dec 14:57
a5dc3b0
Compare
Choose a tag to compare

2.47.6 (2024-12-12)

Bug Fixes

v2.47.5

11 Dec 16:25
1c5b626
Compare
Choose a tag to compare

2.47.5 (2024-12-11)

Bug Fixes

v2.47.4

11 Dec 16:10
5e1e477
Compare
Choose a tag to compare

2.47.4 (2024-12-11)

Bug Fixes

  • call set auth for realtime on token changes (#1329) (5e1e477)

v2.47.4-rc.1

11 Dec 07:24
d76c7b3
Compare
Choose a tag to compare
v2.47.4-rc.1 Pre-release
Pre-release

2.47.4-rc.1 (2024-12-11)

Bug Fixes