Skip to content

Releases: appwrite/sdk-for-swift

13.3.0

03 Nov 06:01
a049430

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: 13.2.2...13.3.0

13.2.2

17 Oct 06:57
4903240

Choose a tag to compare

What's Changed

Full Changelog: 13.2.1...13.2.2

13.2.1

09 Oct 11:05
1c6ce93

Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 13.1.0...13.2.1

13.1.0

08 Oct 07:35
a6f5999

Choose a tag to compare

What's Changed

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

Full Changelog: 13.0.0...13.1.0

13.0.0

03 Oct 04:18
b87f882

Choose a tag to compare

What's Changed

  • feat: Swift SDK update for version 13.0.0 by @ChiragAgg5k in #41, introduces support of enums in response models.

Full Changelog: 12.1.0...13.0.0

12.1.0

23 Sep 07:15
f75c530

Choose a tag to compare

What's Changed

Full Changelog: 12.0.0...12.1.0

12.0.0

08 Sep 11:27
8ea3ded

Choose a tag to compare

What's Changed

  • [BREAKING] 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: 11.0.0...12.0.0

11.0.0

26 Aug 07:20
3ef704f

Choose a tag to compare

What's Changed

Full Changelog: 10.2.0...11.0.0

10.2.0

26 Jul 17:25
8dfd3d4

Choose a tag to compare

What's Changed

  • Update sdk to use swift-native doc comments instead of jsdoc styled comments as per Swift Documentation Comments
  • Add incrementDocumentAttribute and decrementDocumentAttribute support to Databases service
  • Add gif support to ImageFormat enum
  • Add sequence support to Document model
  • Add dart38 and flutter332 support to runtime models

Full Changelog: 10.1.0...10.2.0

10.1.0

04 Jun 07:37
e6ded53

Choose a tag to compare

What's Changed

  • Adds upsertDocument method
  • Adds warnings to bulk operation methods
  • Adds the new encrypt attribute
  • Adds runtimes: flutter332 and dart38
  • Fix select Queries by updating internal attributes like id, createdAt, updatedAt etc. to be optional in Document model.
  • Fix listCollection errors by updating attributes typing
  • Fix querying datetime values by properly encoding URLs

Full Changelog: 10.0.0...10.1.0