- Fix token refresh for just promoted users with a yet unverified email address. Thanks @UserNobody14 🙏.
- Move unverified email addresses into a separate column to simplify and gurantee that entries in
_user.emailare verified. - Disable FK constraints during SQLite migrations consistently across sync and async drivers.
- Fix python client: promote anonymous users. Thanks @UserNobody14 🙏.
- Fix dart client: SSE change event parsing. Thanks @devsdocs 🙏.
- Update dependencies.
What's Changed
- fix: Python Client Calls Wrong API by @UserNobody14 in #270
- fix: Silent Refresh Auth Bug by @UserNobody14 in #271
New Contributors
- @UserNobody14 made their first contribution in #270
Full Changelog: v0.31.1...v0.31.2