Changes
Storage
- Make the default value for
Storage.Config.resumable#cachenullto prevent a NullPointerException in testing enviroments. (If it's set to null, the default cache implementation will be used) - Fix
BucketApi#createSignedUploadUrlreturning an invalid url - Fix
BucketApi#createSignedUrlnot correctly adding transformation parameters - Fix
BucketApi#createSignedUrlreturning an invalid url - Fix
BucketListFilter#sortBynot working correctly - Add missing
destinationBucketparameter toBucketApi#copyandBucketApi#moveby @jan-tennert in #562
Auth
- Move
enableLifecycleCallbacksto the common source set (still only used on Android) by @jan-tennert in #561 - Add
AuthConfig#minimalSettings(useful for servers or testing, disabling session storage and uses only in-memory caches) by @jan-tennert in #561
Realtime
- Remove the suspend modifier for
RealtimeChannel#postgresListDataFlowby @jan-tennert in #563 - When a postgres flow is closed, the joining payload will now be correctly cleaned by @jan-tennert in #563