You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `updateDeploymentBuild()`: Enables cancelling a deployment.
15
+
* Added `scheduledAt` parameter to `createExecution()`: Enables creating a delayed execution
16
+
* Breaking changes:
17
+
* Removed `otp` parameter from `deleteMFAAuthenticator`.
18
+
* Added `scopes` parameter for create/update function.
19
+
* Renamed `templateBranch` to `templateVersion` in `createFunction()`.
20
+
* Renamed `downloadDeployment()` to `getDeploymentDownload()`
21
+
22
+
You can find the new syntax for breaking changes in the [Appwrite API references](https://appwrite.io/docs/references). Select version `1.6.x`.
23
+
24
+
**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.**
0 commit comments