mirror of
https://github.com/appwrite/appwrite
synced 2026-04-26 07:57:22 +00:00
2.5 KiB
2.5 KiB
Change Log
14.1.0
- Add
queriesparameter to Realtime subscriptions for filtering events - Fix
Rolesenum removed from Teams service;rolesparameter now accepts[String] - Fix doc examples with proper formatting and complete client configuration
14.0.0
- Add array-based enum parameters (e.g.,
permissions: [BrowserPermission]). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
Channelhelpers for Realtime.
13.5.0
- Add
getScreenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums
13.4.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
13.3.1
- Fix
onOpencallback not being called when the websocket connection is established - Fix add missing
scheduledvalue toExecutionStatusenum
13.3.0
- Add
onOpen,onCloseandonErrorcallbacks toRealtimeservice
13.2.2
- Fix issue: Missing AppwriteEnums dependency causing build failure
13.2.1
- Add transaction support for Databases and TablesDB
13.1.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
10.2.0
- Update sdk to use swift-native doc comments instead of jsdoc styled comments as per Swift Documentation Comments
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Remove
Content-Type,Content-Lengthheaders and body from websocket requests
10.1.1
- Adds warnings to bulk operation methods
- Fix select Queries by updating internal attributes like id, createdAt, updatedAt etc. to be optional in Document model.
- Fix querying datetime values by properly encoding URLs
10.1.0
- Add
devKeyssupport toClientservice - Add
upsertDocumentsupport toDatabasesservice
10.0.0
- Add
<REGION>to doc examples due to the new multi region endpoints - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Remove
searchparam fromlistExecutionsmethod - Remove
Giffrom ImageFormat enum
9.0.1
- Fix requests failing by removing
Content-Typeheader fromGETandHEADrequests
9.0.0
- Remove redundant titles from method descriptions.
- Add
codablemodels - Ensure response attribute in
AppwriteExceptionis always string