github supabase-community/supabase-kt 3.0.0-rc-1

latest releases: 3.7.0, 3.7.0-beta-1, 3.6.0...
pre-release23 months ago

Changes

Auth

  • Refactor SessionStatus by @jan-tennert in #725
    • Move SessionStatus to its own status package
    • Rename SessionStatus#LoadingFromStorage to SessionStatus#Initializing
    • Rename and refactor SessionStatus#NetworkError to SessionStatus#RefreshFailure(cause)
      Note: The cause can be either RefreshFailureCause#NetworkError or RefreshFailureCause#InternalServerError. In both cases the refreshing will be retried and the session not cleared from storage. During that time, the session is obviously not usable.

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.