|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 22.5.0 |
| 4 | + |
| 5 | +* Updated: `tablesdb create` now takes `--specification` instead of `--dedicated-database-id` |
| 6 | +* Updated: Removed `health get-queue-logs` command |
| 7 | +* Added: `notifications` command group for console notifications |
| 8 | +* Added: `organization get`, `update`, and `delete` commands |
| 9 | +* Added: `organization list-memberships`, `create-membership`, `get-membership`, `update-membership`, and `delete-membership` commands |
| 10 | +* Added: `tablesdb list-migrations`, `create-migration`, `get-migration`, and `delete-migration` commands for dedicated database migrations |
| 11 | +* Added: `oauth2 create-par`, `list-organizations`, and `list-projects` commands |
| 12 | +* Added: `--request-_uri` option on `oauth2 authorize`; client ID, redirect URI, and response type are now optional |
| 13 | +* Added: `projects list-addons`, `get-addon`, `delete-addon`, `confirm-addon-payment`, and `get-addon-price` commands |
| 14 | +* Added: `create-premium-geo-db-addon` command on `projects` and `organizations` |
| 15 | +* Added: `account list-logs`, `teams list-logs`, and `users list-logs` commands |
| 16 | +* Added: `health get-geo` and `get-geo-premium` commands |
| 17 | +* Added: `--new-specification` option on `backups create-restoration` |
| 18 | +* Added: `--prompt` and `--max-age` options on `project update-o-auth-2-oidc` |
| 19 | +* Fixed: Project config validation now sends the `X-Appwrite-Project` header, fixing 401 errors for guest sessions |
| 20 | +* Fixed: Update check now reads the latest version from the Homebrew tap instead of stale local metadata |
| 21 | + |
3 | 22 | ## 22.4.0 |
4 | 23 |
|
5 | 24 | * Updated: Removed pre-release activity log commands `list-logs`, `list-collection-logs`, `list-document-logs`, `list-table-logs`, `list-row-logs`, `list-message-logs`, `list-provider-logs`, `list-subscriber-logs`, and `list-topic-logs` |
|
0 commit comments