Releases: appwrite/sdk-for-node
Releases · appwrite/sdk-for-node
15.0.1
What's Changed
- Remove titles from all function descriptions.
- Fixes typing for collection "attribute" key.
- removed unnecessary awaits and asyncs.
- ensure AppwriteException response is always string.
New Contributors
- @ChiragAgg5k made their first contribution in #104
Full Changelog: 15.0.0...15.0.1
15.0.0
14.2.0
14.1.0
14.0.0
What's New
- Support for Appwrite 1.6
- Added
keyattribute toRuntimeresponse model. - Added
buildSizeattribute toDeploymentsresponse model. - Added
scheduledAtattribute toExecutionsresponse model. - Added
scopesattribute toFunctionsresponse model. - Added
specificationsattribute toFunctionsresponse model. - Added new response model for
Specifications. - Added new response model for
Builds. - Added
createJWT(): Enables creating a JWT using theuserId. - Added
listSpecifications(): Enables listing available runtime specifications. - Added
deleteExecution(): Enables deleting executions. - Added
updateDeploymentBuild(): Enables cancelling a deployment. - Added
scheduledAtparameter tocreateExecution(): Enables creating a delayed execution
Breaking changes
You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.6.x.
- Removed
otpparameter fromdeleteMFAAuthenticator. - Added
scopesparameter for create/update function. - Renamed
templateBranchtotemplateVersionincreateFunction(). - Renamed
downloadDeployment()togetDeploymentDownload()
Bug Fixes
- None reported.
Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.
New Contributors
- @EVDOG4LIFE made their first contribution in #92
Full Changelog: 13.0.0...14.0.0
14.0.0-rc.4
Full Changelog: 14.0.0-rc.3...14.0.0-rc.4
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