Skip to content
Blog / Product update February 2025: Appwrite 1.6.1, usage metrics improvements.
10 min

Product update February 2025: Appwrite 1.6.1, usage metrics improvements.

Get a full recap of products, features and programs we released in February.

Product update February 2025: Appwrite 1.6.1, usage metrics improvements.

Welcome back to the February product update. From shipping Appwrite 1.6.1 to upgrading our usage metrics system, we have some interesting things to share with you. Let’s dive in!

The Appwrite 1.6.1

Appwrite 1.6.1 is now available

We released Appwrite 1.6.1, packed with features, fixes and improvements to your Appwrite self-hosted instance.

Some of the notable updates include:

  • Improved compatibility for webp requests.
  • Additional function runtime versions such as Node 22, Dart 3.5, and Bun 1.1.
  • A real-time heartbeat to keep real-time connections alive.

These updates focus on performance, stability, and expanded functionality.

View the changelog

Usage metrics system improvements

We’ve improved the usage metric system to include OPTIONS requests and 4XX responses, which were previously omitted.

So now you can have a clearer traffic overview, making it easy to track requests, identify issues, and optimize performance.

Learn more

Community recognitions

Community recognitions

We’re excited to feature Anvos by ReveredInsan this month as part of our Monthly Community Recognitions.

Anvos enables AI agents to interact with your platform through direct workflow access, eliminating unreliable UI automation.

A big shout-out to ReveredInsan. Check out their product, Anvos, here.

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

Engineering resources

Read

Build

Watch

What's to come

That’s a wrap! February was a short month, but we will be back with a lot of great updates in the coming weeks!

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

Frequently asked questions

  • What is included in Appwrite 1.6.1?

    Appwrite 1.6.1 ships improved webp compatibility, additional function runtime versions like Node 22, Dart 3.5, and Bun 1.1, and a real-time heartbeat to keep WebSocket connections alive. It is a stability and performance focused release.

  • What changed in the usage metrics system?

    Usage metrics now include OPTIONS requests and 4XX responses, which were previously omitted. You get a clearer view of all traffic hitting your project, which makes it easier to spot errors and optimize performance.

  • How do I upgrade my self-hosted Appwrite to 1.6.1?

    Run the standard self-hosting upgrade flow with Docker Compose, pulling the new image tag and restarting the stack. The Appwrite self-hosting docs walk through the exact commands and any required migrations.

  • Where can I see resource usage for my project?

    Open your project in the Appwrite Console and go to Usage. You will see request counts, response codes, bandwidth, storage, and function execution metrics for your selected time range.

  • What is the real-time heartbeat?

    The heartbeat is a periodic ping that keeps long lived Realtime connections open through proxies and load balancers that would otherwise drop idle WebSockets. It reduces dropped connections without any client code changes.

  • How do I check the latest Appwrite changes?

    The Appwrite changelog lists every release with the products and features it touches. It is the best place to find concrete details on bug fixes, version bumps, and new APIs.

Start building with Appwrite today