Releases: appwrite/sdk-for-android
Releases · appwrite/sdk-for-android
4.0.0
What's Changed
- BREAKING - Parameter
urlis now optional in thecreateMembershipendpoint
Full Changelog: 3.0.1...4.0.0
3.0.1
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
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
createFunctionmethod has a new signature. - The
createExecutionmethod has a new signature. - The
updateFunctionmethod has a new signature. - The
createDeploymentmethod no longer requires an entrypoint. - The
updateFilemethod now includes the ability to update the file name. - The
updateMembershipRolesmethod has been renamed toupdateMembership.
- The
Full Changelog: 2.0.0...3.0.0
2.0.0
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
1.2.0
1.1.0
1.0.0
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
databaseIdis no longer part of theDatabaseService constructor.databaseIdwill be part of the respective methods of the database service.colorattribute is no longer supported in the Avatars Service- The
numberargument in phone endpoints have been renamed tophone - List endpoints no longer support
limit,offset,cursor,cursorDirection,orderAttributes,orderTypesas they have been moved to thequeriesarray readandwritepermission have been deprecated and they are now included in thepermissionsarray- All
getprefixed endpoints returning lists have been re-prefixed tolist - Renamed methods of the Query helper
lesserrenamed tolessThanlesserEqualrenamed tolessThanEqualgreaterrenamed togreaterThangreaterEqualrenamed togreaterThanEqual
Userresponse model is now renamed toAccount
Full Changelog for Appwrite 1.0.0 can be found here:
https://github.com/appwrite/appwrite/blob/master/CHANGES.md
1.0.0-SNAPSHOT
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
databaseIdis no longer part of theDatabaseService constructor.databaseIdwill be part of the respective methods of the database service.colorattribute is no longer supported in the Avatars Service- The
numberargument in phone endpoints have been renamed tophone - List endpoints no longer support
limit,offset,cursor,cursorDirection,orderAttributes,orderTypesas they have been moved to thequeriesarray readandwritepermission have been deprecated and they are now included in thepermissionsarray- Renamed methods of the Query helper
lesserrenamed tolessThanlesserEqualrenamed tolessThanEqualgreaterrenamed togreaterThangreaterEqualrenamed togreaterThanEqual
Userresponse model is now renamed toAccount
Full Changelog for Appwrite 1.0.0-RC1 can be found here:
https://github.com/appwrite/appwrite/blob/master/CHANGES.md
0.7.0
- Support for Appwrite 0.15
- NEW Phone authentication
account.createPhoneSession() - BREAKING
Database->Databases - BREAKING
account.createSession()->account.createEmailSession() - BREAKING
dateCreatedattribute removed fromTeam,Execution,Filemodels - BREAKING
dateCreatedanddateUpdatedattribute removed fromFunc,Deployment,Bucketmodels - BREAKING Realtime channels
- collections.[COLLECTION_ID] is now databases.[DATABASE_ID].ollections.[COLLECTION_ID]
- collections.[COLLECTION_ID].documents is now databases.[DATABASE_ID].ollections.[COLLECTION_ID].documents
Full Changelog for Appwrite 0.15 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0150