Releases: supabase-community/godot-engine.supabase
Releases · supabase-community/godot-engine.supabase
Supabase API - 4.0.2
SDK updated for Godot Engine 4.0.2 and Supabase LW7 updates.
#62
Full Changelog: v3.3.0...LW7
Supabase API - 4.0.1
This release fixes Supabase API addon for Godot 4.0.1
What's Changed
- align by @fenix-hub in #39
- [Bug-Fix] - Authentication Bearer Token Not Refreshing by @BossMBGaming in #45
- fix: removed dangling null by @3ddelano in #49
- fix sign up function by @stmn in #51
- fix result enum by @stmn in #50
- 4.x patches by @stmn in #52
- Rework realtime client by @stmn in #53
- 4.x - fixes for verify OTP methods by @phil-hudson in #56
- allow update method to only update email address by @phil-hudson in #57
- Fix db error message fatal by @phil-hudson in #58
New Contributors
- @BossMBGaming made their first contribution in #45
- @3ddelano made their first contribution in #49
- @stmn made their first contribution in #51
- @phil-hudson made their first contribution in #56
Full Changelog: v3.2.0...v3.3.0
Supabase API - v3.2.0
- fix indentation
- add debug() function
Supabase API - v3.0.5
- fixed anonymous sign in
- fixed logout
- added phone authentication support
Update v3.0.2
Merge pull request #31 from fenix-hub/dev Update v3.0.2
Update v3.0.1
- added support for
upsert
instorage.upload()
(related to #32)
Version 3.0.0
Complete support
v2.6
Update v2.5
- added support for /realtime
- fixed queries
- added
Task
logic - updated wiki