惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
G
Google Developers Blog
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
D
DataBreaches.Net
腾讯CDC
I
InfoQ
F
Fortinet All Blogs
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
人人都是产品经理
人人都是产品经理
云风的 BLOG
云风的 BLOG
月光博客
月光博客
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
C
Check Point Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
April product update: MongoDB support, Appwrite 1.9.0, Re...
Aishwari Pah · 2026-05-11 · via DEV Community

Welcome back to the product update. April was packed with major releases across Appwrite. From our official MongoDB partnership and Appwrite 1.9.0 to new infrastructure APIs, Realtime improvements, performance upgrades, and deeper AI integrations, we shipped updates focused on helping you build faster, scale more reliably, and integrate Appwrite more deeply into your workflows.

Here is a quick overview of what we shipped:

  • Appwrite and MongoDB partnership in Appwrite 1.9.0
  • Terraform provider for Appwrite
  • Message based Realtime over a single WebSocket
  • List response caching with TTL
  • Introducing the Webhooks API
  • Official Appwrite Rust Server SDK
  • Appwrite MCP Server 2.0
  • Appwrite plugin for Claude Code
  • Appwrite plugin now available on Cursor

Let's dive in.

Appwrite and MongoDB join forces in Appwrite 1.90

Appwrite and MongoDB are now official partners. Starting with Appwrite 1.9.0, MongoDB is supported as a database option for self hosted deployments.

You can run Appwrite directly on your existing MongoDB infrastructure while keeping the same APIs and SDKs. No breaking changes. No rewrites.

Reuse your existing backups, monitoring, and scaling setup while staying fully open source and self hosted.

This release also includes improvements across Databases, Realtime, Auth, and infrastructure. You get better handling of large integers, new string column types, configurable caching, and improved observability for database usage.

Read the announcement

Terraform provider for Appwrite

You can now manage your Appwrite infrastructure using Terraform.

Define databases, storage, functions, auth, messaging, and more using HCL, and apply changes consistently across environments.

Works with both Appwrite Cloud and self-hosted setups.

Read the announcement

Message-based Realtime over a single WebSocket

Realtime has been reworked to use a message-based protocol over a single persistent WebSocket connection.

You can now manage multiple subscriptions on one connection, update them without reconnecting, and avoid URL length limits entirely. This makes Realtime more predictable and scalable for production workloads.

Learn more

List response caching with TTL

You can now cache list query responses in memory using a configurable TTL.

Repeated reads skip the database entirely until the cache expires, improving performance for feeds, dashboards, and frequently accessed data.

Caching is permission-aware, so users only see data they are allowed to access.

Learn more

Introducing the Webhooks API

Webhooks can now be fully managed through the Appwrite Server SDKs.

Create, update, and delete webhooks directly from code, configure signing secrets, and automate workflows for CI/CD or multi-tenant systems.

Available across all major Server SDKs.

Learn more

Introducing the Appwrite Rust SDK

Appwrite now has an official Server SDK for Rust.

It is async-first, type-safe, and designed for backend services and infrastructure use cases, covering all major Appwrite services. No raw HTTP calls, just a clean and idiomatic Rust API.

Learn more

Appwrite MCP Server 2.0

We have rebuilt the Appwrite MCP server with a simpler architecture.

Instead of passing service flags, everything is now enabled by default. The server exposes two tools: one to search the full Appwrite tool catalog, and one to execute operations. This reduces complexity and uses less of the model’s context.

Read the announcement

Appwrite plugin for Claude Code

Connecting Claude Code to a real backend usually takes manual setup and extra context.

The Appwrite plugin removes that. With a single install, your agent can interact with your Appwrite project using the right context from the start, with built-in skills and MCP servers included.

Learn more

Appwrite plugin now available on Cursor

The Appwrite plugin is now live on the Cursor marketplace.

No need to configure MCP servers or install skills separately. Just install and start building with support for the Appwrite CLI and major SDKs.

Install from the Cursor marketplace

Community Recognitions

We are excited to feature Abid as part of our monthly Community Recognitions for April 2026. Abid created a wrapper around an earlier version of the Appwrite MCP server to reduce token and context usage, an idea that later inspired improvements in Appwrite MCP Server 2.0.

If you would like to participate in next month’s Community Recognitions, join our Discord server and showcase your project.

Engineering Resources

What's to come

We are just getting started with MongoDB and AI integrations. Expect deeper database flexibility, more tools for AI-assisted development, and continued improvements across performance and developer experience.

Follow us on X and check our Changelog regularly, as we will release more information in the coming weeks.