2.72.0 (2025-09-11)
- correct typo in GoTrueClient initializePromise comment (#1093) (3a147b5)
- docs for ethereum (#1117) (aadf02e)
- update typedoc to 0.23 (#1113) (91474d6)
2.71.1 (2025-07-17)
2.71.0 (2025-07-10)
- fallback to
getUser()if thekidof the JWT is not found (#1080) (9721f60) - introduce experimental split user and session storage (#1023) (e7b2f21)
- make
getClaims()non experimental, add global cache (#1078) (ffe13d7) - remove solana dependency by inlining types (#1079) (7665f94)
2.70.0 (2025-05-16)
- add
signInWithWeb3with solana (#1037) (cff5bcb) - validate uuid and sign out scope parameters to functions (#1063) (1bcb76e)
- add missing
deleted_atproperty toUserinterface (#1059) (96da194) - export
processLockfrom toplevel (#1057) (d99695a)
2.69.1 (2025-03-24)
2.69.0 (2025-03-22)
2.68.0 (2025-01-21)
2.67.3 (2024-12-17)
2.67.2 (2024-12-16)
2.67.1 (2024-12-13)
2.67.0 (2024-12-12)
- add email_address_invalid error code (#994) (232f133)
- return error early for redirects (#992) (9f32d30)
2.66.1 (2024-12-04)
- add loose auto complete to string literals where applicable (#966) (fd9248d)
- add new error codes (#979) (dfb40d2)
- don't remove session for identity linking errors (#987) (e68ebe6)
2.66.0 (2024-11-01)
2.65.1 (2024-10-14)
- Call
SIGNED_OUTevent where session is removed (#854) (436fd9f) - improve
mfa.enrollreturn types (#956) (8a1ec06) - move MFA sub types to internal file (#964) (4b7455c)
- remove phone mfa deletion, match on error codes (#963) (ef3911c)
2.65.0 (2024-08-27)
- add bindings for Multi-Factor Authentication (Phone) (#932) (b957c30)
- add kakao to sign in with ID token (#845) (e2337ba)
- remove session, emit
SIGNED_OUTwhen JWTsession_idis invalid (#905) (db41710)
- Correct typo in GoTrueClient warning message (#938) (8222ee1)
- don't throw error in exchangeCodeForSession (#946) (6e161ec)
- move docker compose to v2 (#940) (38eef89)
2.64.4 (2024-07-12)
2.64.3 (2024-06-17)
- don't call removeSession prematurely (#915) (e0dc518)
- limit proxy session warning to once per client instance (#900) (4ecfdda)
- patch release workflow (#922) (f84fb50)
- type errors in verifyOtp (#918) (dcd0b9b)
2.64.2 (2024-05-03)
- signOut should ignore 403s (#894) (eeb77ce)
- suppress getSession warning whenever _saveSession is called (#895) (59ec9af)
2.64.1 (2024-04-25)
2.64.0 (2024-04-25)
- Revert "fix:
getUserreturns null if there is no session (#876)" (#889) (6755fef) - revert check for access token in header (#885) (03d8ba7)
2.63.2 (2024-04-20)
2.63.1 (2024-04-18)
getUserreturns null if there is no session (#876) (6adf8ca)- implement exponential back off on the retries of
_refreshAccessTokenmethod (#869) (f66711d) - update session warning (#879) (3661130)