Skip to content

feat: Swift SDK update for version 16.0.0#57

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

feat: Swift SDK update for version 16.0.0#57
abnegate merged 9 commits into
mainfrom
dev

Conversation

@ChiragAgg5k

@ChiragAgg5k ChiragAgg5k commented Mar 24, 2026

Copy link
Copy Markdown
Member

This PR contains updates to the Swift SDK for version 16.0.0.

* Breaking: Renamed `AppwriteEnums.IndexType` to `AppwriteEnums.DatabasesIndexType` in `Databases`\n* Added `DocumentsDB` service with list/create/get/update/delete and transaction endpoints\n* Added impersonation support: `setImpersonateUserId`, `setImpersonateUserEmail`, `setImpersonateUserPhone`\n* Updated `x-sdk-version` to `15.1.0` and `x-appwrite-response-format` to `1.9.0`\n* Updated README badge to display API version `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 22 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: ddb97a52-6d62-4553-b197-9999d6068ea8

📥 Commits

Reviewing files that changed from the base of the PR and between 63a49fb and 74ff6e0.

📒 Files selected for processing (41)
  • CHANGELOG.md
  • README.md
  • Sources/Appwrite/Client.swift
  • Sources/Appwrite/Services/Databases.swift
  • Sources/Appwrite/Services/Functions.swift
  • Sources/Appwrite/Services/Health.swift
  • Sources/Appwrite/Services/Project.swift
  • Sources/Appwrite/Services/Sites.swift
  • Sources/Appwrite/Services/TablesDB.swift
  • Sources/Appwrite/Services/Users.swift
  • Sources/Appwrite/Services/Webhooks.swift
  • Sources/AppwriteEnums/BackupServices.swift
  • Sources/AppwriteEnums/DatabaseType.swift
  • Sources/AppwriteEnums/DatabasesIndexType.swift
  • Sources/AppwriteEnums/Scopes.swift
  • Sources/AppwriteEnums/TablesDBIndexType.swift
  • Sources/AppwriteEnums/TemplateReferenceType.swift
  • Sources/AppwriteModels/Document.swift
  • Sources/AppwriteModels/Function.swift
  • Sources/AppwriteModels/Log.swift
  • Sources/AppwriteModels/Row.swift
  • Sources/AppwriteModels/Site.swift
  • Sources/AppwriteModels/User.swift
  • Sources/AppwriteModels/Webhook.swift
  • Sources/AppwriteModels/WebhookList.swift
  • 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/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
## 15.2.0

* Added `getConsolePausing` health endpoint
* Added `ttl` parameter to listDocuments and listRows and updated examples
* Added `activate` optional parameter to Sites.createDeployment and updated docs example
* Updated Document and Row sequence IDs documentation
* Added usage example for Health.getConsolePausing

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

@abnegate abnegate merged commit 3d4c452 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