Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@jan-tennert jan-tennert released this 31 Jan 20:22
056ed7b

Changes

Storage

Auth

Realtime

  • Improve behavior for realtime channel creation and improve docs by @jan-tennert in #831
    If a channel with the same channelId exists, Realtime#channel() will return it instead of creating a new one. The channel will now also be saved after calling Realtime#channel() instead at subscribing.
  • Add pull token approach to realtime by @jan-tennert in #807
  • Prevent sending expired tokens to realtime by @jan-tennert in #808

PostgREST

  • Add custom exception for PostgREST API errors and include HttpResponse in RestExceptions by @jan-tennert in #789
    • All PostgREST rest exceptions are a PostgrestRestException, which contain PostgREST fields like hint, code.
    • All RestExceptions now contain the full HttpResponse as a property.

Docs

Compose Auth

  • Make the dialog type for the Native Google Sign In configurable by @jan-tennert in #832
    New type parameter for rememberSignInWithGoogle(), only functional on Android.

New Contributors