v2.19.0
github-actions
released this
14 Feb 16:14
·
224 commits
to master
since this release
2.19.0 (2023-02-14)
Bug Fixes
- admin user create & update (#929) (5526627)
- backfill email identities for invited users (#914) (f7286dd), closes #895
- create identity for invited user (#895) (8ddf54b), closes /github.com/supabase/gotrue/blob/65817282f2ed05bae19b57f85d4c09cf20b7780c/models/linking.go#L73-L79
- fetch new IDP metadata if stale (#833) (be3766d)
- make migration idempotent (#923) (c792443)
- set emailChange to email (#920) (c23b6ce), closes #897
Features
- add endpoint to resend email confirmation (#912) (a50b5a7), closes #312
- add generated admin client (#924) (3ee3f34)
- add safe deferred closing (#945) (29c431f)
- deprecate and explicitly allow freeform ID token issuers (#934) (99df661)
- internalize implementation (#925) (1a52eb6)
- remove
id_token
flow with freeform provider (#927) (2646967) - remove unused API
NewAPIFromConfigFile
(#909) (f91a450) - rename package to supabase from netlify (#947) (4f5c2f6)
- revert "remove
id_token
flow with freeform provider" (#933) (4d98e30), closes supabase/gotrue#927 - update
github.com/lestrrat-go/jwx/jwk
to 1.2.25 (#926) (ff8ee5a)