Skip to content

feat: Kotlin SDK update for version 15.0.0#71

Open
ChiragAgg5k wants to merge 5 commits intomainfrom
dev
Open

feat: Kotlin SDK update for version 15.0.0#71
ChiragAgg5k wants to merge 5 commits intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Mar 24, 2026

This PR contains updates to the Kotlin SDK for version 15.0.0.

* Breaking: Renamed `IndexType` to `DatabasesIndexType` in docs.
* Breaking: Replaced `.setKey()` with `.setSession()` in docs examples.
* Added: Added `DocumentsDB` service with document management methods.
* Updated: Updated docs to reflect new `DatabasesIndexType` and `DocumentsDB` examples.
@coderabbitai
Copy link

coderabbitai bot commented Mar 24, 2026

Warning

Rate limit exceeded

@ChiragAgg5k has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 1 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: b67109fc-9061-4398-b80e-50f5af351cfa

📥 Commits

Reviewing files that changed from the base of the PR and between cbb627c and aa16c6e.

📒 Files selected for processing (65)
  • CHANGELOG.md
  • README.md
  • docs/examples/java/databases/create-index.md
  • docs/examples/java/databases/upsert-documents.md
  • docs/examples/java/functions/create.md
  • docs/examples/java/functions/update.md
  • docs/examples/java/project/create-variable.md
  • docs/examples/java/project/delete-variable.md
  • docs/examples/java/project/get-variable.md
  • docs/examples/java/project/list-variables.md
  • docs/examples/java/project/update-variable.md
  • docs/examples/java/sites/create.md
  • docs/examples/java/sites/update.md
  • docs/examples/java/tablesdb/create-index.md
  • docs/examples/java/users/update-impersonator.md
  • docs/examples/java/webhooks/create.md
  • docs/examples/java/webhooks/delete.md
  • docs/examples/java/webhooks/get.md
  • docs/examples/java/webhooks/list.md
  • docs/examples/java/webhooks/update-signature.md
  • docs/examples/java/webhooks/update.md
  • docs/examples/kotlin/databases/create-index.md
  • docs/examples/kotlin/databases/upsert-documents.md
  • docs/examples/kotlin/functions/create.md
  • docs/examples/kotlin/functions/update.md
  • docs/examples/kotlin/project/create-variable.md
  • docs/examples/kotlin/project/delete-variable.md
  • docs/examples/kotlin/project/get-variable.md
  • docs/examples/kotlin/project/list-variables.md
  • docs/examples/kotlin/project/update-variable.md
  • docs/examples/kotlin/sites/create.md
  • docs/examples/kotlin/sites/update.md
  • docs/examples/kotlin/tablesdb/create-index.md
  • docs/examples/kotlin/users/update-impersonator.md
  • docs/examples/kotlin/webhooks/create.md
  • docs/examples/kotlin/webhooks/delete.md
  • docs/examples/kotlin/webhooks/get.md
  • docs/examples/kotlin/webhooks/list.md
  • docs/examples/kotlin/webhooks/update-signature.md
  • docs/examples/kotlin/webhooks/update.md
  • src/main/kotlin/io/appwrite/Client.kt
  • src/main/kotlin/io/appwrite/enums/BackupServices.kt
  • src/main/kotlin/io/appwrite/enums/BuildRuntime.kt
  • src/main/kotlin/io/appwrite/enums/DatabaseType.kt
  • src/main/kotlin/io/appwrite/enums/DatabasesIndexType.kt
  • src/main/kotlin/io/appwrite/enums/Runtime.kt
  • src/main/kotlin/io/appwrite/enums/Scopes.kt
  • src/main/kotlin/io/appwrite/enums/TablesDBIndexType.kt
  • src/main/kotlin/io/appwrite/enums/TemplateReferenceType.kt
  • src/main/kotlin/io/appwrite/models/Document.kt
  • src/main/kotlin/io/appwrite/models/Function.kt
  • src/main/kotlin/io/appwrite/models/Log.kt
  • src/main/kotlin/io/appwrite/models/Row.kt
  • src/main/kotlin/io/appwrite/models/Site.kt
  • src/main/kotlin/io/appwrite/models/User.kt
  • src/main/kotlin/io/appwrite/models/Webhook.kt
  • src/main/kotlin/io/appwrite/models/WebhookList.kt
  • src/main/kotlin/io/appwrite/services/Databases.kt
  • src/main/kotlin/io/appwrite/services/Functions.kt
  • src/main/kotlin/io/appwrite/services/Health.kt
  • src/main/kotlin/io/appwrite/services/Project.kt
  • src/main/kotlin/io/appwrite/services/Sites.kt
  • src/main/kotlin/io/appwrite/services/TablesDB.kt
  • src/main/kotlin/io/appwrite/services/Users.kt
  • src/main/kotlin/io/appwrite/services/Webhooks.kt
✨ 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.

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.

1 participant