Releases: appwrite/sdk-for-kotlin
Releases Β· appwrite/sdk-for-kotlin
0.4.0
- Add resumable upload support
Full Changelog: 0.3.0...0.4.0
0.3.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 a file path rather than the file itself - 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
0.3.0-SNAPSHOT
- Support for 0.13
Full Changelog: 0.2.5...0.3.0-SNAPSHOT
0.2.5
0.2.4
0.2.4-SNAPSHOT
- Fix Java 16+ exceptions
- Fix number conversions
0.2.2
- Fix String Attribute Model
0.2.1
- Fix errors on models
0.2.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
0.2.0-SNAPSHOT
feat: update kotlin sdk to 0.12.x