Releases: appwrite/sdk-for-node
Releases · appwrite/sdk-for-node
14.0.0-rc.3
Full Changelog: 14.0.0-rc.2...14.0.0-rc.3
14.0.0-rc.2
Full Changelog: 14.0.0-rc.1...14.0.0-rc.2
14.0.0-rc.1
- Release Candidate for 1.6.0
Full Changelog: 13.0.0...14.0.0-rc.1
13.0.0
What's Changed
Breaking changes
- Renamed
CreditCard.ConsosudtoCreditCard.Cencosud - Removed
Name.Hamsterv1 - Removed return type for
Account.deleteMfaAuthenticator() - Renamed
fromparam totemplateIdinMessaging. createMsg91Provider()andMessaging.updateMsg91Provider() - Moved
InputFiletonode-appwrite/file
Notable changes
- Added
attachmentsparam toMessaging.updateEmail() - Added
Flag.FrenchPolynesia - Make SDK compatible with runtimes used for SSR
- Migrated the SDK to TypeScript
Fixes
- Other fixes and enhancements
New Contributors
Full Changelog: 12.0.1...13.0.0
12.1.0-rc.4
What's Changed
- feat: add support for typescript by @christyjacob4 in #80
New Contributors
Full Changelog: 12.0.1...12.1.0-rc.4
12.1.0-rc.3
What's Changed
- feat: add support for typescript by @christyjacob4 in #80
New Contributors
Full Changelog: 12.0.1...12.1.0-rc.3
12.1.0-RC2
What's Changed
- feat: add support for typescript by @christyjacob4 in #80
- fix: travis deploy by @christyjacob4 in #81
Full Changelog: 12.0.1...12.1.0-RC2
12.1.0-RC1
What's Changed
- feat: add support for typescript by @christyjacob4 in #80
Full Changelog: 12.0.1...12.1.0-RC1
12.0.1
12.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)
updateRecoveryno longer requirespasswordAgain.createEmailSessionrenamed tocreateEmailPasswordSessionupdatePhoneSessionrenamed tocreatePhoneTokencreateMagicURLSessionrenamed tocreateEmailTokencreateOAuth2Sessionrenamed tocreateOAuth2TokenupdatePhone,updateMagicURLSession, which are the confirmation flows for password-less logins, are renamed tocreateSessionand accept asecretto create session.
If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.