Quick update: 0.6.0 #324
pilcrowonpaper
announced in
Announcements
Replies: 2 comments 3 replies
-
Sorry if I missed something, but no longer return |
Beta Was this translation helpful? Give feedback.
1 reply
-
Losing Supabase support will likely lose quite a few users. 😬 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While this is a "major" update, it's more of an update to the internal APIs and adapters.
Important changes
New packages
Make sure to install the latest package for all of them.
User id generation
With this update you can no longer return
null
inconfigurations.generateCustomUserId()
to let the database handle user id generation. Postgres is the only major database language that handles UUID generation in the first place, and it's not doing anything special. We recommend using the native web crypto API for handling UUID generation.Renamed errors
AUTH_INVALID_KEY
=>AUTH_INVALID_KEY_ID
AUTH_DUPLICATE_KEY
=>AUTH_DUPLICATE_KEY_ID
Beta Was this translation helpful? Give feedback.
All reactions