Skip to content

2.5.0-beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jan-tennert jan-tennert released this 29 May 01:09
· 509 commits to master since this release
580519a

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