Skip to content

Releases: appwrite/sdk-for-android

4.0.1

20 Nov 04:09
c5974e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

4.0.0

07 Sep 22:42
af76289
Compare
Choose a tag to compare

What's Changed

  • BREAKING - Parameter url is now optional in the createMembership endpoint

Full Changelog: 3.0.1...4.0.0

3.0.1

01 Sep 16:33
a8bf4d5
Compare
Choose a tag to compare

What's Changed

  • Fix variable name collisions
  • Fix content-range header for chunked uploads

Full Changelog: 3.0.0...3.0.1

3.0.0

30 Aug 13:35
618eb55
Compare
Choose a tag to compare

What's Changed

  • Support for Appwrite 1.4.0
  • New endpoints for fetching user identities
  • New endpoints for listing locale codes
  • Updated documentation
  • Breaking changes:
    • The createFunction method has a new signature.
    • The createExecution method has a new signature.
    • The updateFunction method has a new signature.
    • The createDeployment method no longer requires an entrypoint.
    • The updateFile method now includes the ability to update the file name.
    • The updateMembershipRoles method has been renamed to updateMembership.

Full Changelog: 2.0.0...3.0.0

2.0.0

12 Apr 09:36
10cc15d
Compare
Choose a tag to compare

What's Changed

  • Added Appwrite 1.3.0 support
  • Added relationships support
  • Added support for new queries: isNull, isNotNull, startsWith, endsWith, between and select.
  • Added update attribute support
  • Added team prefs support
  • Added support for select queries with getDocument
  • [BREAKING] Changed function create/update execute parameter to optional
  • [BREAKING] Changed team update function to updateName
  • [BREAKING] Changed Account service to use the User model instead of Account
  • [BREAKING] Changed createMembership to allow an email, userId or phone

Full Changelog: 1.2.1...2.0.0

1.2.1

17 Feb 00:51
96d23be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

27 Dec 23:03
32e2c6e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

22 Sep 04:31
7644a1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

14 Sep 12:53
37a3256
Compare
Choose a tag to compare

NEW

  • Support for Appwrite 1.0.0
  • More verbose headers have been included in the Clients - x-sdk-name, x-sdk-platform, x-sdk-language, x-sdk-version
  • Helper classes and methods for Permissions, Roles and IDs
  • Helper methods to suport new queries
  • All Dates and times are now returned in the ISO 8601 format

BREAKING CHANGES

  • databaseId is no longer part of the Database Service constructor. databaseId will be part of the respective methods of the database service.
  • color attribute is no longer supported in the Avatars Service
  • The number argument in phone endpoints have been renamed to phone
  • List endpoints no longer support limit, offset, cursor, cursorDirection, orderAttributes, orderTypes as they have been moved to the queries array
  • read and write permission have been deprecated and they are now included in the permissions array
  • All get prefixed endpoints returning lists have been re-prefixed to list
  • Renamed methods of the Query helper
    1. lesser renamed to lessThan
    2. lesserEqual renamed to lessThanEqual
    3. greater renamed to greaterThan
    4. greaterEqual renamed to greaterThanEqual
  • User response model is now renamed to Account

Full Changelog for Appwrite 1.0.0 can be found here:
https://github.com/appwrite/appwrite/blob/master/CHANGES.md

1.0.0-SNAPSHOT

06 Sep 16:46
64ef040
Compare
Choose a tag to compare

NEW

  • Support for Appwrite 1.0.0-RC1
  • More verbose headers have been included in the Clients - x-sdk-name, x-sdk-platform, x-sdk-language, x-sdk-version
  • Helper classes and methods for Permissions, Roles and IDs
  • Helper methods to suport new queries
  • All Dates and times are now returned in the ISO 8601 format

BREAKING CHANGES

  • databaseId is no longer part of the Database Service constructor. databaseId will be part of the respective methods of the database service.
  • color attribute is no longer supported in the Avatars Service
  • The number argument in phone endpoints have been renamed to phone
  • List endpoints no longer support limit, offset, cursor, cursorDirection, orderAttributes, orderTypes as they have been moved to the queries array
  • read and write permission have been deprecated and they are now included in the permissions array
  • Renamed methods of the Query helper
    1. lesser renamed to lessThan
    2. lesserEqual renamed to lessThanEqual
    3. greater renamed to greaterThan
    4. greaterEqual renamed to greaterThanEqual
  • User response model is now renamed to Account

Full Changelog for Appwrite 1.0.0-RC1 can be found here:
https://github.com/appwrite/appwrite/blob/master/CHANGES.md