mirror of
https://github.com/appwrite/appwrite
synced 2026-04-27 00:17:34 +00:00
2.7 KiB
2.7 KiB
Change Log
15.1.0
- Add
dart-3.10andflutter-3.38toBuildRuntimeandRuntimeenums - Fix
Rolesenum removed from Teams service;rolesparameter now acceptslist[str]
15.0.0
- Add array-based enum parameters (e.g.,
permissions: list[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
create_template_deploymentmethod signature: replaceversionparameter withtype(TemplateReferenceType) andreferenceparameters - Add
get_screenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums - Add support for dart39 and flutter335 runtimes
13.6.1
- Fix passing of
Noneto nullable parameters
13.6.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.5.0
- Add
create_resend_providerandupdate_resend_providermethods toMessagingservice - Improve deprecation warnings
- Fix adding
Optional[]to optional parameters - Fix passing of
Noneto nullable parameters
13.4.1
- Add transaction support for Databases and TablesDB
13.3.0
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
11.1.0
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
dart38andflutter332support to runtime models - Add
gifsupport toImageFormatenum - Add
upsertDocumentsupport toDatabasesservice
11.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
10.0.0
- Fix requests failing by removing
Content-Typeheader fromGETandHEADrequests
9.0.3
- Update sdk to use Numpy-style docstrings