You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Core
Update Kotlin to 2.0.0-RC1
Postgrest
Add referenced table parameter to or and and by @jan-tennert in #551
Fix nested or blocks working incorrectly
Auto remove line breaks and white spaces when unquoted on Columns.Raw by @iruizmar in #544
Add support for using GET when calling database functions by @jan-tennert in #538
There is now a method parameter which takes in a RpcMethod. This can either be POST, HEAD or GET. The head parameter has been removed.
Realtime
Stabilize new flow presence and postgres methods by @jan-tennert in #535
Auth
Stabilize linking identities and signing in anonymously by @jan-tennert in #535
Rename Auth#modifyUser to Auth#updateUser by @jan-tennert in #534
Return full a full UserInfo on sign up by @jan-tennert in #528
The signUpWith method will now return a UserInfo object for the Email, Phone and IDToken instead of separate Result objects.
Allow customizing the custom tab intent on Android by @jan-tennert in #529