Skip to content

2.3.0-beta-2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jan-tennert jan-tennert released this 03 Apr 22:17
· 134 commits to development since this release
e0068b6

Changes

Realtime

Auth

Postgrest

  • 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.