mirror of
https://github.com/appwrite/sdk-for-android.git
synced 2026-04-07 19:17:49 +00:00
2.5 KiB
2.5 KiB
Change Log
14.0.0
- [BREAKING] Changed
$sequencetype fromLongtoStringforRowandDocumentmodels - Added impersonation support:
setImpersonateUserId(),setImpersonateUserEmail(),setImpersonateUserPhone()onClient - Added
impersonatorandimpersonatorUserIdoptional fields toUsermodel - Updated
Logmodel field descriptions to clarify impersonation behavior foruserId,userEmail,userName - Updated
X-Appwrite-Response-Formatheader to1.9.0 - Updated API version badge to
1.9.0and compatibility note to server version1.9.xin README
13.0.0
- Breaking: Channel factory methods require explicit IDs (no wildcard defaults)
- Added ttl parameter to listDocuments and listRows for caching
- Updated x-sdk-version header to 12.2.1 in Client
- Updated docs and examples to show TTL usage and latest compatibility note
- Updated Document and Row sequence descriptions in models
12.1.0
- Add
queriesparameter to Realtime subscriptions for filtering events - Add
subscriptionsfield toRealtimeCallbackandRealtimeResponseEventtypes - Fix
Rolesenum removed from Teams service;rolesparameter now acceptsList<String>
12.0.0
- Add array-based enum parameters (e.g.,
permissions: List<BrowserPermission>). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
Channelhelpers for Realtime.
11.4.0
- Add
getScreenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums
11.3.0
- Add
totalparameter to list queries allowing skipping counting rows in a table for improved performance - Add
Operatorclass for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
11.2.1
- Add transaction support for Databases and TablesDB
11.1.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
8.2.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Add
sequencesupport toDocumentmodel
8.1.0
- Add
devKeyssupport toClientservice - Add
upsertDocumentsupport toDatabasesservice
8.0.0
- Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Update default
qualityforgetFilePreviewfrom 0 to -1 - Remove
Giffrom ImageFormat enum - Remove
searchparam fromlistExecutionsmethod
7.0.1
- Fix requests failing by removing
Content-Typeheader fromGETandHEADrequests