Releases: appwrite/sdk-for-apple
Releases · appwrite/sdk-for-apple
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
7.0.0-rc.1
Full Changelog: 6.0.0...7.0.0-rc.1
6.0.0
Breaking Changes
- Realtime
subscribeis now an async function
Features
- Add vision OS support
Fixes
- Fix creating multiple realtime subscriptions
- Fix deleteMfaAuthenticator response type
- Fix missing enums values
- Fix missing recoveryCode param on
MfaFactors - Fix missing updatedAt param on
Session
New Contributors
- @stnguyen90 made their first contribution in #57
Full Changelog: 5.0.0...6.0.0