Releases: appwrite/sdk-for-deno
Releases · appwrite/sdk-for-deno
17.0.0
16.0.0
What's Changed
Features
- Introduce new
TablesDBservice with standardized conventions likecreateRow,createColumnetc. Learn More - Add new query options:
notContains,notSearch,notBetweenetc.
Improvements
- Add parameter descriptions to doc comments
- Add deprecated tags to legacy
Databaseservice and its methods
Note: Deprecated methods remain fully supported but may be removed in future versions.
Full Changelog: appwrite/sdk-for-node@17.2.0...18.0.0
15.1.0
What's Changed
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Add
dart38andflutter332support to runtime models - Add
encryptsupport toStringAttributemodel - Add
sequencesupport toDocumentmodel - Add
upsertDocumentsupport toDatabasesservice
Full Changelog: 15.0.0...15.1.0
15.0.0
What's Changed
- Add
<REGION>to doc examples due to the new multi region endpoints - Add doc examples and methods for bulk api transactions:
createDocuments,deleteDocumentsetc. - Add doc examples, class and methods for new
Sitesservice - Add doc examples, class and methods for new
Tokensservice - Add enums for
BuildRuntime,Adapter,Framework,DeploymentDownloadTypeandVCSDeploymentType - Update enum for
runtimeswith Pythonml312, Dart219, Flutter327 and Flutter329 - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Add
queriesandsearchparams tolistMembershipsmethod - Remove
searchparam fromlistExecutionsmethod
Full Changelog: 14.0.0...15.0.0
14.1.0-rc.1
Full Changelog: 14.0.0...14.1.0-rc.1
14.0.0
13.0.0
12.2.0
12.1.0
12.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 #21
Full Changelog: 11.0.0...12.0.0