mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
This commit adds minor version releases for all client and server SDKs to deprecate the `createVerification` method in the Account service and introduce the new `createEmailVerification` method as its replacement. Updated SDKs: Client SDKs: - Android: 11.0.0 → 11.1.0 - Web: 21.0.0 → 21.1.0 - Flutter: 20.0.0 → 20.1.0 - Apple: 13.0.0 → 13.1.0 - React Native: 0.15.0 → 0.16.0 Server SDKs: - Node.js: 20.0.0 → 20.1.0 - PHP: 17.2.0 → 17.3.0 - Python: 13.2.0 → 13.3.0 - Ruby: 19.0.0 → 19.1.0 - Go: 0.13.0 → 0.14.0 - .NET: 0.19.0 → 0.20.0 - Dart: 19.0.0 → 19.1.0 - Kotlin: 12.0.0 → 12.1.0 - Swift: 13.0.0 → 13.1.0 Console SDK: - CLI: 10.0.1 → 10.1.0
3 KiB
3 KiB
Change Log
20.1.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
17.2.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Fix autocompletion not working for
Documentmodel even when generic is passed
17.1.0
- Add
upsertDocumentmethod - Add
dart-3.8andflutter-3.32runtimes - Add
gifimage format - Update bulk operation methods to reflect warning message
- Fix file parameter handling in chunked upload method
17.0.0
- Add
REGIONto 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 - Updates enum for
runtimeswith Pythonml312, Dart219, Flutter327 and Flutter329 - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Add
queriesandsearchparams tolistMembershipsmethod - Removes
searchparam fromlistExecutionsmethod
16.0.0
- Fix: remove content-type from GET requests
- Update (breaking): min and max params are now optional in
updateFloatAttributeandupdateIntegerAttributemethods (changes their positioning in method definition)
15.0.1
- Remove titles from all function descriptions
- Fix typing for collection "attribute" key
- Remove unnecessary awaits and asyncs
- Ensure
AppwriteExceptionresponse is always string
15.0.0
- Fix: pong response & chunked upload
14.2.0
- Add new push message parameters
14.1.0
- Support updating attribute name and size
14.0.0
- Support for Appwrite 1.6
- Add
keyattribute toRuntimeresponse model. - Add
buildSizeattribute toDeploymentsresponse model - Add
scheduledAtattribute toExecutionsresponse model - Add
scopesattribute toFunctionsresponse model - Add
specificationsattribute toFunctionsresponse model - Add new response model for
Specifications - Add new response model for
Builds - Add
createJWT(): Enables creating a JWT using theuserId - Add
listSpecifications(): Enables listing available runtime specifications - Add
deleteExecution(): Enables deleting executions - Add
updateDeploymentBuild(): Enables cancelling a deployment - Add
scheduledAtparameter tocreateExecution(): Enables creating a delayed execution - Breaking changes
- Remove
otpparameter fromdeleteMFAAuthenticator. - Add
scopesparameter for create/update function. - Rename
templateBranchtotemplateVersionincreateFunction(). - Rename
downloadDeployment()togetDeploymentDownload()
- Remove
You can find the new syntax for breaking changes in the Appwrite API references. Select version
1.6.x.