Releases: supabase-community/supabase-kt
Releases · supabase-community/supabase-kt
0.8.2
0.8.1
Changes
- Make the return value of
GoTrue#signUpWith
nullable. The function will return null, if auto-confirm is enabled for your supabase project, resulting in a log-in - Fix IDE warnings / build errors indicating that supabase-kt functions couldn't be inlined
- Add better serialization error handling
- Update android compile sdk to
33
Dependency updates
- Update Gradle to 8.0.1
- Update Android Gradle Plugin to 7.4.1
- Update atomic-fu to 0.20.0
0.8.0
Changes
- Add experimental Apollo GraphQL Client plugin by @jan-tennert in #57
- Rename GoTrue#getUser() to GoTrue#retrieveUser()
- Add GoTrue#retrieveUserForCurrentSession()
- Move and rename chat demo to demos/chat-demo-mpp
- Improve documentation
- Add headerOverride to EdgeFunction
- Change PostgrestResult back to data class (for accessing headers after a postgrest request)
- Add a completely new demo and remove the old ones (see README)
- Add support for changing the database schema in the Postgrest plugin by @jan-tennert in #51 (suggested in #50)
- Improve GoTrue configuration (no more imports) (#48)
- Add new dokka documentation (https://supabase-community.github.io/supabase-kt/)
Dependency updates
- Update Kotlin to 1.8.10
- Update Ktor to 2.2.3
0.8.0-beta-2-ios
Context
Support for IOS platforms, deep linking works like android but using URL Schemes
0.8.0-beta-2
Changes
- Add experimental Apollo GraphQL Client plugin by @jan-tennert in #57
- Rename GoTrue#getUser() to GoTrue#retrieveUser()
- Add GoTrue#retrieveUserForCurrentSession()
- Move and rename chat demo to demos/chat-demo-mpp
Dependency updates
- Update Kotlin to 1.8.10
- Update Ktor to 2.2.3
Full Changelog: 0.8.0-beta-1...0.8.0-beta-2
0.8.0-beta-1
Changes
-
Improve documentation
-
Add headerOverride to EdgeFunction
-
Change PostgrestResult back to data class (for accessing headers after a postgrest request)
-
Add a completely new demo and remove the old ones (see README)
-
Add new dokka documentation (https://supabase-community.github.io/supabase-kt/)
Full Changelog: 0.8.0-alpha-1...0.8.0-beta-1
0.8.0-alpha-1
Changes
- Add support for changing the database schema in the Postgrest plugin by @jan-tennert in #51 (suggested in #50)
- Improve GoTrue configuration (no more imports) (#48)
Full Changelog: 0.7.6...0.8.0-alpha-1