2025-07-24 11:17:24 +00:00
|
|
|
# Change Log
|
|
|
|
|
|
2026-02-12 05:42:51 +00:00
|
|
|
## 21.0.1
|
|
|
|
|
|
|
|
|
|
* Fix doc examples with proper formatting
|
|
|
|
|
|
2026-02-02 10:04:32 +00:00
|
|
|
## 21.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.
|
2026-02-02 10:04:32 +00:00
|
|
|
|
2025-12-18 07:23:42 +00:00
|
|
|
## 20.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
|
|
|
|
2025-11-28 19:26:04 +00:00
|
|
|
## 20.0.0
|
|
|
|
|
|
|
|
|
|
* Rename `VCSDeploymentType` enum to `VCSReferenceType`
|
|
|
|
|
* Change `create_template_deployment` method signature: replace `version` parameter with `type` (TemplateReferenceType) and `reference` parameters
|
|
|
|
|
* Add `get_screenshot` method to `Avatars` service
|
|
|
|
|
* Add `Theme`, `Timezone` and `Output` enums
|
|
|
|
|
|
2025-10-31 12:16:24 +00:00
|
|
|
## 19.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-11-03 06:06:16 +00:00
|
|
|
* Add `create_resend_provider` and `update_resend_provider` methods to `Messaging` service
|
2025-10-31 12:16:24 +00:00
|
|
|
|
2025-10-09 10:37:28 +00:00
|
|
|
## 19.2.1
|
2025-10-09 08:04:50 +00:00
|
|
|
|
|
|
|
|
* Add transaction support for Databases and TablesDB
|
|
|
|
|
|
2025-10-08 04:22:28 +00:00
|
|
|
## 19.1.0
|
|
|
|
|
|
|
|
|
|
* Deprecate `createVerification` method in `Account` service
|
|
|
|
|
* Add `createEmailVerification` method in `Account` service
|
|
|
|
|
|
2025-07-24 11:17:24 +00:00
|
|
|
## 16.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 `encrypt` support to `StringAttribute` model
|
|
|
|
|
* Add `sequence` support to `Document` model
|
|
|
|
|
* Add `upsertDocument` support to `Databases` service
|
|
|
|
|
|
|
|
|
|
## 16.0.0
|
|
|
|
|
|
|
|
|
|
* Add `<REGION>` to doc examples due to the new multi region endpoints
|
|
|
|
|
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
|
|
|
|
|
* Add doc examples, class and methods for new `Sites` service
|
|
|
|
|
* Add doc examples, class and methods for new `Tokens` service
|
|
|
|
|
* Add enums for `BuildRuntime `, `Adapter`, `Framework`, `DeploymentDownloadType` and `VCSDeploymentType`
|
|
|
|
|
* Update enum for `runtimes` with Pythonml312, Dart219, Flutter327 and Flutter329
|
|
|
|
|
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
|
|
|
|
|
* Add `queries` and `search` params to `listMemberships` method
|
|
|
|
|
* Remove `search` param from `listExecutions` method
|
|
|
|
|
|
|
|
|
|
## 15.0.0
|
|
|
|
|
|
|
|
|
|
* Fix requests failing by removing `Content-Type` header from `GET` and `HEAD` requests
|
|
|
|
|
|
|
|
|
|
## 14.0.0
|
|
|
|
|
|
2026-02-02 12:34:02 +00:00
|
|
|
* Fix pong response & chunked upload
|