Skip to content

Commit 8e49391

Browse files
Merge pull request #3074 from appwrite/remove-email-policies-1.9.5
Remove email policies from 1.9.5 self-hosted release post
2 parents 18075ea + ef27c5d commit 8e49391

2 files changed

Lines changed: 2 additions & 13 deletions

File tree

src/routes/blog/post/appwrite-1-9-5-self-hosted-release/+page.markdoc

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Announcing Appwrite 1.9.5 for self-hosted deployments
4-
description: Appwrite 1.9.5 brings the Presences API, BigInt columns, the Rust runtime, X OAuth, email policies, Bun and Deno build runtimes, Git deployment triggers, faster Storage uploads, and broader migrations to self-hosted deployments.
4+
description: Appwrite 1.9.5 brings the Presences API, BigInt columns, the Rust runtime, X OAuth, Bun and Deno build runtimes, Git deployment triggers, faster Storage uploads, and broader migrations to self-hosted deployments.
55
cover: /images/blog/appwrite-1-9-5-self-hosted-release/cover.avif
66
date: 2026-06-30
77
timeToRead: 6
@@ -11,7 +11,7 @@ featured: false
1111
callToAction: true
1212
faqs:
1313
- question: "What is new in Appwrite 1.9.5 for self-hosted deployments?"
14-
answer: "Appwrite 1.9.5 brings the Presences API, BigInt columns for [Databases](/docs/products/databases), the Rust runtime for [Functions](/docs/products/functions), X OAuth and email policies for [Auth](/docs/products/auth), Bun and Deno build runtimes and Git deployment triggers for [Sites](/docs/products/sites), faster Storage uploads with parallel chunks, and broader migration coverage."
14+
answer: "Appwrite 1.9.5 brings the Presences API, BigInt columns for [Databases](/docs/products/databases), the Rust runtime for [Functions](/docs/products/functions), X OAuth for [Auth](/docs/products/auth), Bun and Deno build runtimes and Git deployment triggers for [Sites](/docs/products/sites), faster Storage uploads with parallel chunks, and broader migration coverage."
1515
- question: "How do I self-host Appwrite 1.9.5?"
1616
answer: "Run the Docker installer with the 1.9.5 image, then open the setup wizard on port 20080 to finish configuration. See the [self-hosting installation guide](/docs/advanced/self-hosting/installation) for the full command and system requirements."
1717
- question: "How do I upgrade my self-hosted instance to 1.9.5?"
@@ -24,8 +24,6 @@ faqs:
2424
answer: "Yes. Appwrite 1.9.5 adds Rust as a first-class [Functions](/docs/products/functions) runtime, so you can write and deploy functions in Rust and pair them with the official Appwrite Rust SDK."
2525
- question: "Can I build my Appwrite Sites with Bun or Deno?"
2626
answer: "Yes. Appwrite [Sites](/docs/products/sites) can now build Node-based frameworks with Bun or Deno. You can switch the build runtime per Site from its Runtime settings, and the change applies on the next deployment."
27-
- question: "Can I block disposable or free email addresses at signup?"
28-
answer: "Yes. Email policies in [Appwrite Auth](/docs/products/auth) let you block disposable inboxes, aliased addresses, and free email providers at user creation and on email updates, either from the Console or through any server SDK."
2927
- question: "How much faster are Storage uploads in 1.9.5?"
3028
answer: "Appwrite SDKs now upload Storage file chunks in parallel. In our Node SDK benchmark, a 1.28 GB upload dropped from 4 minutes 44 seconds to under 40 seconds, a 7.10x improvement, with no API changes required."
3129
---
@@ -84,14 +82,6 @@ Appwrite Auth now supports signing in with X (formerly Twitter) through OAuth 2.
8482
Read the announcement
8583
{% /arrow_link %}
8684

87-
# Email policies
88-
89-
Email policies let you restrict which email addresses can create accounts or update their email. Block disposable inboxes to keep throwaway accounts out of your users table, and deny free providers so business products only accept corporate addresses. Each policy is an independent toggle in the Console or any server SDK.
90-
91-
{% arrow_link href="/blog/post/announcing-email-policies" %}
92-
Read the announcement
93-
{% /arrow_link %}
94-
9585
# Faster uploads with parallel chunks
9686

9787
Appwrite SDKs now upload Storage file chunks in parallel. In our Node SDK benchmark, a 1.28 GB upload dropped from 4 minutes 44 seconds to under 40 seconds, a 7.10x improvement, with no API changes required.

src/routes/changelog/(entries)/2026-06-30.markdoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Most notably, this release includes:
1313
- BigInt columns for Databases
1414
- Rust runtime for Functions
1515
- X (formerly Twitter) OAuth support for Auth
16-
- Email policies to block disposable, aliased, and free email addresses
1716
- Bun and Deno build runtimes for Sites
1817
- Git deployment triggers for Functions and Sites
1918
- Parallel chunk uploads for faster Storage uploads

0 commit comments

Comments
 (0)