Releases: supabase-community/supabase-kt
Releases · supabase-community/supabase-kt
0.7.3
- Fix signing up using OAuth on Kotlin/JS
Full Changelog: 0.7.2...0.7.3
0.7.2
- Set useHTTPs automatically depending on the supabase url (#40)
- Use SupabaseClient#useHTTPS as default for Realtime.Config#secure (#40)
Full Changelog: 0.7.1...0.7.2
0.7.1
- Properly support OTPs by @jan-tennert in #39
Full Changelog: 0.7.0...0.7.1
0.7.0
Features/Changes
- Add experimental support for Multi-Factor Authentication by @jan-tennert in #34
Wiki: Multi-Factor Authentication - Add missing SQL modifiers by @jan-tennert in #36 (#35)
- Add support for Image Transformations by @jan-tennert in #33
- Use decodeAs instead of decodeAsOrNull for decodeList in PostgrestResult (to see serialization errors)
- Rework the way plugins interact with Supabase APIs by @jan-tennert in #26
- Improve error handling for all APIs by @jan-tennert in #27
- Add new response exceptions: NotFoundRestException, BadRequestRestException, UnauthorizedRestException, UnknownRestException
- Add HttpTimeout to the library's Http Client, which can be customized within the supabase client builder
- Add new HttpRequestException thrown on network issues
- Make PostgrestResult a value class
- Replace OAuthProvider#provider() with OAuthProvider#name
- Remove Realtime#onStatusChange (collect the status flow instead)
Dependency updates
- Update Kotlin to 1.7.22
- Update Ktor to 2.2.1
0.7.0-RC-1
- Add Wiki page for Multi-Factor Authentication
0.7.0-beta-3
- Add experimental support for Multi-Factor Authentication by @jan-tennert in #34
- Add missing SQL modifiers by @jan-tennert in #36 (#35)
- Handle Internal Server Errors
- Fix GoTrue#getUser using the wrong header
Full Changelog: 0.7.0-beta-2...0.7.0-beta-3
0.7.0-beta-2
- Add support for Image Transformations by @jan-tennert in #33
- Use decodeAs instead of decodeAsOrNull for decodeList in PostgrestResult (to see serialization errors)
Full Changelog: 0.7.0-beta-1...0.7.0-beta-2
0.6.1
0.7.0-beta-1
- Fix postgrest GET requests on Kotlin/JS (#32)
- Update to Kotlin 1.7.21
- Update to Ktor 2.2.1
0.7.0-alpha-2
- Fix failure on every request by @jan-tennert in #30
Full Changelog: 0.7.0-alpha-1...0.7.0-alpha-2