mirror of
https://github.com/appwrite/appwrite
synced 2026-04-26 07:57:22 +00:00
1.8 KiB
1.8 KiB
Change Log
20.0.1
- Fix doc examples with proper formatting
20.0.0
- Add array-based enum parameters (e.g.,
permissions: array<BrowserPermission>). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
getQueueAuditssupport toHealthservice. - Add longtext/mediumtext/text/varchar attribute and column helpers to
DatabasesandTablesDBservices.
19.1.0
- Added ability to create columns and indexes synchronously while creating a table
19.0.0
- Rename
VCSDeploymentTypeenum toVCSReferenceType - Change
createTemplateDeploymentmethod signature: replaceversionparameter withtype(TemplateReferenceType) andreferenceparameters - Add
Theme,TimezoneandOutputenums
18.0.1
- Fix
TablesDBservice to use correct file name
18.0.0
- Fix duplicate methods issue (e.g.,
updateMFAandupdateMfa) causing build and runtime errors - Add support for
getScreenshotmethod toAvatarsservice - Add
Output,ThemeandTimezoneenums
17.5.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 - Add
createResendProviderandupdateResendProvidermethods toMessagingservice
17.4.1
- Add transaction support for Databases and TablesDB
17.3.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
15.1.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
dart38andflutter332support to runtime models - Add
gifsupport toImageFormatenum - Add
upsertDocumentsupport toDatabasesservice - Add
sequencesupport toDocumentmodel