2.3.0-beta-2
Pre-release
Pre-release
Changes
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
Postgrest
- 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.