Skip to content

Conversation

@ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Nov 10, 2025

This PR contains updates to the PHP SDK for version 18.0.1.

Summary by CodeRabbit

  • Bug Fixes
    • Fixed TablesDB service to use the correct file name.

@coderabbitai
Copy link

coderabbitai bot commented Nov 10, 2025

Walkthrough

This pull request increments the SDK version from 18.0.0 to 18.0.1. The changes consist of two files: a changelog entry documenting a fix where the TablesDB service now uses the correct file name, and updated version strings in the default HTTP headers of the Appwrite Client class to reflect the new version number.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Changes are limited to version string updates (18.0.0 → 18.0.1) across two files
  • Changelog addition is straightforward documentation of a single bug fix
  • Header updates in Client.php are simple, repetitive value changes with no logic modifications
  • No structural, behavioral, or logic alterations present

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a version bump to the PHP SDK from 18.0.0 to 18.0.1, which is reflected in both CHANGELOG.md and Client.php header updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8f7bad9 and 4a8713f.

📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • src/Appwrite/Client.php (1 hunks)
🔇 Additional comments (3)
src/Appwrite/Client.php (2)

40-40: LGTM! Version string updated correctly.

The user-agent header has been updated to reflect version 18.0.1, consistent with the changelog entry.


44-44: LGTM! SDK version header updated correctly.

The x-sdk-version header has been updated to 18.0.1, maintaining consistency with the user-agent header.

CHANGELOG.md (1)

3-6: TablesDB fix verified and changelog is accurate.

The referenced fix exists in the codebase. The most recent commit (4a8713f regen sdk) renamed the file from src/Appwrite/Services/TablesDb.php (incorrect casing) to src/Appwrite/Services/TablesDB.php (correct casing), which aligns exactly with the changelog entry "Fix TablesDB service to use correct file name." The changelog is well-formatted and accurately documents the change.


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.

@loks0n loks0n merged commit 950112a into main Nov 10, 2025
1 of 2 checks 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.

3 participants