Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .optimize-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,7 @@
"images/changelog/2025-11-19.png": "a152a7c9cd960c5123075aac94098070ce5ac98f10ee88d71e461dce136520f7",
"images/changelog/2026-02-17.png": "70a2c577bd927bd3e9391840d7fd030f195e975dfcecad536f6d713e23b60624",
"images/changelog/2026-04-08.png": "ad7549efc81af619c7bb1429472d3e792d9e49fd6be8e831027ad64c8da8a260",
"images/changelog/2026-04-21.png": "4134ae96f05ac2a603272582d68a2cfad5af0a804d19c414db709ca80e817cfb",
"images/changelog/oss-progam.png": "e50d1c497ac1d07494fa1d40b1f219c8f14770f7b72e1258147f527e86f40eed",
"images/changelog/threads-cover.png": "f5599b528f33797f125da1fecaffc70763118d4d420b04f6d67a70bc651cf40a",
"images/community/avatars/1.png": "3448e87720fd3f55326ad04f18263f5094b61116c79d7e48e8b692b8012513bc",
Expand Down
22 changes: 22 additions & 0 deletions src/routes/changelog/(entries)/2026-04-21.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: changelog
title: "More control over your API protocols"
date: 2026-04-21
cover: /images/changelog/2026-04-21.png
---

You can now choose exactly which **API protocols** your project exposes from the Appwrite Console. A new project setting lets you explicitly enable or disable each protocol so your application only talks to Appwrite the way you intend.

The following protocols can be toggled independently:

- **REST** – standard HTTP API requests from client SDKs.
- **GraphQL** – GraphQL API access for queries and mutations.
- **WebSocket** – realtime subscriptions over WebSocket connections.

Turning off protocols you don’t use helps you:

- **Reduce exposure** by removing entry points your app doesn’t need.
- **Minimize the abuse surface** available to malicious traffic.
- **Enforce stricter access patterns** that match your architecture.

You’ll find this under **Project settings** in your [Appwrite Console](https://cloud.appwrite.io).
Binary file added static/images/changelog/2026-04-21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading