mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
1.8 KiB
1.8 KiB
Change Log
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