Skip to content

Update SDK compatibility matrix#3029

Merged
atharvadeosthale merged 1 commit into
mainfrom
atharva/update-sdk-matrix
May 29, 2026
Merged

Update SDK compatibility matrix#3029
atharvadeosthale merged 1 commit into
mainfrom
atharva/update-sdk-matrix

Conversation

@atharvadeosthale
Copy link
Copy Markdown
Member

Updates the self-hosted SDK compatibility matrix with verified SDK tags.
Keeps the table aligned with SDK response-format and API-version metadata.

@appwrite
Copy link
Copy Markdown

appwrite Bot commented May 29, 2026

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Ready Ready View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Processing Processing View Logs Preview URL QR Code


Tip

Teams feature lets you group users with membership management and role permissions

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 29, 2026

Greptile Summary

This PR corrects the self-hosted SDK compatibility matrix by fixing row ordering (Appwrite 1.7.5 now correctly appears before 1.8.0 in both client and server tables), adding the previously missing 1.8.0 server SDK row, and revising SDK version numbers for the 1.8.1 and 1.9.0 rows.

  • Ordering fix: In both the Client SDK and Server SDK tables, the 1.8.0 row was mistakenly placed before 1.7.5; that transposition is corrected.
  • Missing row added: The 1.8.0 entry was absent from the Server SDK table and is now present with version values.
  • Version corrections: SDK versions for 1.8.1 and 1.9.0 (both client and server) have been updated to align with verified release tags; notably the Web SDK for 1.9.0 was changed from 24.2.0 to 24.1.1, which is worth verifying.

Confidence Score: 4/5

Safe to merge; this is a documentation-only change with no runtime code affected. The only uncertainty is whether the downgraded Web SDK version for 1.9.0 (24.1.1 vs the prior 24.2.0) is intentional.

The table restructuring (ordering fix, missing row addition) is clearly correct. The single question mark is the Web SDK version for 1.9.0 moving to a lower patch version than what was previously documented — all other version movements in this PR follow a strictly ascending pattern across Appwrite releases.

Only src/routes/docs/advanced/self-hosting/installation/+page.markdoc is changed; the 1.9.0 Web SDK version entry deserves a quick spot-check.

Important Files Changed

Filename Overview
src/routes/docs/advanced/self-hosting/installation/+page.markdoc SDK compatibility matrix updated: fixes row ordering (1.7.5 now correctly precedes 1.8.0 in both tables), adds missing 1.8.0 server SDK row, and revises SDK version numbers for 1.8.1 and 1.9.0

Comments Outside Diff (1)

  1. src/routes/docs/advanced/self-hosting/installation/+page.markdoc, line 213-218 (link)

    P2 Web SDK version for 1.9.0 lowered from 24.2.0 to 24.1.1

    The previous value for the Web SDK on Appwrite 1.9.0 was 24.2.0; this PR changes it to 24.1.1. Since patch versions increment upward along a release line, 24.1.1 < 24.2.0 is a downgrade in version number relative to what was documented before. If 24.2.0 was already published when 1.9.0 shipped, the earlier entry may have been correct — worth a quick double-check against the SDK's release tags.

    Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Reviews (1): Last reviewed commit: "Update SDK compatibility matrix" | Re-trigger Greptile

@atharvadeosthale atharvadeosthale merged commit 2e94793 into main May 29, 2026
7 checks passed
@atharvadeosthale atharvadeosthale deleted the atharva/update-sdk-matrix branch May 29, 2026 11:56
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