Skip to content

Appwrite 1.9.5 self-hosted release: blog, changelog, and docs#3064

Open
atharvadeosthale wants to merge 3 commits into
mainfrom
appwrite-1.9.5
Open

Appwrite 1.9.5 self-hosted release: blog, changelog, and docs#3064
atharvadeosthale wants to merge 3 commits into
mainfrom
appwrite-1.9.5

Conversation

@atharvadeosthale

Copy link
Copy Markdown
Member

Adds the Appwrite 1.9.5 self-hosted release blog post and changelog entry (publish date 2026-06-29).
Updates the self-hosting install docs and SDK compatibility matrix to 1.9.5 and bumps the Docker compose generator (console 8.7.5, executor 0.25.1, worker-executions, new env vars).

- New blog post and changelog entry for the Appwrite 1.9.5 self-hosted release (dated 2026-06-29)
- Bump self-hosting install docs to 1.9.5 and add the 1.9.5 SDK compatibility matrix rows
- Update the compose generator to 1.9.5 (console 8.7.5, executor 0.25.1/exc1, worker-executions, migration host + open runtimes NFT env)
@greptile-apps

greptile-apps Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR ships the Appwrite 1.9.5 self-hosted release across the website: a new blog post, a changelog entry, updated install docs, and a revised Docker Compose generator template.

  • Compose generator (composeData.ts): all appwrite/* images are bumped to 1.9.5, appwrite/console to 8.7.5, and openruntimes/executor to 0.25.1. Three new services are introduced (appwrite-worker-screenshots, appwrite-worker-executions, appwrite-task-interval) along with two new env vars (_APP_OPEN_RUNTIMES_NFT, _APP_MIGRATION_HOST). The executor's container_name is aligned to its pre-existing hostname (exc1).
  • Docs and blog: install commands in both the installation guide and the databases configuration page are updated to 1.9.5, the SDK compatibility table gains a 1.9.5 row for all client and server SDKs, and a new blog post + changelog entry describe all features landing in this release.

Confidence Score: 5/5

Changes are purely additive content updates (version bumps, new services, blog/docs copy) with no destructive modifications to existing behaviour.

All image version bumps are consistent across every service in the compose template, the three new services follow the same structural pattern as existing ones, the new env vars have matching defaults in the env template, and the documentation changes accurately reflect the compose generator state.

No files require special attention.

Important Files Changed

Filename Overview
.optimize-cache.json Adds cache entry for the new 1.9.5 blog cover image; extension difference (png key vs avif file) is intentional per project convention.
src/lib/components/compose-generator/composeData.ts Bumps all appwrite/* images to 1.9.5, console to 8.7.5, executor to 0.25.1; adds three new services (worker-screenshots, worker-executions, task-interval) and new env vars (_APP_OPEN_RUNTIMES_NFT, _APP_MIGRATION_HOST); aligns executor container_name with its hostname (exc1).
src/routes/blog/post/appwrite-1-9-5-self-hosted-release/+page.markdoc New blog post announcing Appwrite 1.9.5 self-hosted release with install/upgrade commands and FAQs; Docker commands are consistent with the updated docs.
src/routes/changelog/(entries)/2026-06-29.markdoc New changelog entry dated 2026-06-29 summarising the 1.9.5 feature list; links to the correct migration guide and GitHub release notes.
src/routes/docs/advanced/self-hosting/installation/+page.markdoc Updates the install Docker command to 1.9.5, corrects the 'latest stable release' prose, and adds the 1.9.5 row to both the client and server SDK compatibility tables.
src/routes/docs/advanced/self-hosting/configuration/databases/+page.markdoc Version bump in the database-specific install command snippets (Unix, Windows CMD, PowerShell) from 1.9.0 to 1.9.5.
static/images/blog/appwrite-1-9-5-self-hosted-release/cover.avif New AVIF cover image for the 1.9.5 blog post; binary file, no code concerns.

Reviews (3): Last reviewed commit: "Add worker-screenshots and task-interval..." | Re-trigger Greptile

Comment thread src/routes/docs/advanced/self-hosting/installation/+page.markdoc

@adityaoberai adityaoberai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got some changes to make

Comment thread src/routes/blog/post/appwrite-1-9-5-self-hosted-release/+page.markdoc Outdated
Comment thread src/routes/blog/post/appwrite-1-9-5-self-hosted-release/+page.markdoc Outdated
Comment thread src/routes/changelog/(entries)/2026-06-29.markdoc Outdated
- Expand blog FAQs to cover all updates and add a self-hosting FAQ
- Add a fresh self-host section and show the install/upgrade/migrate commands inline
- Fix changelog migration wording
Match the 1.9.x base compose service set (Postgres/embedding excluded).
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