Skip to content

Commit ee6af99

Browse files
committed
chore: add changelog
1 parent 05cbbdc commit ee6af99

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## 18.1.1
411

512
* Fix using `devKeys` resulting in an error by conditionally removing credentials
@@ -15,4 +22,20 @@
1522
* Remove `Gif` from ImageFormat enum
1623
* Remove `search` param from `listExecutions` method
1724
* 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
37+
38+
## 17.0.0
39+
40+
* Fix pong response & chunked upload
41+
* Add `ping` support to `Realtime` service

0 commit comments

Comments
 (0)