5.0.0
What's New
- Support for Appwrite 1.5
- Added enum support.
- Added SSR support, learn more in docs.
- Added messaging service support, learn more in docs.
- Added
Query.containssupport. Can be used on array and string attributes. - Added
Query.orquery support. Can be used to apply a logical or on all nested queries inside. - Added 2FA support learn more in docs
- Added tokens support, can be used for one-time password login flows, learn more in docs
Breaking changes
You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.5.x.
Account changes (use with SSR)
update_recoveryno longer requirespassword_again.create_email_sessionrenamed tocreate_email_password_sessionupdate_phone_sessionrenamed tocreate_phone_tokencreate_magic_url_sessionrenamed tocreate_email_tokencreate_o_auth2_sessionrenamed tocreate_o_auth2_tokenupdate_phone,update_magic_url_session, which are the confirmation flows for password-less logins, are renamed tocreate_sessionand accept asecretto create session.
If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.