Releases: appwrite/sdk-for-flutter
Releases · appwrite/sdk-for-flutter
17.1.0
What's Changed
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Add
sequencesupport toDocumentmodel
Full Changelog: 17.0.2...17.1.0
17.0.2
What's Changed
- Add
gifsupport toImageFormatenum - Fix
convertTo()method inDocumentandPreferencesmodels to correctly acceptMap<String, dynamic>
Full Changelog: 17.0.1...17.0.2
17.0.1
What's Changed
- Fix
devKeyssupport by conditionally including credentials during requests by @ChiragAgg5k in #254
Full Changelog: 17.0.0...17.0.1
17.0.0
What's Changed
- Update
flutter_web_auth_2dependency to version 4.1.0 - Update
auth.htmlexample in README.md to align withflutter_web_auth_2documentation - Breaking changes:
- Minimum iOS version supported is now 17.4 due to the updated requirements of
flutter_web_auth_2version 4.1.0
- Minimum iOS version supported is now 17.4 due to the updated requirements of
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
Giffrom ImageFormat enum - Remove
searchparam fromlistExecutionsmethod - Add
tokenparam togetFilePreviewandgetFileViewfor 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 adynamicobject 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