File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.0.0
2
+ * ** BREAKING** ` account.delete() ` -> ; ` account.updateStatus() `
3
+ * ** BREAKING** Execution model ` stdout ` renamed to ` response `
4
+ * ** BREAKING** Membership model ` name ` renamed to ` userName ` and ` email ` renamed to ` userEmail `
5
+ * Added ` teamName ` to Membership model
6
+
1
7
## 4.0.2
2
8
* Upgrade dependencies
3
9
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class ClientBrowser extends ClientBase with ClientMixin {
38
38
_headers = {
39
39
'content-type' : 'application/json' ,
40
40
'x-sdk-version' : 'appwrite:flutter:5.0.0' ,
41
- 'X-Appwrite-Response-Format' : '0.13 .0' ,
41
+ 'X-Appwrite-Response-Format' : '0.14 .0' ,
42
42
};
43
43
44
44
config = {};
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class ClientIO extends ClientBase with ClientMixin {
56
56
_headers = {
57
57
'content-type' : 'application/json' ,
58
58
'x-sdk-version' : 'appwrite:flutter:5.0.0' ,
59
- 'X-Appwrite-Response-Format' : '0.13 .0' ,
59
+ 'X-Appwrite-Response-Format' : '0.14 .0' ,
60
60
};
61
61
62
62
config = {};
You can’t perform that action at this time.
0 commit comments