From 747d4ae8023e051c7293f08d373644e30441f177 Mon Sep 17 00:00:00 2001 From: Ebenezer Don Date: Wed, 19 Mar 2025 22:03:15 +0000 Subject: [PATCH] Add budget limits changelog --- .../changelog/(entries)/2025-03-19.markdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/routes/changelog/(entries)/2025-03-19.markdoc diff --git a/src/routes/changelog/(entries)/2025-03-19.markdoc b/src/routes/changelog/(entries)/2025-03-19.markdoc new file mode 100644 index 000000000..04c0f099c --- /dev/null +++ b/src/routes/changelog/(entries)/2025-03-19.markdoc @@ -0,0 +1,17 @@ +--- +layout: changelog +title: Update to budget limits in Appwrite Cloud +date: 2025-03-19 +--- + +We've updated how budget limits work in Appwrite Cloud to provide more control over organization scaling. + +## What's changed +- Previously, setting the budget to **0** meant the budget was disabled (unlimited usage), and **null** was not supported. +- Now, **null** explicitly disables the budget, while **0** is a valid budget limit, meaning the organization will not scale beyond its allocated resources. + +This change ensures clearer budget management and better control over scaling limits. + +{% arrow_link href="/docs/advanced/platform/pro#resource-limits" %} +Learn more about budget limits +{% /arrow_link %} \ No newline at end of file