1.0.0
- Support for Appwrite 0.10
- Refactored for better cross platform support
- Exception implements
toString()
to get proper error message for unhandled exceptions - Introduces new Realtime service, more on official docs
- Breaking Signature for
MultipartFile
has changed as now we are usinghttp
package. Here is the new signature for MultipartFile - Breaking Signature for
Response
has changed, now it only exposes thedata
.