Skip to content

Releases: appwrite/sdk-for-flutter

16.1.0

21 May 07:41
c1cbb36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 16.0.0...16.1.0

16.0.0

18 May 09:40
5ee6bfb
Compare
Choose a tag to compare

What's Changed

  • Add <REGION> to doc examples due to the new multi region endpoints
  • Remove Gif from ImageFormat enum
  • Remove search param from listExecutions method
  • Add token param to getFilePreview and getFileView for File tokens usage

Full Changelog: 15.0.2...16.0.0

15.0.2

25 Apr 20:01
185e6b7
Compare
Choose a tag to compare

What's Changed

Fixes

  • Only updates user-agent if set to prevent CORS errors on Flutter web (#242)

Miscellaneous

Full Changelog: 15.0.1...15.0.2

15.0.1

17 Apr 19:33
092fdc9
Compare
Choose a tag to compare

What's Changed

  • fix: remove content-type from GET requests by @loks0n in #245

Full Changelog: 15.0.0...15.0.1

15.0.0

13 Mar 12:02
c1b3841
Compare
Choose a tag to compare

What's Changed

  • Updated formatting.
  • Encode user-agents properly to fix issue - appwrite/sdk-for-dart#74 .
  • Breaking changes:
    • Changed the typing of AppwriteException's response parameter from a dynamic object to an optional string (?String).

New Contributors

Full Changelog: 14.0.0...15.0.0

14.0.0

29 Jan 09:27
eeeb372
Compare
Choose a tag to compare

What's Changed

  • fix: pong response & chunked upload by @loks0n in #237

Full Changelog: 13.1.1...14.0.0

13.1.1

02 Jan 12:15
e1ed112
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.1.0...13.1.1

13.1.0

18 Dec 11:36
4216a5b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 13.0.0...13.1.0

14.0.0-rc1

18 Sep 15:37
Compare
Choose a tag to compare
14.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 12.0.1...14.0.0-rc1

13.0.0

27 Aug 13:41
67f4c14
Compare
Choose a tag to compare

What's New

  • Support for Appwrite 1.6
  • Update dependencies
  • Added scheduledAt attribute to Execution response model
  • Added scheduledAt parameter to createExecution(): Enables creating a delayed execution

Breaking changes

You can find the new syntax for breaking changes in the Appwrite API references. Select version 1.6.x.

  • Removed otp parameter from deleteMFAAuthenticator.

Bug Fixes

  • Fixed realtime reconnection issues.

Please note: This version is compatible with Appwrite 1.6 and later only. If you do not update your Appwrite SDK, old SDKs will not break your app. Appwrite APIs are backwards compatible.

New Contributors

Full Changelog: 12.0.4...13.0.0