Appwrite 1.8.1 delivers a focused set of improvements and fixes that further stabilize and extend Appwrite 1.8.0 on the self-hosted offering.
This release benefits teams running Appwrite on their own infrastructure who want smoother deployments, better compatibility with modern frontend frameworks, and more control across Sites, Functions, Databases, and Storage.
Here’s what’s new in Appwrite 1.8.1.
Sites & frontend compatibility
Modern frontend frameworks continue to evolve rapidly, and 1.8.1 ensures Appwrite Sites stays up to date.
TanStack Start support
This release introduces support for TanStack Start when deploying Sites, enabling auto-detection of framework and a smoother deployment experience with TanStack’s full-stack tooling.
Read the official announcement
Next.js standalone support
Appwrite 1.8.1 introduces support for Next.js standalone output, enabling easier deployment of optimized builds in self-hosted environments where container size, startup time, and dependency control are crucial.
Learn why Next.js standalone mode matters
ElevenLabs text-to-speech site template
Appwrite 1.8.1 also includes the ElevenLabs text-to-speech site template for self-hosted Sites. This integration lets developers quickly deploy an AI-powered voice experience that converts text into realistic speech using the ElevenLabs API.
Learn how to deploy the template
Functions & runtimes
Updated Flutter default runtime
The default Flutter build runtime has been updated to Flutter 3.35, ensuring better compatibility with the latest Flutter tooling and SDK improvements.
This update brings improved stability, faster builds, and alignment with the current Flutter ecosystem for self-hosted Sites and Functions.
Storage & image handling
Bucket-level image transformation controls
You can now enable or disable image transformations per bucket, giving you precise control over how files are handled.
This is particularly useful when you need to restrict buckets to serve only original files or want to avoid unexpected transformation charges.
Read the changelog
Email & integrations
Resend integration
Appwrite 1.8.1 introduces support for Resend, expanding your options for transactional and application email delivery in self-hosted environments.
This provides teams with more flexibility in selecting email providers that best suit their specific infrastructure needs.
Database improvements & fixes
Database operators support
Appwrite 1.8.1 introduces database operators to self-hosted users. Database operators allow developers to perform inline, atomic updates to existing data without needing to go through the usual read–modify–write cycle. Instead of sending new values, you describe the action: increment, append, replace, or adjust. Appwrite applies that instruction directly in the database, performing the change in a single atomic step and keeping your data consistent without extra logic in your application code.
Learn more about database operators
Additional database fixes
- Improved handling of duplicate row creation during file uploads
- Fixes for batch write edge cases
- Better validation for nullable fields
- Memory leak fixes in stats tracking
Together, these updates improve consistency and reliability for applications running at scale.
Stability, security, and reliability fixes
Appwrite 1.8.1 focuses on reliability, observability, and compatibility improvements for developers managing their own environments. As a patch release, it delivers a number of critical fixes that improve day-to-day operations for self-hosted users, including:
- Fixed external deployment authorization errors
- Improved WebP image library handling
- Resolved file token expiry edge cases
- Fixed issues with password updates and MFA challenges
- Improved Next.js compatibility and runtime stability
Upgrade your self-hosted instance
As with all Appwrite upgrades:
Back up your data before upgrading
Install Appwrite 1.8.1 using the following Docker command
Bashdocker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="upgrade" \ appwrite/appwrite:1.8.1Run migrations, even if you’re upgrading from 1.8.0
To view the complete list of changes, fixes, and contributions, check out the full release notes.



