Skip to content

Latest commit

 

History

History
74 lines (36 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

74 lines (36 loc) · 4.51 KB

Changelog

2.8.5 (2024-05-08)

Bug Fixes

2.8.4 (2024-05-08)

Bug Fixes

  • functions: invoke with custom http method (#367) (a283b68)

2.8.3 (2024-05-07)

Bug Fixes

  • auth: extract both query and fragment from URL (#365) (e9c7c8c)

2.8.2 (2024-05-06)

Bug Fixes

2.8.1 (2024-04-29)

Bug Fixes

  • auth: add missing is_anonymous field (#355) (854dc42)

2.8.0 (2024-04-22)

Features

  • functions: add experimental invoke with streamed responses (#346) (2611b09)
  • functions: add support for specifying function region (#347) (f470874)
  • postgrest: add geojson, explain, and new filters (#343) (56c8117)
  • realtime: add closure based methods (#345) (dfe09bc)

Bug Fixes

2.7.0 (2024-04-16)

Features

  • auth: add getLinkIdentityURL (#342) (202383d)
  • auth: add signInWithOAuth (#299) (1290bcf)
  • expose PostgrestClient methods directly in SupabaseClient (#336) (aca50a5)

Bug Fixes

  • postgrest: race condition when executing request (#327) (8063610)
  • postgrest: race condition when setting fetchOptions and execute method call (#325) (97d1900)

2.6.0 (2024-04-03)

Features