Releases: appwrite/sdk-for-flutter
Releases ยท appwrite/sdk-for-flutter
17.0.1
What's Changed
- fix: devKeys support by conditionally including credentials by @ChiragAgg5k in #254
Full Changelog: 17.0.0...17.0.1
17.0.0
What's Changed
- chore: (breaking) update flutter_web_auth_2 docs to match 4.x by @ChiragAgg5k in #253
Full Changelog: 16.1.0...17.0.0
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