Skip to content

Commit 567a013

Browse files
Update CHANGELOG.md
1 parent fbfde16 commit 567a013

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.0.0
2+
- Support for Appwrite 0.10
3+
- Refactored for better cross platform support
4+
- Exception implements `toString()` to get proper error message for unhandled exceptions
5+
- Introduces new Realtime service, [more on official docs](link-to-realtime-docs)
6+
- Breaking Signature for `MultipartFile` has changed as now we are using `http` package. [Here is the new signature for MultipartFile](https://pub.dev/documentation/http/latest/http/MultipartFile-class.html)
7+
- Breaking Signature for `Response` has changed, now it only exposes the `data`.
8+
19
## 0.7.1
210
- Fix - createOAuth2Session completing too early
311

0 commit comments

Comments
 (0)