appwrite/docs/sdks/android/CHANGELOG.md

38 lines
1.1 KiB
Markdown
Raw Normal View History

# Change Log
2025-10-31 12:16:24 +00:00
## 11.3.0
* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance
* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
2025-10-09 10:37:28 +00:00
## 11.2.1
2025-10-09 08:04:50 +00:00
* Add transaction support for Databases and TablesDB
## 11.1.0
* Deprecate `createVerification` method in `Account` service
* Add `createEmailVerification` method in `Account` service
2025-07-24 08:12:55 +00:00
## 8.2.0
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Add `gif` support to `ImageFormat` enum
* Add `sequence` support to `Document` model
## 8.1.0
* Add `devKeys` support to `Client` service
* Add `upsertDocument` support to `Databases` service
## 8.0.0
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
* Update default `quality` for `getFilePreview` from 0 to -1
* Remove `Gif` from ImageFormat enum
2025-07-24 08:12:55 +00:00
* Remove `search` param from `listExecutions` method
## 7.0.1
* Fix requests failing by removing `Content-Type` header from `GET` and `HEAD` requests