Changes
Core
- Update Kotlin to
2.0.0-RC1
Postgrest
- Add referenced table parameter to
orandandby @jan-tennert in #551 - Fix nested
orblocks 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 amethodparameter which takes in aRpcMethod. This can either bePOST,HEADorGET. 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#modifyUsertoAuth#updateUserby @jan-tennert in #534 - Return full a full
UserInfoon sign up by @jan-tennert in #528
ThesignUpWithmethod will now return aUserInfoobject for theEmail,PhoneandIDTokeninstead of separate Result objects. - Allow customizing the custom tab intent on Android by @jan-tennert in #529