Skip to content

Releases: appwrite/sdk-for-dart

19.4.0

13 Nov 06:24
06d8deb

Choose a tag to compare

What's Changed

  • Add getScreenshot method to Avatars service
  • Add enums Theme, Output and Timezone
  • Update runtime enums to add support for dart39 and flutter335 runtimes
  • Fix passing of null values and stripping only non-nullable optional parameters from the request body

Full Changelog: 19.3.0...19.4.0

19.3.0

03 Nov 06:01
bd9aa35

Choose a tag to compare

What's Changed

  • Add total parameter to list queries allowing skipping counting rows in a table for improved performance
  • Add Operator class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
  • Add createResendProvider and updateResendProvider methods to Messaging service

Full Changelog: 19.2.1...19.3.0

19.2.1

09 Oct 11:05
8278938

Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 19.1.0...19.2.1

19.1.0

08 Oct 07:35
a450e75

Choose a tag to compare

What's Changed

  • Deprecate createVerification method in Account service
  • Add createEmailVerification method in Account service

Full Changelog: 18.1.0...19.1.0

18.1.0

25 Sep 12:27
6b754aa

Choose a tag to compare

What's Changed

Full Changelog: 18.0.0...18.1.0

18.0.0

09 Sep 07:13
16a7403

Choose a tag to compare

What's Changed

  • Rename CreditCard enum value unionChinaPay to unionPay
  • Add time between query support
  • Add spatial attribute support
  • Add spatial index support
  • Add spatial query support

Full Changelog: 17.0.0...18.0.0

17.0.0

26 Aug 06:34
1c63c04

Choose a tag to compare

What's Changed

Full Changelog: 16.2.0...17.0.0

16.2.0

26 Jul 17:26
041f94d

Choose a tag to compare

What's Changed

  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Add encrypt support to string attribute model
  • Add sequence support to Document model

Full Changelog: 16.1.0...16.2.0

16.1.0

18 Jul 14:48
271931a

Choose a tag to compare

What's Changed

  • Add gif support to ImageFormat enum
  • Add support for dart38 and flutter332 runtimes
  • Add upsertDocument() method to Databases service
  • Fix convertTo() method in Document and Preferences models to correctly accept Map<String, dynamic>
  • Fix upsertDocuments() method to have documents attribute as required parameter

Full Changelog: 16.0.0...16.1.0

16.0.0

18 May 09:51
99da6f6

Choose a tag to compare

What's Changed

  • Add <REGION> to doc examples due to the new multi region endpoints
  • Add doc examples and methods for bulk api transactions: createDocuments, deleteDocuments etc.
  • Add doc examples, class and methods for new Sites service
  • Add doc examples, class and methods for new Tokens service
  • Add enums for BuildRuntime , Adapter, Framework, DeploymentDownloadType and VCSDeploymentType
  • Update enum for runtimes with Pythonml312, Dart219, Flutter327 and Flutter329
  • Add token param to getFilePreview and getFileView for File tokens usage
  • Add queries and search params to listMemberships method
  • Remove search param from listExecutions method

Full Changelog: 15.0.0...16.0.0