🚀 Features
- Enum support for drizzle schema - by @himself65 in #5287 (fd780)
- Nextjs 16 guide - by @Kinfe123 and @himself65 in #5296 (8db97)
- anonymous: Support phone number verification for account linking - by @Bekacru in #5294 (07654)
- sso: Add option to provide login hint - by @tnkuehne and Copilot in #5283 (6f231)
🐞 Bug Fixes
- Type compatibility with
exactOptionalPropertyTypes
- by @Kinfe123 and @himself65 in #5236 (f2723) - Remove deprecated
ssoClient
export from client plugin - by @Kinfe123 in #5307 (ee229) - GetAcccessToken refresh should properly refresh when oauth tokens are encrypted - by @bsklaroff in #5094 (16236)
- Resolve custom URL scheme origin matching with wildcards - by @AntonVishal and antonvishal in #5248 (82de6)
- Respect additionalFields returned config for user data when setting cookie cache - by @ahmed-abdat, @Bekacru and Bereket Engida in #5327 (a048f)
- adapter:
- Inconsistent mongo
ends_with
query - by @ping-maxwell in #5160 (cd006)
- Inconsistent mongo
- admin:
- Stricter body validation with the setUserPassword api - by @hieudien14310 and @ping-maxwell in #5075 (3b863)
- drizzle-adapter:
- Handle all operators in multiple
where
conditions - by @Kinfe123 and @ping-maxwell in #5311 (58ffd)
- Handle all operators in multiple
- oidc-provider:
- organization:
- Prevent duplicate slug on organization update - by @kira-1011, @Bekacru, @ping-maxwell and @Kinfe123 in #5095 (5769e)
- Compatibility with declaration on tsconfig.json - by @himself65 and Copilot in #5334 (19f5c)
- Compatibility with
exactOptionalPropertyTypes
- by @himself65 in #5337 (b4a7e)
- username:
- Compacity with
exactOptionalPropertyTypes
- by @himself65 in #5313 (af03d)
- Compacity with