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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff 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`.
0 commit comments