Releases: appwrite/sdk-for-flutter
Releases Β· appwrite/sdk-for-flutter
8.1.0
What's Changed
- chore: update role helper class by @christyjacob4 in #95
Full Changelog: 8.0.0...8.1.0
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
8.0.0-dev.2
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 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- 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-RC1 can be found here:
https://github.com/appwrite/appwrite/blob/master/CHANGES.md
7.0.0
- BREAKING Switched to using flutter_web_auth_2; check Getting Started section in Readme for changes (Android and Web will require adjustments for OAuth to work properly)
- Windows support for OAuth sessions
- Fixes Concurrent modification issue
- Upgrade dependencies
6.0.0
- Support for Appwrite 0.15
- NEW Phone authentication
account.createPhoneSession()
- BREAKING
Database
->Databases
- BREAKING
account.createSession()
->account.createEmailSession()
- BREAKING
dateCreated
attribute removed fromTeam
,Execution
,File
models - BREAKING
dateCreated
anddateUpdated
attribute removed fromFunc
,Deployment
,Bucket
models - 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
5.0.0
- Support for Appwrite 0.14
- BREAKING
account.delete()
->account.updateStatus()
- BREAKING Execution model
stdout
renamed toresponse
- BREAKING Membership model
name
renamed touserName
andemail
renamed touserEmail
- Added
teamName
to Membership model
Full Changelog: 4.0.2...5.0.0
4.0.2
- Dependencies updated
4.0.1
- Fix file input param
- Added service description
4.0.0
- Support for Appwrite 0.13
- BREAKING Tags have been renamed to Deployments
- BREAKING
createFile
function expects Bucket ID as the first parameter - BREAKING
createDeployment
andcreateFile
functions expect an instance InputFile rather than the instance of MultipartFile - BREAKING
list<Entity>
endpoints now contain atotal
attribute instead ofsum
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
3.0.1
- Export Query Builder