Skip to content

Commit 8597e87

Browse files
add changelog
1 parent ff994c3 commit 8597e87

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.0.1
2+
- Fix null pointer exception while creating OAuth2 session
3+
- Export RealtimeMessage
4+
- Export, separate IO and Browser clients for Flutter (Client and Realtime as well) and Dart (Client)
5+
6+
## 1.0.0
7+
- Support for Appwrite 0.10
8+
- Refactored for better cross platform support
9+
- Exception implements `toString()` to get proper error message for unhandled exceptions
10+
- Introduces new Realtime service, [more on official docs](link-to-realtime-docs)
11+
- 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)
12+
- Breaking Signature for `Response` has changed, now it only exposes the `data`.
13+
114
## 0.7.1
215
- Fix - createOAuth2Session completing too early
316

0 commit comments

Comments
 (0)