Skip to content

feat: Ruby SDK update for version 22.0.0#57

Merged
abnegate merged 10 commits intomainfrom
dev
Mar 26, 2026
Merged

feat: Ruby SDK update for version 22.0.0#57
abnegate merged 10 commits intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

@ChiragAgg5k ChiragAgg5k commented Mar 24, 2026

This PR contains updates to the Ruby SDK for version 22.0.0.

* Added `DocumentsDB` API and examples.
* Updated README badge to API version 1.9.0.
@coderabbitai
Copy link
Copy Markdown

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 8 minutes and 43 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: 55ee69b7-4426-4560-a7dd-48605588ee36

📥 Commits

Reviewing files that changed from the base of the PR and between dc55a40 and 40d76c8.

📒 Files selected for processing (43)
  • CHANGELOG.md
  • README.md
  • appwrite.gemspec
  • 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
  • lib/appwrite.rb
  • lib/appwrite/client.rb
  • lib/appwrite/enums/backup_services.rb
  • lib/appwrite/enums/database_type.rb
  • lib/appwrite/enums/databases_index_type.rb
  • lib/appwrite/enums/scopes.rb
  • lib/appwrite/enums/tables_db_index_type.rb
  • lib/appwrite/enums/template_reference_type.rb
  • lib/appwrite/models/database.rb
  • lib/appwrite/models/function.rb
  • lib/appwrite/models/site.rb
  • lib/appwrite/models/user.rb
  • lib/appwrite/models/webhook.rb
  • lib/appwrite/models/webhook_list.rb
  • lib/appwrite/services/databases.rb
  • lib/appwrite/services/functions.rb
  • lib/appwrite/services/health.rb
  • lib/appwrite/services/project.rb
  • lib/appwrite/services/sites.rb
  • lib/appwrite/services/tables_db.rb
  • lib/appwrite/services/users.rb
  • lib/appwrite/services/webhooks.rb
✨ 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.

@ChiragAgg5k ChiragAgg5k changed the title feat: Ruby SDK update for version 21.1.0 feat: Ruby SDK update for version 22.0.0 Mar 25, 2026
Comment on lines -3 to -12
## 21.1.0

* Added get_console_pausing health endpoint to monitor console pausing.
* Added ttl parameter for cached responses in list_documents and list_rows.
* Made activate parameter optional in Sites.create_deployment.
* Updated collection_id doc to reference collection instead of table.
* Added update_relationship_attribute API to update relationship attributes.
* Updated team roles length limit docstrings from 32 to 81 chars.
* Updated subscriber list docs to reflect new query filters.
* Added Ruby example for health get_console_pausing.
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 remove old release

@abnegate abnegate merged commit 86886e7 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