3.0.0-rc-1
Pre-release
Pre-release
jan-tennert
released this
24 Sep 18:37
·
177 commits
to master
since this release
Changes
Auth
- Refactor SessionStatus by @jan-tennert in #725
- Move
SessionStatus
to its ownstatus
package - Rename
SessionStatus#LoadingFromStorage
toSessionStatus#Initializing
- Rename and refactor
SessionStatus#NetworkError
toSessionStatus#RefreshFailure(cause)
Note: The cause can be eitherRefreshFailureCause#NetworkError
orRefreshFailureCause#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.
- Move