You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
1
# Change Log
2
2
3
+
## 16.1.0
4
+
5
+
* Add `gif` support to `ImageFormat` enum
6
+
* Add support for `dart38` and `flutter332` runtimes
7
+
* Add `upsertDocument()` method to Databases service
8
+
* Fix `convertTo()` method in `Document` and `Preferences` models to correctly accept `Map<String, dynamic>`
9
+
* Fix `upsertDocuments()` method to have `documents` attribute as required parameter
10
+
3
11
## 16.0.0
4
12
5
-
* Add `<REGION>` to doc examples due to the new multi region endpoints
13
+
* Add `<REGION>` to doc examples due to the new multi region endpoints
6
14
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
7
15
* Add doc examples, class and methods for new `Sites` service
8
16
* Add doc examples, class and methods for new `Tokens` service
@@ -15,13 +23,13 @@
15
23
## 14.0.0
16
24
17
25
* Breaking changes:
18
-
* Changed the typing of `AppwriteException`'s response parameter from a `dynamic` object to an optional string (`?String`).
26
+
* Changed the typing of `AppwriteException`'s response parameter from a `dynamic` object to an optional string (`?String`).
19
27
20
28
## 13.0.0
21
29
22
30
* Fixed realtime pong response.
23
31
* Fixed issues with `chunkedUpload` method.
24
-
* Fixed type mismatch bug where `List<dynamic>` was incorrectly causing runtime type errors.
32
+
* Fixed type mismatch bug where `List<dynamic>` was incorrectly causing runtime type errors.
25
33
* Updated return type of `updateMfaChallenge()` from raw data to properly typed `models.Session` object.
26
34
27
35
## 12.0.0
@@ -151,7 +159,7 @@ You can find the new syntax for breaking changes in the [Appwrite API references
151
159
* The `number` argument in phone endpoints have been renamed to `phone`
152
160
* List endpoints no longer support `limit`, `offset`, `cursor`, `cursorDirection`, `orderAttributes`, `orderTypes` as they have been moved to the `queries` array
153
161
*`read` and `write` permission have been deprecated and they are now included in the `permissions` array
154
-
* Parameter `permission` for collections and buckets are now renamed to `documentSecurity`&`fileSecurity` respectively
162
+
* Parameter `permission` for collections and buckets are now renamed to `documentSecurity` & `fileSecurity` respectively
155
163
* Renamed methods of the Query helper
156
164
1.`lesser` renamed to `lessThan`
157
165
2.`lesserEqual` renamed to `lessThanEqual`
@@ -167,8 +175,8 @@ You can find the new syntax for breaking changes in the [Appwrite API references
0 commit comments