github supabase-community/supabase-kt 0.9.4

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

Changes

  • Improve storage download & upload by @jan-tennert in #120
    There are new upload & download method variants to provide a ByteReadChannel/ByteWriteChannel instead of a ByteArray
    This allows you to stream data rather than loading everything into memory. The JVM and Android extension functions use this approach by default.
  • Fix realtime channel status not changing to JOINED when not listening for postgres changes
  • Add more logging to IOS deeplinking
  • (Forgot to add this in a previous changelog) When calling Storage#get or Storage#from, the StorageApi instances are now cached

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.