Releases: appwrite/sdk-for-apple
Releases · appwrite/sdk-for-apple
10.1.1
What's Changed
- Adds warnings to bulk operation methods
- Fix
select
Queries by updating internal attributes likeid
,createdAt
,updatedAt
etc. to be optional inDocument
model. - 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
Gif
from ImageFormat enum - Remove
search
param fromlistExecutions
method - Add
token
param togetFilePreview
andgetFileView
for 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
scheduledAt
attribute toExecution
response model - Added
scheduledAt
parameter 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
otp
parameter 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