Prepare Appwrite 1.9.6 self-hosted release - #12937
Merged
Merged
Conversation
Replace doctor healthcheck with HTTP health endpoint check
…-duplicates Fix migration failing to create new attributes when batch contains existing ones
fix: filter Sites build runtimes by _APP_SITES_RUNTIMES
…ary-c625 Fix MongoDB healthcheck false-positive before replica-set primary
Fix Doctor false DB and queue disconnect reports
✨ Benchmark resultsComparing 1.9.x (before) to chore/1.9.6-release (after). Before
After
Delta
Top API waits
|
ChiragAgg5k
marked this pull request as ready for review
July 22, 2026 10:32
Pull in recent executor fixes, including S3 custom-endpoint bucket prefix handling and silent build failure reporting. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Greptile SummaryThis PR prepares the Appwrite 1.9.6 self-hosted release. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (4): Last reviewed commit: "Bump Browser service to 0.3.3" | Re-trigger Greptile |
eldadfux
approved these changes
Jul 22, 2026
2 tasks
loks0n
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Prepares the
1.9.xbranch for the Appwrite 1.9.6 self-hosted patch release.The release adds a new V25 migration that automatically repairs the missing
providerBranchesandproviderPathsattributes on thefunctionsandsitescollections. This fixes upgrades where V24 had already been recorded by 1.9.5 before those attributes were added, which previously forced operators to repair project metadata and physical columns manually. The repair is idempotent, handles partially applied batches, skips projects that do not have one of the collections, and preserves existing resources.It also backports the self-hosted fixes merged after 1.9.5 that are compatible with the 1.9.x line:
_APP_SITES_RUNTIMESenforcement (fix: filter Sites build runtimes by _APP_SITES_RUNTIMES #12840)http://appwritehostFinally, it updates the stable version, cache buster, install examples, and 1.9.6 changelog. Main-only 2.0 changes such as the PostgreSQL default, Console 9, and removal of legacy Compose services are intentionally excluded.
Test Plan
composer lintfor every changed PHP filecomposer analyzecomposer refactor:checktestCreateSite: 1 test, 29 assertionsdocker compose config --quietfor the development and base Compose configurationsappwrite/appwrite:1.9.6-testand verified the/v1/health/versioncontainer healthcheckdoctor; database, cache, queue, pub/sub, SMTP, and volume checks passedinstallentrypoint from the built 1.9.6 image with an isolated Compose project and fresh volumes; the generated MariaDB stack started successfully,/v1/health/versionreturned 1.9.6, Console 8.7.30 served/console/, Executor 0.25.4 became healthy, and account/team/project creation succeededhttp://appwrite-apinetwork alias: the request failed without the header and returned a valid PNG when the header was suppliedmigratemigrateagain to verify idempotencyRelated PRs and Issues
Checklist