Skip to content

Commit d72b7aa

Browse files
committed
chore: update Python SDK to 17.0.0
1 parent d1830da commit d72b7aa

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
## 17.0.0
44

5-
* [BREAKING] Changed `$sequence` type from `int` to `string` for rows and documents
5+
* [BREAKING] Changed `$sequence` type from `float` to `str` for `Row` and `Document` models
6+
* [BREAKING] Renamed `IndexType` enum: split into `DatabasesIndexType` (with new `SPATIAL` value) and `TablesDBIndexType`
7+
* [BREAKING] Replaced `specification` parameter with `build_specification` and `runtime_specification` in `functions.create()`, `functions.update()`, `sites.create()`, `sites.update()`
8+
* Added new `Project` service with full CRUD for project-level environment variables
9+
* Added new `Webhooks` service with full CRUD for project webhooks (including `update_signature`)
10+
* Added `Webhook` and `WebhookList` models
11+
* Added `users.update_impersonator()` method for enabling/disabling user impersonation
12+
* Added impersonation support: `set_impersonate_user_id()`, `set_impersonate_user_email()`, `set_impersonate_user_phone()` on `Client`
13+
* Added `impersonator` and `impersonatoruserid` optional fields to `User` model
14+
* Added `deployment_retention` parameter to Functions and Sites create/update
15+
* Added `start_command` parameter to Sites create/update
16+
* Added `Documentsdb`, `Vectorsdb` values to `BackupServices` and `DatabaseType` enums
17+
* Added `WebhooksRead`, `WebhooksWrite`, `ProjectRead`, `ProjectWrite` scopes
18+
* Removed `get_queue_billing_project_aggregation`, `get_queue_billing_team_aggregation`, `get_queue_priority_builds`, `get_queue_region_manager`, `get_queue_threats` from `Health` service
19+
* Updated `Log` model field descriptions to clarify impersonation behavior
20+
* Updated `X-Appwrite-Response-Format` header to `1.9.0`
621

722
## 16.0.0
823

0 commit comments

Comments
 (0)