github supabase-community/supabase-kt 2.5.0-beta-1

latest releases: 3.7.0, 3.7.0-beta-1, 3.6.0...
pre-release2 years ago

Changes

Compose Auth Ui

  • Add AuthUiExperimental annotation by @iruizmar in #603
    All composables now have a AuthUiExperimental annotation instead of SupabaseExperimental

Auth

  • Handle weak_password and session_not_found auth error codes by @jan-tennert in #596
    There is now a new subclass of RestException: AuthRestExcepton which will be a super class for exceptions based on error codes. Currently, there are two new exceptions: AuthWeakPasswordException and AuthSessionMissingException
    More changes will follow.
  • Fix/improve session expiry calculation by @JOsacky in #610

Realtime

  • Fix presences updates for RealtimeChannel#presenceDataFlow working incorrectly by @JOsacky in #607

Misc

New Contributors

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.