mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 06:18:21 +00:00
29 lines
No EOL
1.4 KiB
Markdown
29 lines
No EOL
1.4 KiB
Markdown
# Change Log
|
|
|
|
## 16.0.0
|
|
|
|
* Add array-based enum parameters (e.g., `permissions: BrowserPermission[]`).
|
|
* Breaking change: `Output` enum has been removed; use `ImageFormat` instead.
|
|
* Add `getQueueAudits` support to `Health` service.
|
|
* Add longtext/mediumtext/text/varchar attribute and column helpers to `Databases` and `TablesDB` services.
|
|
|
|
## 15.1.0
|
|
|
|
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
|
|
* Add `gif` support to `ImageFormat` enum
|
|
* Add `dart38` and `flutter332` support to runtime models
|
|
* Add `encrypt` support to `StringAttribute` model
|
|
* Add `sequence` support to `Document` model
|
|
* Add `upsertDocument` support to `Databases` service
|
|
|
|
## 15.0.0
|
|
|
|
* Add `<REGION>` to doc examples due to the new multi region endpoints
|
|
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
|
|
* Add doc examples, class and methods for new `Sites` service
|
|
* Add doc examples, class and methods for new `Tokens` service
|
|
* Add enums for `BuildRuntime `, `Adapter`, `Framework`, `DeploymentDownloadType` and `VCSDeploymentType`
|
|
* Updates enum for `runtimes` with Pythonml312, Dart219, Flutter327 and Flutter329
|
|
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
|
|
* Add `queries` and `search` params to `listMemberships` method
|
|
* Removes `search` param from `listExecutions` method |