|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 17.1.0 |
| 4 | + |
| 5 | +* Add `upsertDocument` method |
| 6 | +* Add `dart-3.8` and `flutter-3.32` runtimes |
| 7 | +* Add `gif` image format |
| 8 | +* Update bulk operation methods to reflect warning message |
| 9 | +* Fix file parameter handling in chunked upload method |
| 10 | + |
3 | 11 | ## 17.0.0 |
4 | 12 |
|
5 | 13 | * Add `<REGION>` to doc examples due to the new multi region endpoints |
|
10 | 18 | * Updates enum for `runtimes` with Pythonml312, Dart219, Flutter327 and Flutter329 |
11 | 19 | * Add `token` param to `getFilePreview` and `getFileView` for File tokens usage |
12 | 20 | * Add `queries` and `search` params to `listMemberships` method |
13 | | -* Removes `search` param from `listExecutions` method |
| 21 | +* Removes `search` param from `listExecutions` method |
| 22 | + |
| 23 | +## 16.0.0 |
| 24 | + |
| 25 | +* Fix: remove content-type from GET requests |
| 26 | +* Update (breaking): min and max params are now optional in `updateFloatAttribute` and `updateIntegerAttribute` methods (changes their positioning in method definition) |
| 27 | + |
| 28 | +## 15.0.1 |
| 29 | + |
| 30 | +* Remove titles from all function descriptions |
| 31 | +* Fix typing for collection "attribute" key |
| 32 | +* Remove unnecessary awaits and asyncs |
| 33 | +* Ensure `AppwriteException` response is always string |
| 34 | + |
| 35 | +## 15.0.0 |
| 36 | + |
| 37 | +* Fix: pong response & chunked upload |
| 38 | + |
| 39 | +## 14.2.0 |
| 40 | + |
| 41 | +* Add new push message parameters |
| 42 | + |
| 43 | +## 14.1.0 |
| 44 | + |
| 45 | +* Support updating attribute name and size |
| 46 | + |
| 47 | +## 14.0.0 |
| 48 | + |
| 49 | +* Support for Appwrite 1.6 |
| 50 | +* Add `key` attribute to `Runtime` response model. |
| 51 | +* Add `buildSize` attribute to `Deployments` response model |
| 52 | +* Add `scheduledAt` attribute to `Executions` response model |
| 53 | +* Add `scopes` attribute to `Functions` response model |
| 54 | +* Add `specifications` attribute to `Functions` response model |
| 55 | +* Add new response model for `Specifications` |
| 56 | +* Add new response model for `Builds` |
| 57 | +* Add `createJWT()` : Enables creating a JWT using the `userId` |
| 58 | +* Add `listSpecifications()`: Enables listing available runtime specifications |
| 59 | +* Add `deleteExecution()` : Enables deleting executions |
| 60 | +* Add `updateDeploymentBuild()`: Enables cancelling a deployment |
| 61 | +* Add `scheduledAt` parameter to `createExecution()`: Enables creating a delayed execution |
| 62 | +* Breaking changes |
| 63 | + > You can find the new syntax for breaking changes in the [Appwrite API references](https://appwrite.io/docs/references). Select version `1.6.x`. |
| 64 | + * Remove `otp` parameter from `deleteMFAAuthenticator`. |
| 65 | + * Add `scopes` parameter for create/update function. |
| 66 | + * Rename `templateBranch` to `templateVersion` in `createFunction()`. |
| 67 | + * Rename `downloadDeployment()` to `getDeploymentDownload()` |
0 commit comments