Releases: appwrite/sdk-for-dart
Releases · appwrite/sdk-for-dart
4.0.2
4.0.1
- Fix InputFile param
- Update examples
- Added service descriptions
4.0.0
- Support for Appwrite 0.13
- BREAKING Tags have been renamed to Deployments
- BREAKING
createFile
function expects Bucket ID as the first parameter - BREAKING
createDeployment
andcreateFile
functions expect an instance InputFile rather than the instance of MultipartFile - BREAKING
list<Entity>
endpoints now contain atotal
attribute instead ofsum
onProgress()
callback function for endpoints supporting file uploads- Support for synchronous function executions
- Bug fixes and Improvements
Full Changelog for Appwrite 0.13 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0130
3.0.2
- fix function model naming issues
3.0.1
- Export Query Builder
3.0.0
- Support for Appwrite 0.12
- BREAKING Updated database service to adapt 0.12 API
- BREAKING Custom ID support while creating resources
- View all the changes
2.0.0
What's Changed
- Upgrades issue templates to use GitHub issue forms ✍️ by @drph4nt0m in #9
- BREAKING All services and methods now return structured response objects instead of
Response
object
New Contributors
- @drph4nt0m made their first contribution in #9
Full Changelog: 1.0.2...2.0.0
1.0.2
- Support for Appwrite 0.11
1.0.1
- Export, separate IO and Browser clients for Flutter (Client and Realtime as well) and Dart (Client)
1.0.0
- Refactored for better cross platform support
- Exception implements
toString()
to get proper error message for unhandled exceptions - Breaking Signature for
MultipartFile
has changed as we have dropped Dio in favor of http package. Here is the new signature for MultipartFile - Breaking Signature for
Response
has changed, now it only exposes the data.