Skip to content

Releases: appwrite/sdk-for-kotlin

0.4.0

13 Apr 05:22
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Add resumable upload support

Full Changelog: 0.3.0...0.4.0

0.3.0

03 Mar 08:21
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Support for Appwrite 0.13
  • BREAKING Tags have been renamed to Deployments
  • BREAKING createFile function expects Bucket ID as the first parameter
  • BREAKING createDeployment and createFile functions expect a file path rather than the file itself
  • BREAKING list<Entity> endpoints now contain a total attribute instead of sum
  • 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

01 Mar 07:09
Compare
Choose a tag to compare
0.3.0-SNAPSHOT Pre-release
Pre-release
  • Support for 0.13

Full Changelog: 0.2.5...0.3.0-SNAPSHOT

0.2.5

28 Jan 08:31
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release
  • Generate correct types for createFloatAttribute
  • Handle nullable numbers

0.2.4

25 Jan 10:31
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release
  • Fix Java 16+ exceptions
  • Fix number conversions

0.2.4-SNAPSHOT

21 Jan 08:42
Compare
Choose a tag to compare
0.2.4-SNAPSHOT Pre-release
Pre-release
  • Fix Java 16+ exceptions
  • Fix number conversions

0.2.2

12 Jan 00:29
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • Fix String Attribute Model

0.2.1

06 Jan 11:54
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Fix errors on models

0.2.0

06 Jan 11:35
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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

25 Nov 16:06
Compare
Choose a tag to compare
0.2.0-SNAPSHOT Pre-release
Pre-release
feat: update kotlin sdk to 0.12.x