Releases: appwrite/sdk-for-dart
Releases ยท appwrite/sdk-for-dart
16.2.0
What's Changed
- Add
incrementDocumentAttribute
anddecrementDocumentAttribute
support toDatabases
service - Add
encrypt
support to string attribute model - Add
sequence
support toDocument
model
Full Changelog: 16.1.0...16.2.0
16.1.0
What's Changed
- Add
gif
support toImageFormat
enum - Add support for
dart38
andflutter332
runtimes - Add
upsertDocument()
method to Databases service - Fix
convertTo()
method inDocument
andPreferences
models to correctly acceptMap<String, dynamic>
- Fix
upsertDocuments()
method to havedocuments
attribute as required parameter
Full Changelog: 16.0.0...16.1.0
16.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: 15.0.0...16.0.0
15.1.0-rc.1
Full Changelog: 15.0.0...15.1.0-rc.1
15.0.0
14.0.0
What's Changed
- Encode user-agents properly to fix issue - #74 .
- Breaking changes:
- Changed the typing of
AppwriteException
's response parameter from adynamic
object to an optional string (?String
).
- Changed the typing of
New Contributors
- @ChiragAgg5k made their first contribution in #75
Full Changelog: 13.0.0...14.0.0
13.0.0
12.2.0
13.0.0-rc1
Full Changelog: 12.0.0...13.0.0-rc1