You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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