feat: Console SDK update for version 7.0.0#72
Conversation
* Breaking: Updated `$sequence` type from `number` to `string` for rows and documents. * Updated: Compatibility note now refers to Appwrite server `1.9.x`. * Updated: README badge shows API version `1.9.0`. * Updated: Set header `X-Appwrite-Response-Format` to `1.9.0`.
WalkthroughThis pull request releases version 7.0.0 of the Appwrite console SDK. It updates version numbers in package.json, README, and headers from 6.0.0 to 7.0.0, changes the Appwrite server compatibility target from 1.8.x to 1.9.x throughout documentation and headers, updates the response format header from 1.8.0 to 1.9.0, and introduces a breaking change by modifying the Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
Greptile SummaryThis PR bumps the Console SDK to version Key changes:
All version strings are internally consistent and the breaking change is clearly documented. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: "feat: update Console..." |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 4: The README contains a compatibility sentence still stating "1.8.x"
that conflicts with the version badge showing 1.9.0; update the textual
compatibility sentence(s) that reference "1.8.x" to "1.9.x" so the docs match
the badge/version; search for the string "1.8.x" and replace it with "1.9.x"
(also update any nearby phrasing that implies 1.8-only compatibility) to ensure
consistency across README entries referenced in this diff.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d98c11db-b580-45c3-b5f2-3240bacd5bf8
📒 Files selected for processing (6)
CHANGELOG.mdREADME.mdpackage.jsonsrc/client.tssrc/index.tssrc/models.ts
|
|
||
|  | ||
|  | ||
|  |
There was a problem hiding this comment.
Update the compatibility sentence to 1.9.x to avoid contradictory docs.
Line 9 still says 1.8.x, which conflicts with the updated badge/version and can mislead users upgrading to 7.0.0.
📝 Proposed fix
-**This SDK is compatible with Appwrite server version 1.8.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-console/releases).**
+**This SDK is compatible with Appwrite server version 1.9.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-console/releases).**Also applies to: 36-36
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 4, The README contains a compatibility sentence still
stating "1.8.x" that conflicts with the version badge showing 1.9.0; update the
textual compatibility sentence(s) that reference "1.8.x" to "1.9.x" so the docs
match the badge/version; search for the string "1.8.x" and replace it with
"1.9.x" (also update any nearby phrasing that implies 1.8-only compatibility) to
ensure consistency across README entries referenced in this diff.
This PR contains updates to the Console SDK for version 7.0.0.
Changes
$sequencetype fromnumbertostringfor rows and documents.1.9.x.1.9.0.X-Appwrite-Response-Formatto1.9.0.Summary by CodeRabbit
Breaking Changes
$sequenceproperty type changed fromnumbertostringin Row and Document modelsDocumentation