Skip to content

Commit 210c40f

Browse files
committed
Update Changelog
1 parent 949a12c commit 210c40f

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

changelog

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
### 🐛 **\[2.1.4] – API Response Model Fix**
1+
### 🚀 **\[2.2.0] – Bulk User Deletion & Performance Boost**
22

33
*Released: 2025-09-13*
44

5-
#### 🐛 Fixes
5+
#### ⚡ Performance
66

7-
* Aligned **user detail API endpoint** with the expected response model for more consistent output
7+
* **Core:** Re-engineered user deletion with MongoDB `delete_many` for efficient batch operations
8+
* Resolved freeze issues in web panel & database during multi-user removals
9+
10+
#### 🌐 API
11+
12+
* ✨ Added `POST /api/v1/users/bulk-delete` for batch deletions
13+
* 🐛 Fixed single-user `DELETE` endpoint to align with new bulk logic
14+
15+
#### 🖥️ Frontend
16+
17+
* Optimized **Users page** to call bulk API when multiple users are selected
18+
* Significantly improved UI responsiveness under heavy load

0 commit comments

Comments
 (0)