github supabase-community/supabase-kt 0.9.2

latest releases: 3.7.0-beta-1, 3.6.0, 3.5.0...
3 years ago

Changes

0.9.2 introduces new experimental methods I originally planned for 0.9.0, but they took a little bit longer:

  • Use the supabaseKey as fallback for api endpoints if no session is available (allows you to interact with the api as anon)
  • Introduce new resumable upload api for storage by @jan-tennert in #97 (see wiki)
  • Add new storage android methods: BucketApi#upload(path, uri), BucketApi#uploadAsFlow(path, uri), BucketApi#update(path, uri), BucketApi#updateAsFlow(path, uri), BucketApi#uploadToSignedUrl(path, uri), BucketApi#uploadToSignedUrl(path, uri) (make sure your app has access to them)
  • Add new demo showcasing the resumable uploads

Dependency updates

  • Bump ktor from 2.2.4 to 2.3.0
  • Bump io.github.reactivecircus.cache4k:cache4k from 0.9.0 to 0.10.0

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.