Changes
- Improve storage download & upload by @jan-tennert in #120
There are new upload & download method variants to provide aByteReadChannel/ByteWriteChannelinstead 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
JOINEDwhen not listening for postgres changes - Add more logging to IOS deeplinking
- (Forgot to add this in a previous changelog) When calling
Storage#getorStorage#from, theStorageApiinstances are now cached