appwrite/docs/sdks/php/CHANGELOG.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

2025-07-24 10:41:59 +00:00
# Change Log
## 20.0.1
* Fix doc examples with proper formatting
## 20.0.0
* Add array-based enum parameters (e.g., `permissions: array<BrowserPermission>`).
2026-02-02 12:27:50 +00:00
* Breaking change: `Output` enum has been removed; use `ImageFormat` instead.
* Add `getQueueAudits` support to `Health` service.
2026-02-02 12:34:02 +00:00
* Add longtext/mediumtext/text/varchar attribute and column helpers to `Databases` and `TablesDB` services.
2025-12-18 07:23:42 +00:00
## 19.1.0
2025-12-18 08:41:50 +00:00
* Added ability to create columns and indexes synchronously while creating a table
2025-12-18 07:23:42 +00:00
## 19.0.0
* Rename `VCSDeploymentType` enum to `VCSReferenceType`
* Change `createTemplateDeployment` method signature: replace `version` parameter with `type` (TemplateReferenceType) and `reference` parameters
* Add `Theme`, `Timezone` and `Output` enums
2025-11-10 12:50:31 +00:00
## 18.0.1
* Fix `TablesDB` service to use correct file name
2025-11-10 09:30:09 +00:00
## 18.0.0
2025-11-10 08:49:26 +00:00
* Fix duplicate methods issue (e.g., `updateMFA` and `updateMfa`) causing build and runtime errors
* Add support for `getScreenshot` method to `Avatars` service
* Add `Output`, `Theme` and `Timezone` enums
2025-10-31 12:16:24 +00:00
## 17.5.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-11-03 06:06:16 +00:00
* Add `createResendProvider` and `updateResendProvider` methods to `Messaging` service
2025-10-31 12:16:24 +00:00
2025-10-09 10:37:28 +00:00
## 17.4.1
2025-10-09 08:04:50 +00:00
* Add transaction support for Databases and TablesDB
## 17.3.0
* Deprecate `createVerification` method in `Account` service
* Add `createEmailVerification` method in `Account` service
2025-07-24 10:41:59 +00:00
## 15.1.0
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
* Add `dart38` and `flutter332` support to runtime models
* Add `gif` support to `ImageFormat` enum
* Add `upsertDocument` support to `Databases` service
2026-02-02 12:34:02 +00:00
* Add `sequence` support to `Document` model