|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 12.0.0 |
| 4 | + |
| 5 | +* Breaking: Renamed `AuthMethod` enum to `MethodId` |
| 6 | +* Breaking: Replaced `Projects.updateAuthStatus` with `Project.updateAuthMethod` |
| 7 | +* Breaking: Replaced `Projects.updateOAuth2` with per-provider methods on `Project` service (e.g. `updateOAuth2Google`, `updateOAuth2GitHub`) |
| 8 | +* Breaking: Replaced `Projects.updateMockNumbers` with `listMockPhones`, `createMockPhone`, `getMockPhone`, `updateMockPhone`, `deleteMockPhone` on `Project` service |
| 9 | +* Breaking: Replaced `Projects.createJWT` with `Project.createEphemeralKey` |
| 10 | +* Breaking: Moved `delete` from `Projects` to `Project` service |
| 11 | +* Breaking: Renamed `execution.read`/`execution.write` scopes to `executions.read`/`executions.write` |
| 12 | +* Breaking: Renamed `domainId` parameter to `invoiceId` in `domains.updatePurchase` and `domains.updateTransferIn` |
| 13 | +* Added: `Manager` service with `createBlock`, `deleteBlock`, `listBlocks` methods |
| 14 | +* Added: `listEmailTemplates`, `listOAuth2Providers`, `getOAuth2Provider`, `listPolicies`, `getPolicy` methods on `Project` service |
| 15 | +* Added: `createPlanEstimation` method on `Organizations` service |
| 16 | +* Added: `listOAuth2Providers` and `listProjectScopes` methods on `Console` service |
| 17 | +* Added: `fusionauth`, `keycloak`, `kick` to `OAuthProvider` enum |
| 18 | +* Added: `MethodId`, `PolicyId` enums |
| 19 | +* Added: `mocks.read`, `mocks.write`, `sessions.read` scopes |
| 20 | +* Added: `rust-1.83` runtime |
| 21 | +* Added: `backup-policy` to `AppwriteMigrationResource` enum |
| 22 | +* Added: Plural `ResourceType` values (`projects`, `functions`, `sites`, `databases`, `buckets`, `providers`, `topics`, `subscribers`, `messages`) |
| 23 | +* Added: Models for ephemeral keys, mock numbers, email templates, policies, and per-provider OAuth2 settings |
| 24 | +* Updated: `X-Appwrite-Response-Format` header to `1.9.3` |
| 25 | + |
3 | 26 | ## 11.0.0 |
4 | 27 |
|
5 | 28 | * Breaking: Moved SMTP, email template, and all policy methods from `Projects` to `Project` service |
|
0 commit comments