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
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Change Log
2
2
3
+
## 18.2.0
4
+
5
+
* Add `gif` support to `ImageFormat` enum
6
+
* Add `increment` and `decrement` attribute support to both new Tables API and old Document API - https://appwrite.io/blog/post/announcing-auto-increment-support
7
+
* Fix `Document` autocompletion not working even when a generic type is provided
8
+
* Fix undefined `filePath` param in `chunkedUpload` method
9
+
3
10
## 18.1.1
4
11
5
12
* Fix using `devKeys` resulting in an error by conditionally removing credentials
@@ -15,4 +22,20 @@
15
22
* Remove `Gif` from ImageFormat enum
16
23
* Remove `search` param from `listExecutions` method
17
24
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
18
-
* Improve CORS error catching in `client.call` method
25
+
* Improve CORS error catching in `client.call` method
26
+
27
+
## 17.0.2
28
+
29
+
* Fix requests failing by removing `Content-Type` header from `GET` and `HEAD` requests
30
+
31
+
## 17.0.1
32
+
33
+
* Remove unnecessary titles from method descriptions
34
+
* Fix duplicate adding of payload params
35
+
* Remove unnecessary awaits and asyncs
36
+
* Ensure `AppwriteException` response is always string
0 commit comments