Conversation
Greptile SummaryThis PR adds the
Confidence Score: 4/5Safe to merge — the change is documentation-only and introduces no runtime code The only change is a CHANGELOG entry, which carries no execution risk. The factual accuracy issues are minor omissions (undocumented methods on Presences and Organization) that don't affect the shipped code itself but leave consumers with an incomplete picture of the release. CHANGELOG.md — the 13.1.0 entry should be expanded to cover the Presences write/delete methods and the Organization project-management methods before merge Important Files Changed
Reviews (1): Last reviewed commit: "chore: update Console SDK to 13.1.0" | Re-trigger Greptile |
| ## 13.1.0 | ||
|
|
||
| * Added: `Organization` service with organization-scoped key methods (`listKeys`, `createKey`, `getKey`, `updateKey`, `deleteKey`) | ||
| * Added: `Presences` service with `list`, `get`, and `getUsage` methods |
There was a problem hiding this comment.
Presences service methods are under-documented
The changelog claims the Presences service adds only list, get, and getUsage, but src/services/presences.ts also exports upsert, update, and delete. All six methods are new in this version and have no entry in any prior changelog, so consumers reading the changelog will be unaware that write/delete operations are available.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
|
|
||
| ## 13.1.0 | ||
|
|
||
| * Added: `Organization` service with organization-scoped key methods (`listKeys`, `createKey`, `getKey`, `updateKey`, `deleteKey`) |
There was a problem hiding this comment.
Organization service project-management methods are missing from the entry
The changelog mentions only the five key-management methods on Organization, but src/services/organization.ts also exposes a full set of project CRUD operations: listProjects, createProject, getProject, updateProject, and deleteProject. None of these appeared in any prior changelog version, so they are also new in 13.1.0 and should be documented here.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
This PR contains updates to the Console web SDK for version 13.2.0.
What's Changed
Appsservice for managing OAuth2 apps, secrets, and tokensComputeservice for dedicated database management (backups, branches, connections, replicas, restorations)Advisorservice withlistInsights,getInsight,listReports,getReport, anddeleteReportgetAuditsDBmethod onHealthservicecreateSesProviderandupdateSesProvidermethods onMessagingserviceupdateOAuth2Servermethod onProjectserviceupdatePasswordStrengthPolicymethod onProjectservicegetPolicynow also returns password-strength and email-deny policy typesFunctionRuntimetoRuntime,SiteFrameworktoFramework,SiteBuildRuntimetoBuildRuntime,SiteAdaptertoAdapter,MigrationOnDuplicatetoOnDuplicate,RedirectStatusCodetoStatusCode,OrganizationAddontoAddon,ProjectStatustoStatus)X-Appwrite-Projectis now sent per request instead of set globally onsetProject