Skip to content

0.9.2

Choose a tag to compare

@jan-tennert jan-tennert released this 20 Apr 20:28
a7f707d

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