-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1535 from appwrite/changelog-29-11
Add console updates changelog entry
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: changelog | ||
title: Fixes and improvements to Appwrite Cloud | ||
date: 2024-11-29 | ||
--- | ||
|
||
We've shipped several updates and improvements to Appwrite Cloud for a smoother experience: | ||
|
||
- The backups feature popup modal now appears only on Cloud environments, avoiding confusion for self-hosted users. | ||
- Improved database screen UI for self-hosted users by removing an unnecessary column. | ||
- Added clearer guidance for ID-related fields when creating attributes in modals. | ||
- Resolved an issue in the Billing tab where organizations without invoices caused a broken view. The tab now handles this scenario correctly. | ||
- Improved consistency by utilizing an `.env` variable for the growth endpoint. | ||
- Adjusted the pill component's height to prevent text overflow issues | ||
- Provided better messaging to indicate when credits have expired. | ||
- Updated and corrected the text in the plan summary section. | ||
- Resolved an issue with modals failing to show correctly in Safari. | ||
- Improved API performance under load. | ||
- Improved Functions performance for more stable and consistent function executions. | ||
|
||
These updates are aimed at improving the overall usability and performance of Appwrite Cloud. Let us know if you encounter any issues! | ||
|
||
{% arrow_link href="https://cloud.appwrite.io/console" %} | ||
Explore the Console to see the updates | ||
{% /arrow_link %} |