Releases: appwrite/sdk-for-flutter
Releases Β· appwrite/sdk-for-flutter
16.1.0
What's Changed
- chore: add setDevKey and upsertDocument methods by @ChiragAgg5k in #251
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 - Remove
Gif
from ImageFormat enum - Remove
search
param fromlistExecutions
method - Add
token
param togetFilePreview
andgetFileView
for File tokens usage
Full Changelog: 15.0.2...16.0.0
15.0.2
What's Changed
Fixes
- Only updates user-agent if set to prevent CORS errors on Flutter web (#242)
Miscellaneous
- Update example endpoint to follow multi region format
- Regenerate sdk by @ChiragAgg5k in #246
- Add changelog and update version by @ChiragAgg5k in #247
Full Changelog: 15.0.1...15.0.2
15.0.1
15.0.0
What's Changed
- Updated formatting.
- Encode user-agents properly to fix issue - appwrite/sdk-for-dart#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 #241
Full Changelog: 14.0.0...15.0.0
14.0.0
13.1.1
13.1.0
14.0.0-rc1
What's Changed
Full Changelog: 12.0.1...14.0.0-rc1
13.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.
New Contributors
- @EVDOG4LIFE made their first contribution in #213
Full Changelog: 12.0.4...13.0.0