Skip to content

Conversation

@ItzNotABug
Copy link
Member

@ItzNotABug ItzNotABug commented Jan 14, 2026

What does this PR do?

Changes as per latest server specs, these include -

  1. Updates to Runtime enums
  2. Output is now correctly renamed to ImageFormat
  3. Introduces Backups module for managing Database backups
  4. Introduces Organization module

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@ItzNotABug ItzNotABug self-assigned this Jan 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Warning

Rate limit exceeded

@ItzNotABug has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 3 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between b3e313c and d01503c.

📒 Files selected for processing (53)
  • Appwrite/Appwrite.csproj
  • Appwrite/Client.cs
  • Appwrite/Enums/BuildRuntime.cs
  • Appwrite/Enums/Name.cs
  • Appwrite/Enums/OAuthProvider.cs
  • Appwrite/Enums/Output.cs
  • Appwrite/Enums/Runtime.cs
  • Appwrite/Models/BackupArchive.cs
  • Appwrite/Models/BackupArchiveList.cs
  • Appwrite/Models/BackupPolicy.cs
  • Appwrite/Models/BackupPolicyList.cs
  • Appwrite/Models/BackupRestoration.cs
  • Appwrite/Models/BackupRestorationList.cs
  • Appwrite/Models/Bucket.cs
  • Appwrite/Models/Database.cs
  • Appwrite/Models/EstimationDeleteOrganization.cs
  • Appwrite/Models/File.cs
  • Appwrite/Models/Invoice.cs
  • Appwrite/Models/UsageResources.cs
  • Appwrite/Query.cs
  • Appwrite/Services/Account.cs
  • Appwrite/Services/Avatars.cs
  • Appwrite/Services/Backups.cs
  • Appwrite/Services/Databases.cs
  • Appwrite/Services/Organizations.cs
  • Appwrite/Services/TablesDB.cs
  • CHANGELOG.md
  • LICENSE
  • README.md
  • docs/examples/account/create-jwt.md
  • docs/examples/avatars/get-screenshot.md
  • docs/examples/backups/create-archive.md
  • docs/examples/backups/create-policy.md
  • docs/examples/backups/create-restoration.md
  • docs/examples/backups/delete-archive.md
  • docs/examples/backups/delete-policy.md
  • docs/examples/backups/get-archive.md
  • docs/examples/backups/get-policy.md
  • docs/examples/backups/get-restoration.md
  • docs/examples/backups/list-archives.md
  • docs/examples/backups/list-policies.md
  • docs/examples/backups/list-restorations.md
  • docs/examples/backups/update-policy.md
  • docs/examples/databases/get-attribute.md
  • docs/examples/databases/update-document.md
  • docs/examples/databases/update-documents.md
  • docs/examples/databases/upsert-document.md
  • docs/examples/organizations/delete.md
  • docs/examples/organizations/estimation-delete-organization.md
  • docs/examples/tablesdb/get-column.md
  • docs/examples/tablesdb/update-row.md
  • docs/examples/tablesdb/update-rows.md
  • docs/examples/tablesdb/upsert-row.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants