8.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
databaseId
is no longer part of theDatabase
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 tophone
- List endpoints no longer support
limit
,offset
,cursor
,cursorDirection
,orderAttributes
,orderTypes
as they have been moved to thequeries
array read
andwrite
permission have been deprecated and they are now included in thepermissions
array- All
get
prefixed endpoints returning lists have been re-prefixed tolist
- Renamed methods of the Query helper
lesser
renamed tolessThan
lesserEqual
renamed tolessThanEqual
greater
renamed togreaterThan
greaterEqual
renamed togreaterThanEqual
User
response 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