Releases: appwrite/sdk-for-apple
Releases · appwrite/sdk-for-apple
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 - Remove
Content-Type,Content-Lengthheaders and body from websocket requests
Full Changelog: 10.1.1...10.2.0
10.1.1
What's Changed
- Adds warnings to bulk operation methods
- Fix
selectQueries by updating internal attributes likeid,createdAt,updatedAtetc. to be optional inDocumentmodel. - Fix querying datetime values by properly encoding URLs
Full Changelog: 10.1.0...10.1.1
10.1.0
What's Changed
- chore: add setDevKey and upsertDocument methods by @ChiragAgg5k in #75
Full Changelog: 10.0.0...10.1.0
10.0.0
What's Changed
- Add
<REGION>to doc examples due to the new multi region endpoints - Remove
Giffrom ImageFormat enum - Remove
searchparam fromlistExecutionsmethod - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage
Full Changelog: 9.0.1...10.0.0
9.0.1
9.0.0
What's Changed
- remove redundant titles from method descriptions.
- feat: add codable models
- ensure response attribute in AppwriteException is always string
- chore: regenerate sdks by @ChiragAgg5k in #69
New Contributors
- @ChiragAgg5k made their first contribution in #69
Full Changelog: 8.0.0...9.0.0
8.0.0
7.1.0
7.0.0
What's New
- Support for Appwrite 1.6
- Update dependencies
- Added
scheduledAtattribute toExecutionresponse model - Added
scheduledAtparameter tocreateExecution(): 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
otpparameter fromdeleteMFAAuthenticator.
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.
Full Changelog: 6.0.0...7.0.0
7.0.0-rc.2
Full Changelog: 7.0.0-rc.1...7.0.0-rc.2