2.3.0-beta-2
Pre-release
Pre-release
·
134 commits
to development
since this 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#modifyUser
toAuth#updateUser
by @jan-tennert in #534
Postgrest
- Add support for using GET when calling database functions by @jan-tennert in #538
There is now amethod
parameter which takes in aRpcMethod
. This can either bePOST
,HEAD
orGET
. The head parameter has been removed.