Skip to content

feat: .NET SDK update for version 2.0.0#88

Merged
abnegate merged 8 commits into
mainfrom
dev
Mar 26, 2026
Merged

feat: .NET SDK update for version 2.0.0#88
abnegate merged 8 commits into
mainfrom
dev

Conversation

@ChiragAgg5k

@ChiragAgg5k ChiragAgg5k commented Mar 24, 2026

Copy link
Copy Markdown
Member

This PR contains updates to the .NET SDK for version 2.0.0.

* Breaking: Removed `IndexType`; replaced with `DatabasesIndexType`, `TablesDBIndexType`, `DocumentsDBIndexType`, `VectorsDBIndexType`
* Added `Model` class with `Embeddinggemma` value
* Expanded runtime RCs in `BuildRuntime`/`Runtime` for multiple languages
* Added impersonation support via `SetImpersonateUserId`, `SetImpersonateUserEmail`, `SetImpersonateUserPhone`
* Added scopes `WebhooksRead`, `WebhooksWrite`, `ProjectRead`, `ProjectWrite`
* Updated `Client` headers: `User-Agent` and `x-sdk-version` to 0.28.0
* Updated `X-Appwrite-Response-Format` to `1.9.0`
@coderabbitai

coderabbitai Bot commented Mar 24, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@ChiragAgg5k has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 23 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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: bccf67ff-e092-46af-a53c-9cc0ef7c588e

📥 Commits

Reviewing files that changed from the base of the PR and between c95e61e and 618cff6.

📒 Files selected for processing (44)
  • Appwrite/Appwrite.csproj
  • Appwrite/Client.cs
  • Appwrite/Enums/BackupServices.cs
  • Appwrite/Enums/DatabaseType.cs
  • Appwrite/Enums/DatabasesIndexType.cs
  • Appwrite/Enums/IndexType.cs
  • Appwrite/Enums/Scopes.cs
  • Appwrite/Enums/TablesDBIndexType.cs
  • Appwrite/Enums/TemplateReferenceType.cs
  • Appwrite/Models/Document.cs
  • Appwrite/Models/Function.cs
  • Appwrite/Models/Row.cs
  • Appwrite/Models/Site.cs
  • Appwrite/Models/User.cs
  • Appwrite/Models/Webhook.cs
  • Appwrite/Models/WebhookList.cs
  • Appwrite/Services/Databases.cs
  • Appwrite/Services/Functions.cs
  • Appwrite/Services/Health.cs
  • Appwrite/Services/Project.cs
  • Appwrite/Services/Sites.cs
  • Appwrite/Services/TablesDB.cs
  • Appwrite/Services/Users.cs
  • Appwrite/Services/Webhooks.cs
  • CHANGELOG.md
  • README.md
  • docs/examples/databases/create-index.md
  • docs/examples/functions/create.md
  • docs/examples/functions/update.md
  • docs/examples/project/create-variable.md
  • docs/examples/project/delete-variable.md
  • docs/examples/project/get-variable.md
  • docs/examples/project/list-variables.md
  • docs/examples/project/update-variable.md
  • docs/examples/sites/create.md
  • docs/examples/sites/update.md
  • docs/examples/tablesdb/create-index.md
  • docs/examples/users/update-impersonator.md
  • docs/examples/webhooks/create.md
  • docs/examples/webhooks/delete.md
  • docs/examples/webhooks/get.md
  • docs/examples/webhooks/list.md
  • docs/examples/webhooks/update-signature.md
  • docs/examples/webhooks/update.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

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.

Comment thread CHANGELOG.md
Comment on lines -3 to -9
## 1.0.0

* Breaking: Sites.CreateDeployment signature changed; 'activate' moved after outputDirectory.
* Breaking: Relationship API path updated; old path deprecated.
* Added GetConsolePausing health check method.
* Added ttl parameter to ListDocuments and ListRows.
* Updated deployment example to show activate parameter placement.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't replace old release

@ChiragAgg5k ChiragAgg5k changed the title feat: .NET SDK update for version 0.28.0 feat: .NET SDK update for version 2.0.0 Mar 26, 2026
@abnegate abnegate merged commit 883292e into main Mar 26, 2026
1 check passed
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