Skip to content

0.9.4

Choose a tag to compare

@jan-tennert jan-tennert released this 29 Apr 12:35
88a580b

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