mirror of
https://github.com/appwrite/appwrite
synced 2026-04-29 09:27:25 +00:00
3.4 KiB
3.4 KiB
Change Log
15.1.0
- Add
dart-3.10andflutter-3.38toBuildRuntimeandRuntimeenums - Add
bytesMaxandbytesUsedproperties toCollectionandTablemodels - Fix
Rolesenum removed from Teams service;rolesparameter now accepts[String]
15.0.0
- Add array-based enum parameters (e.g.,
permissions: [BrowserPermission]). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
getQueueAuditssupport toHealthservice. - Add longtext/mediumtext/text/varchar attribute and column helpers to
DatabasesandTablesDBservices.
14.1.0
- Added ability to create columns and indexes synchronously while creating a table
14.0.0
- Rename
VCSDeploymentTypeenum toVCSReferenceType - Change
createTemplateDeploymentmethod signature: replaceversionparameter withtype(TemplateReferenceType) andreferenceparameters - Add
getScreenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums
13.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 - Add
createResendProviderandupdateResendProvidermethods toMessagingservice
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 - Add
sequencesupport toDocumentmodel - Add
dart38andflutter332support to runtime models
10.1.0
- Adds
upsertDocumentmethod - Adds warnings to bulk operation methods
- Adds the new
encryptattribute - Adds runtimes:
flutter332anddart38 - Fix
selectQueries by updating internal attributes likeid,createdAt,updatedAtetc. to be optional inDocumentmodel. - Fix
listCollectionerrors by updatingattributestyping - Fix querying datetime values by properly encoding URLs
10.0.0
- Add
<REGION>to doc examples due to the new multi region endpoints - Add doc examples and methods for bulk api transactions:
createDocuments,deleteDocumentsetc. - Add doc examples, class and methods for new
Sitesservice - Add doc examples, class and methods for new
Tokensservice - Add enums for
BuildRuntime,Adapter,Framework,DeploymentDownloadTypeandVCSDeploymentType - Update enum for
runtimeswith Pythonml312, Dart219, Flutter327 and Flutter329 - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Add
queriesandsearchparams tolistMembershipsmethod - Remove
searchparam fromlistExecutionsmethod
9.0.0
- Fix requests failing by removing
Content-Typeheader fromGETandHEADrequests
8.0.0
- Remove redundant titles from method descriptions.
- Add
codablemodels - Ensure response attribute in
AppwriteExceptionis always string
7.0.0
- Fix pong response & chunked upload