Releases: appwrite/sdk-for-dart
Releases Β· appwrite/sdk-for-dart
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
12.1.0
12.0.0
What's New
- Support for Appwrite 1.6
- Added
key
attribute toRuntime
response model. - Added
buildSize
attribute toDeployments
response model. - Added
scheduledAt
attribute toExecutions
response model. - Added
scopes
attribute toFunctions
response model. - Added
specifications
attribute toFunctions
response model. - Added new response model for
Specifications
. - Added new response model for
Builds
. - Added
createJWT()
: Enables creating a JWT using theuserId
. - Added
listSpecifications()
: Enables listing available runtime specifications. - Added
deleteExecution()
: Enables deleting executions. - Added
updateDeploymentBuild()
: Enables cancelling a deployment. - 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
. - Added
scopes
parameter for create/update function. - Renamed
templateBranch
totemplateVersion
increateFunction()
. - Renamed
downloadDeployment()
togetDeploymentDownload()
Bug Fixes
- None reported.
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.
New Contributors
- @EVDOG4LIFE made their first contribution in #61
Full Changelog: 11.0.3...12.0.0
12.0.0-rc.2
Full Changelog: 12.0.0-rc.1...12.0.0-rc.2
12.0.0-rc.1
- Release Candidate for 1.6.0
Full Changelog: 11.0.3...12.0.0-rc.1
11.0.3
11.0.2
What's Changed
- Fix msg91 params by @stnguyen90 in #57
New Contributors
- @stnguyen90 made their first contribution in #57
Full Changelog: 11.0.1...11.0.2