Skip to content

Commit 5eedba4

Browse files
committed
regen
1 parent 6249c15 commit 5eedba4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99
* Updated README to reflect Appwrite server compatibility version 1.8.x.
1010
* Backward-compatible enhancements: no breaking changes.
1111

12+
## 15.1.0
13+
14+
* Add `dart-3.10` and `flutter-3.38` to `BuildRuntime` and `Runtime` enums
15+
* Fix `Roles` enum removed from Teams service; `roles` parameter now accepts `list[str]`
16+
17+
## 15.0.0
18+
19+
* Add array-based enum parameters (e.g., `permissions: list[BrowserPermission]`).
20+
* Breaking change: `Output` enum has been removed; use `ImageFormat` instead.
21+
* Add `getQueueAudits` support to `Health` service.
22+
* Add longtext/mediumtext/text/varchar attribute and column helpers to `Databases` and `TablesDB` services.
23+
24+
## 14.1.0
25+
26+
* Added ability to create columns and indexes synchronously while creating a table
27+
28+
## 14.0.0
29+
30+
* Rename `VCSDeploymentType` enum to `VCSReferenceType`
31+
* Change `create_template_deployment` method signature: replace `version` parameter with `type` (TemplateReferenceType) and `reference` parameters
32+
* Add `get_screenshot` method to `Avatars` service
33+
* Add `Theme`, `Timezone` and `Output` enums
34+
* Add support for dart39 and flutter335 runtimes
35+
1236
## 13.6.1
1337

1438
* Fix passing of `None` to nullable parameters

0 commit comments

Comments
 (0)