Releases: appwrite/sdk-for-flutter
Releases · appwrite/sdk-for-flutter
17.0.2
What's Changed
- Add
gif
support toImageFormat
enum - Fix
convertTo()
method inDocument
andPreferences
models to correctly acceptMap<String, dynamic>
Full Changelog: 17.0.1...17.0.2
17.0.1
What's Changed
- Fix
devKeys
support 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_2
dependency to version 4.1.0 - Update
auth.html
example in README.md to align withflutter_web_auth_2
documentation - Breaking changes:
- Minimum iOS version supported is now 17.4 due to the updated requirements of
flutter_web_auth_2
version 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
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