Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Releases: supabase-community/gotrue-kt

0.3.0

31 Jan 00:53
Compare
Choose a tag to compare
  • Aligned the parameter names for url and headers with JS client (previously baseUrl and defaultHeaders)
  • Fix reusability of HTTP Client by passing in a function rather than a CloseableHttpClient directly

0.2.0 - Polishing / JVMTarget

28 Jan 14:51
Compare
Choose a tag to compare
  • Lowered the JVM compilation target to 8, possibly allowing Android users to use this lib (still needs testing)
  • Added JavaDoc for the most important bits
  • Aligned method parameters with JS client

Initial release

28 Jan 12:42
Compare
Choose a tag to compare
  • Setup automatic publishing to JFrog Bintray
  • Support for Kotlin (Backend)
  • All API endpoints supported