Skip to content

Commit 395e3bf

Browse files
authored
Merge pull request #1871 from appwrite/budget-changelog
Add budget limits changelog
2 parents 513fbc1 + 747d4ae commit 395e3bf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: changelog
3+
title: Update to budget limits in Appwrite Cloud
4+
date: 2025-03-19
5+
---
6+
7+
We've updated how budget limits work in Appwrite Cloud to provide more control over organization scaling.
8+
9+
## What's changed
10+
- Previously, setting the budget to **0** meant the budget was disabled (unlimited usage), and **null** was not supported.
11+
- Now, **null** explicitly disables the budget, while **0** is a valid budget limit, meaning the organization will not scale beyond its allocated resources.
12+
13+
This change ensures clearer budget management and better control over scaling limits.
14+
15+
{% arrow_link href="/docs/advanced/platform/pro#resource-limits" %}
16+
Learn more about budget limits
17+
{% /arrow_link %}

0 commit comments

Comments
 (0)