Files
Blitz-Proxy/changelog
2025-09-13 16:18:53 +00:00

18 lines
599 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 🚀 **\[2.2.0] Bulk User Deletion & Performance Boost**
*Released: 2025-09-13*
#### ⚡ Performance
* **Core:** Re-engineered user deletion with MongoDB `delete_many` for efficient batch operations
* Resolved freeze issues in web panel & database during multi-user removals
#### 🌐 API
* ✨ Added `POST /api/v1/users/bulk-delete` for batch deletions
* 🐛 Fixed single-user `DELETE` endpoint to align with new bulk logic
#### 🖥️ Frontend
* Optimized **Users page** to call bulk API when multiple users are selected
* Significantly improved UI responsiveness under heavy load