Skip to content

Releases: supabase-community/supabase-kt

0.7.3

28 Dec 19:40
ecb755e
Compare
Choose a tag to compare
  • Fix signing up using OAuth on Kotlin/JS

Full Changelog: 0.7.2...0.7.3

0.7.2

27 Dec 01:57
ab601cb
Compare
Choose a tag to compare
  • 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

22 Dec 22:49
1f11ee5
Compare
Choose a tag to compare

Full Changelog: 0.7.0...0.7.1

0.7.0

18 Dec 23:02
a685adc
Compare
Choose a tag to compare

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

16 Dec 19:56
6cbef3d
Compare
Choose a tag to compare
0.7.0-RC-1 Pre-release
Pre-release

0.7.0-beta-3

15 Dec 22:46
37cede3
Compare
Choose a tag to compare
0.7.0-beta-3 Pre-release
Pre-release
  • 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

13 Dec 20:15
6ed3c96
Compare
Choose a tag to compare
0.7.0-beta-2 Pre-release
Pre-release
  • 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

09 Dec 16:11
32b7fb2
Compare
Choose a tag to compare
  • Fix postgrest GET requests on Kotlin/JS (#32)

0.7.0-beta-1

09 Dec 16:18
2ffe9a6
Compare
Choose a tag to compare
0.7.0-beta-1 Pre-release
Pre-release
  • 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

22 Nov 15:48
07b1edf
Compare
Choose a tag to compare
0.7.0-alpha-2 Pre-release
Pre-release

Full Changelog: 0.7.0-alpha-1...0.7.0-alpha-2