2.5.0-beta-1
Pre-release
Pre-release
·
509 commits
to master
since this release
Changes
Compose Auth Ui
- Add AuthUiExperimental annotation by @iruizmar in #603
All composables now have aAuthUiExperimental
annotation instead ofSupabaseExperimental
Auth
- Handle
weak_password
andsession_not_found
auth error codes by @jan-tennert in #596
There is now a new subclass ofRestException
:AuthRestExcepton
which will be a super class for exceptions based on error codes. Currently, there are two new exceptions:AuthWeakPasswordException
andAuthSessionMissingException
More changes will follow. - Fix/improve session expiry calculation by @JOsacky in #610
Realtime
Misc
- Update README.md by @rafalgawlik in #605
New Contributors
- @rafalgawlik made their first contribution in #605