Releases: appwrite/sdk-for-swift
Releases · appwrite/sdk-for-swift
13.3.0
What's Changed
- Add
totalparameter to list queries allowing skipping counting rows in a table for improved performance - Add
Operatorclass for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations - Add
createResendProviderandupdateResendProvidermethods toMessagingservice
Full Changelog: 13.2.2...13.3.0
13.2.2
What's Changed
- feat: Swift SDK update for version 13.2.2 by @ChiragAgg5k in #45
Full Changelog: 13.2.1...13.2.2
13.2.1
13.1.0
What's Changed
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
Full Changelog: 13.0.0...13.1.0
13.0.0
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
12.0.0
What's Changed
- [BREAKING] Rename
CreditCardenum valueunionChinaPaytounionPay - 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
10.2.0
What's Changed
- Update sdk to use swift-native doc comments instead of jsdoc styled comments as per Swift Documentation Comments
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Add
sequencesupport toDocumentmodel - Add
dart38andflutter332support to runtime models
Full Changelog: 10.1.0...10.2.0
10.1.0
What's Changed
- Adds
upsertDocumentmethod - Adds warnings to bulk operation methods
- Adds the new
encryptattribute - Adds runtimes:
flutter332anddart38 - Fix
selectQueries by updating internal attributes likeid,createdAt,updatedAtetc. to be optional inDocumentmodel. - Fix
listCollectionerrors by updatingattributestyping - Fix querying datetime values by properly encoding URLs
Full Changelog: 10.0.0...10.1.0