File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments