Releases: appwrite/sdk-for-flutter
Releases · appwrite/sdk-for-flutter
23.1.0
What's Changed
- Added
xOAuth provider toOAuthProviderenum - Added
userTypefield toLogmodel - Added
getHeaders()method toClient - Updated
X-Appwrite-Response-Formatheader to1.9.1 - Updated TTL description for list caching in Databases and TablesDB
Full Changelog: 23.0.0...23.1.0
23.0.0
What's Changed
- [BREAKING] Changed
$sequencetype frominttoStringforRowandDocumentmodels - Added impersonation support:
setImpersonateUserId(),setImpersonateUserEmail(),setImpersonateUserPhone()onClient,ClientBrowser, andClientIO - Added
impersonatorandimpersonatorUserIdoptional fields toUsermodel - Updated
Logmodel field descriptions to clarify impersonation behavior foruserId,userEmail,userName - Updated
X-Appwrite-Response-Formatheader to1.9.0 - Updated README badge to API version
1.9.xand dependency example to^23.0.0
Full Changelog: 22.0.0...23.0.0
22.0.0
What's Changed
- Breaking: Channel API no longer defaults to '*'; explicit IDs required.
- Updated: Docs and README reflect 21.4.1; TTL examples added.
Full Changelog: 21.4.0...22.0.0
21.4.0
What's Changed
- Added upsert() to DocumentChannel and RowChannel to support upsert operations on documents and rows.
- Added Query.contains, Query.containsAny, and Query.containsAll for enhanced filtering capabilities.
Full Changelog: 21.3.0...21.4.0
21.3.0
21.1.0
What's Changed
- Add
queriesparameter to Realtime subscriptions for filtering events - Fix
Rolesenum removed from Teams service;rolesparameter now acceptsList<String> - Fix doc examples with proper formatting and syntax highlighting
Full Changelog: 21.0.0...21.1.0
21.0.0
What's Changed
- Add array-based enum parameters (e.g.,
permissions: List<BrowserPermission>). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
Channelhelpers for Realtime.
Full Changelog: 20.3.3...21.0.0
20.3.3
What's Changed
- feat: Flutter SDK update for version 20.3.2 by @ChiragAgg5k in #290
- feat: Flutter SDK update for version 20.3.3 by @ItzNotABug in #293
New Contributors
- @ItzNotABug made their first contribution in #293
Full Changelog: 20.3.2...20.3.3
20.3.2
20.3.1
What's Changed
- Fix passing of
nullvalues and stripping only non-nullable optional parameters from the request body
Full Changelog: 20.3.0...20.3.1