Releases: appwrite/sdk-for-swift
Releases · appwrite/sdk-for-swift
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
incrementDocumentAttribute
anddecrementDocumentAttribute
support toDatabases
service - Add
gif
support toImageFormat
enum - Add
sequence
support toDocument
model - Add
dart38
andflutter332
support to runtime models
Full Changelog: 10.1.0...10.2.0
10.1.0
What's Changed
- Adds
upsertDocument
method - Adds warnings to bulk operation methods
- Adds the new
encrypt
attribute - Adds runtimes:
flutter332
anddart38
- Fix
select
Queries by updating internal attributes likeid
,createdAt
,updatedAt
etc. to be optional inDocument
model. - Fix
listCollection
errors by updatingattributes
typing - Fix querying datetime values by properly encoding URLs
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 - Add doc examples and methods for bulk api transactions:
createDocuments
,deleteDocuments
etc. - Add doc examples, class and methods for new
Sites
service - Add doc examples, class and methods for new
Tokens
service - Add enums for
BuildRuntime
,Adapter
,Framework
,DeploymentDownloadType
andVCSDeploymentType
- Update enum for
runtimes
with Pythonml312, Dart219, Flutter327 and Flutter329 - Add
token
param togetFilePreview
andgetFileView
for File tokens usage - Add
queries
andsearch
params tolistMemberships
method - Remove
search
param fromlistExecutions
method
Full Changelog: 9.0.0...10.0.0
9.1.0-rc.1
Full Changelog: 9.0.0...9.1.0-rc.1
9.0.0
8.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 sdk by @ChiragAgg5k in #29
New Contributors
- @ChiragAgg5k made their first contribution in #29
Full Changelog: 7.0.0...8.0.0