Skip to content

Releases: supabase-community/supabase-kt

0.8.2

03 Mar 15:32
379905e
Compare
Choose a tag to compare

Changes

  • Fix stack overflow exception when adding the GraphQL plugin (#60)

0.8.1

27 Feb 21:16
fbe26a7
Compare
Choose a tag to compare

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

15 Feb 22:39
fd1debb
Compare
Choose a tag to compare

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)

Dependency updates

  • Update Kotlin to 1.8.10
  • Update Ktor to 2.2.3

0.8.0-beta-2-ios

09 Feb 20:24
1821bd2
Compare
Choose a tag to compare
0.8.0-beta-2-ios Pre-release
Pre-release

Context

Support for IOS platforms, deep linking works like android but using URL Schemes

0.8.0-beta-2

09 Feb 20:04
1821bd2
Compare
Choose a tag to compare
0.8.0-beta-2 Pre-release
Pre-release

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

02 Feb 19:40
628eba9
Compare
Choose a tag to compare
0.8.0-beta-1 Pre-release
Pre-release

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

29 Jan 18:24
3aaee0f
Compare
Choose a tag to compare
0.8.0-alpha-1 Pre-release
Pre-release

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

0.7.6

23 Jan 16:10
e339495
Compare
Choose a tag to compare

Changes

  • Fix BucketApi#downloadAuthenticated and BucketApi#downloadPublic using the wrong url (#47)

Dependency updates

  • Update multiplatform-settings to 1.0.0

0.7.5

16 Jan 15:31
89e690b
Compare
Choose a tag to compare

Changes

  • Use file path for default content type (#46)
  • Make BucketItem properties nullable in case the item is a folder (#45)

Dependency updates

  • Update Ktor to 2.2.2

0.7.4

05 Jan 02:20
cab5cc1
Compare
Choose a tag to compare

Dependency updates

  • Update Kotlin to 1.8.0
  • Update atomic-fu to 0.19.0

Full Changelog: 0.7.3...0.7.4