Skip to content

Releases: appwrite/sdk-for-flutter

8.1.0

22 Sep 04:29
f8480fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.0.0...8.1.0

8.0.0

14 Sep 12:54
5a27780
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

8.0.0-dev.2

06 Sep 16:51
0e1916c
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

7.0.0

30 Aug 12:43
23d2a2a
Compare
Choose a tag to compare
  • 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

28 Jun 12:30
Compare
Choose a tag to compare
  • Support for Appwrite 0.15
  • NEW Phone authentication account.createPhoneSession()
  • BREAKING Database -> Databases
  • BREAKING account.createSession() -> account.createEmailSession()
  • BREAKING dateCreated attribute removed from Team, Execution, File models
  • BREAKING dateCreated and dateUpdated attribute removed from Func, 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

17 May 14:10
051def4
Compare
Choose a tag to compare
  • Support for Appwrite 0.14
  • BREAKING account.delete() -> account.updateStatus()
  • BREAKING Execution model stdout renamed to response
  • BREAKING Membership model name renamed to userName and email renamed to userEmail
  • Added teamName to Membership model

Full Changelog: 4.0.2...5.0.0

4.0.2

13 Apr 04:56
Compare
Choose a tag to compare
  • Dependencies updated

4.0.1

04 Mar 06:47
Compare
Choose a tag to compare
  • Fix file input param
  • Added service description

4.0.0

04 Mar 06:12
Compare
Choose a tag to compare
  • Support for Appwrite 0.13
  • BREAKING Tags have been renamed to Deployments
  • BREAKING createFile function expects Bucket ID as the first parameter
  • BREAKING createDeployment and createFile functions expect an instance InputFile rather than the instance of MultipartFile
  • BREAKING list<Entity> endpoints now contain a total attribute instead of sum
  • 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

05 Jan 15:10
Compare
Choose a tag to compare
  • Export Query Builder