Skip to content

Commit

Permalink
Merge pull request #1724 from appwrite/add-changelog-entry-0131
Browse files Browse the repository at this point in the history
Add database metrics and upload safeguards changelog entry
  • Loading branch information
ebenezerdon authored Jan 30, 2025
2 parents 2c8d066 + b6c45e7 commit 4ba3363
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/routes/changelog/(entries)/2025-01-31.markdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: changelog
title: New database metrics and upload safeguards
date: 2025-01-31
---

Appwrite Console now includes database metrics and better data protection features to help you monitor and manage your apps.

## What's new
- Database monitoring: View your read and write operations directly in the Usage screen to track database activity
- Upload protection: The Console now warns you before accidentally leaving a page during file uploads to prevent data loss
- Message tracking: When sending messages via server SDK, you can now see the complete list of recipients in message details

## Fixes
- Function wizard: Fixed navigation issues during function creation to prevent getting stuck in the setup process
- Text corrections: Updated labels in Storage settings for better clarity

You can find the new database metrics in your database Usage screen, and the upload protection will automatically activate during file uploads.

{% arrow_link href="https://cloud.appwrite.io" %}
Visit the Console to try the new features
{% /arrow_link %}

0 comments on commit 4ba3363

Please sign in to comment.