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 the- DatabaseService 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
- readand- writepermission have been deprecated and they are now included in the- permissionsarray
- All getprefixed endpoints returning lists have been re-prefixed tolist
- Renamed methods of the Query helper
- lesserrenamed to- lessThan
- lesserEqualrenamed to- lessThanEqual
- greaterrenamed to- greaterThan
- greaterEqualrenamed to- greaterThanEqual
 
- Userresponse 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