Changes
Core
- Allow nullable types in SupabaseSerializer and Postgrest decoding by @ferhatwi in #1175
- Switch log level for network issue related logs to DEBUG by @jan-tennert in #1159
- Temporary fix for the log level by @jan-tennert in #1169
Auth
- Add redirectUrl to resendEmail by @hieuwu in #1138
- Add X provider by @jan-tennert in #1140
- Add missing properties to
UserInfoandUserMFAFactorby @jan-tennert in #1139 - Add further debug information to requests with an expired token by @jan-tennert in #1149
- Add channel parameter to OTP provider for WhatsApp support by @JOsacky in #1158
- Add
Auth#getClaims()API and migrate to KotlinX IO by @jan-tennert in #1141
Functions
- Fix invalid default rest exception in
Functions#parseErrorResponse()by @jan-tennert in #1142
Storage
- Add
setHeader()to BucketApi by @jan-tennert in #1177
Realtime
- Teardown channels after disconnecting from realtime by @jan-tennert in #1178