Releases: appwrite/sdk-for-python
Releases · appwrite/sdk-for-python
15.0.0
What's Changed
- 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.
Full Changelog: 14.1.0...15.0.0
14.1.0
What's Changed
- Added ability to create columns and indexes synchronously while creating a table
Full Changelog: 14.0.0...14.1.0
14.0.0
What's Changed
- 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
Full Changelog: 13.6.1...14.0.0
13.6.1
13.6.0
What's Changed
- 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
Full Changelog: 13.5.0...13.6.0
13.5.0
What's Changed
- Add
create_resend_providerandupdate_resend_providermethods toMessagingservice - Improve deprecation warnings
- Fix adding
Optional[]to optional parameters - Fix passing of
Noneto nullable parameters
Full Changelog: 13.4.1...13.5.0
13.4.1
13.3.0
What's Changed
- Deprecate
createVerificationmethod inAccountservice - Add
createEmailVerificationmethod inAccountservice
Full Changelog: 13.2.0...13.3.0
13.2.0
What's Changed
- feat: Python SDK update for version 13.2.0 by @ChiragAgg5k in #118, introduces support of enums in response models.
Full Changelog: 13.1.0...13.2.0