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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
Storage
Make the default value for Storage.Config.resumable#cachenull to prevent a NullPointerException in testing enviroments. (If it's set to null, the default cache implementation will be used)
Fix BucketApi#createSignedUploadUrl returning an invalid url
Fix BucketApi#createSignedUrl not correctly adding transformation parameters
Fix BucketApi#createSignedUrl returning an invalid url
Fix BucketListFilter#sortBy not working correctly
Add missing destinationBucket parameter to BucketApi#copy and BucketApi#move by @jan-tennert in #562
Auth
Move enableLifecycleCallbacks to 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#postgresListDataFlow by @jan-tennert in #563
When a postgres flow is closed, the joining payload will now be correctly cleaned by @jan-tennert in #563