This is the first release in a series of small releases on the 4.0-track before it goes release candidate. Expect a few additional beta versions coming out soon. The goal is to get a stable 4.0 release as soon as possible.
Dexie Cloud
- Dexie Cloud Manager where you can purchase a production subscription, manage database login policy, describe your databases and view and upgrade individual users. Also possible to specify a custom SMTP settings to relay all OTP and invite emails.
- Latest version of dexie-cloud-addon is 4.0.1-beta.56.
- Allow database owners to troubeshoot issues that their users are facing. A database owner with full access to the all database content through the API or through
npx dexie-cloud export
can now also login to their app with " as " in the email field and get the OTP sent to their own email but be authenticated as the other user. - Support {otp, otpId} as arguments to db.cloud.login(). The parameters must come from an OTP challenge. This will bypass the login dialog and directly authenticate the user. Usefule when customizing email templates to generate magic links with the otp and otpId as part of the query to the app.
Bugfixes
dexie-export-import
Other
- Expose the optional TInsertType of Dexie.Table generic: c94e9e8