supabase-js

An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.

MIT License

Downloads
1.9M
Stars
3.2K
Committers
68

Bot releases are visible (Hide)

supabase-js - v2.0.0-rc.13

Published by kiwicopple about 2 years ago

2.0.0-rc.13 (2022-10-11)

Bug Fixes

  • bump rc versions (aec65c3)
  • keep second channel with same topic open on rapid re-subscribe (50d4b32)
supabase-js - v2.0.0-rc.12

Published by kiwicopple about 2 years ago

2.0.0-rc.12 (2022-10-10)

Bug Fixes

  • custom authorization header should not be overwritten (#584) (2f271f8)
supabase-js - v2.0.0-rc.11

Published by kiwicopple about 2 years ago

2.0.0-rc.11 (2022-10-10)

Bug Fixes

supabase-js - v1.35.7

Published by kiwicopple about 2 years ago

1.35.7 (2022-09-21)

Bug Fixes

  • keep second channel with same topic open on rapid re-subscribe (50d4b32)
supabase-js - v2.0.0-rc.10

Published by kiwicopple about 2 years ago

2.0.0-rc.10 (2022-09-09)

Bug Fixes

supabase-js - v2.0.0-rc.9

Published by kiwicopple about 2 years ago

2.0.0-rc.9 (2022-09-08)

Bug Fixes

  • upgrade gotrue-js (rc.4) and postgrest-js (rc.5) (d7d148d)
supabase-js - v2.0.0-rc.8

Published by kiwicopple about 2 years ago

2.0.0-rc.8 (2022-08-30)

Bug Fixes

  • deps: bump postgrest-js (4d43f7f)
supabase-js - v2.0.0-rc.7

Published by kiwicopple about 2 years ago

2.0.0-rc.7 (2022-08-29)

Bug Fixes

  • ignore case when creating realtime url (331cce3)
supabase-js - v2.0.0-rc.6

Published by kiwicopple about 2 years ago

2.0.0-rc.6 (2022-08-23)

Bug Fixes

supabase-js - v1.36.0-next.29

Published by kiwicopple about 2 years ago

1.36.0-next.29 (2022-08-23)

Bug Fixes

  • remove trailing white space from url (#504) (e2f3a2a)
supabase-js - v2.0.0-rc.5

Published by kiwicopple about 2 years ago

2.0.0-rc.5 (2022-08-22)

Bug Fixes

  • bump realtime-js version to 2.0.0-rc.5 (56e8fde)
supabase-js - v2.0.0-rc.4

Published by kiwicopple about 2 years ago

2.0.0-rc.4 (2022-08-19)

Features

  • update realtime-js version to 2.0.0-rc.4 (33edb5b)
supabase-js - v2.0.0-rc.3

Published by kiwicopple about 2 years ago

2.0.0-rc.3 (2022-08-18)

Bug Fixes

  • update realtime-js version to 2.0.0-rc.2 (899b46a)
supabase-js - v2.0.0-rc.2

Published by kiwicopple about 2 years ago

2.0.0-rc.2 (2022-08-18)

Bug Fixes

supabase-js - v2.0.0-rc.1

Published by kiwicopple about 2 years ago

For a full list of changes in this version, refer to our migration guide here

2.0.0-rc.1 (2022-08-16)

Bug Fixes

  • add types to tests (29752d6)
  • bump gotrue-js and storage-js next versions (3a6abd6)
  • bump gotrue-js version (next.15) (a8acc65)
  • bump gotrue-js/next (#495) (8fe7215)
  • bump gotrue-js/next version (#485) (501b1aa)
  • bump gotrue-js/next version (#508) (1814be2)
  • bump next versions of dependencies (f5e2809)
  • bump postgrest-js version (next.6) (f4d9695)
  • bump storage to v1.8.0-next.5 (78d07e4)
  • bump storage-js next version (ea510e0)
  • bump storage-js/next version (0d58fb6)
  • change default to public (458cdeb)
  • circular auth fetch (e537ee7)
  • from method typings (cf83a99)
  • include apikey in custom fetch (5ff8055)
  • make everything optional (a927eeb)
  • make realtime work with gotrue v2 (c982288)
  • modify constructor (8979d56)
  • only enrich payload for database changes (ddb6676)
  • pass through function types (03259e0)
  • patch types (72b7ff3)
  • revert funky newlines (005803a)
  • set apikey instead of append (8dace6e)
  • update gotrue-js to 1.23.0-next.3 (2fdd6fa)
  • update schema arg (fd24f19)

Features

  • add Realtime Channel helper methods (a1ac269)
  • change type for db (36dc881)
  • namespace storage key (#460) (1cba0b5)
  • postgrest-js@1 (f0a3691)
  • reduce Realtime footprint to four helper methods (6773d6e)
  • Release V2 RC (c487683)
  • replace existing Realtime API with new Realtime API (04f66b4)
  • upgrade realtime-js to v1.7.3 (8503715)
  • use getSession from gotrue-js (2c3df35)
  • version bump realtime-js to 1.8.0-next.16 (127bba6)
  • version bump realtime-js to v1.8.0-next.17 (945d2a6)

BREAKING CHANGES

supabase-js - v1.36.0-next.28

Published by kiwicopple about 2 years ago

1.36.0-next.28 (2022-08-16)

Bug Fixes

  • bump gotrue version (#487) (3b758b8)
  • import cross-fetch dynamically (bea7d97)
  • revert new Realtime API featuring Broadcast and Presence (e155e65)
supabase-js - v1.36.0-next.27

Published by kiwicopple about 2 years ago

1.36.0-next.27 (2022-08-16)

Features

  • version bump realtime-js to v1.8.0-next.17 (945d2a6)

Reverts

  • Revert "Revert "Merge pull request #462 from supabase/feat/new-realtime-api"" (fdb7bf5), closes #462
supabase-js - v1.36.0-next.26

Published by kiwicopple about 2 years ago

1.36.0-next.26 (2022-08-16)

Bug Fixes

  • pass through function types (03259e0)
supabase-js - v1.36.0-next.25

Published by kiwicopple about 2 years ago

1.36.0-next.25 (2022-08-16)

Bug Fixes

supabase-js - v1.36.0-next.24

Published by kiwicopple about 2 years ago

1.36.0-next.24 (2022-08-16)

Bug Fixes

  • bump next versions of dependencies (f5e2809)