github supabase-community/supabase-kt 3.5.0

latest releases: 3.7.0-beta-1, 3.6.0
2 months ago

Changes

Core

Storage

  • [Fix] Use options parameter in createOrContinueUpload by @vojta-horanek in #1188
  • Add experimental support for vector, analytic buckets & storage, auth improvements by @jan-tennert in #1196
  • do not rewrite signed URL to render endpoint for empty transform object by @jan-tennert in #1212

Postgrest

Auth

Functions

Realtime

Compose Auth

Because I forgot to put it in the previous changelog:

  • The credentials when successfully signing in via native auth are now exposed, so you can access data like name, phone number, etc. This is currently only supported for Native Google Auth on Android and Native Apple Auth on iOS:
is NativeSignInResult.Success -> {
    val credential = result.data.google.credential
    credential.displayName 
    credential.phoneNumber
    // ...
}

New Contributors

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.