refactor: enhance socket service with granular locks and async optimizations

refactor: rename scheduled list to tasks in rpc view
This commit is contained in:
2025-12-21 00:25:08 +01:00
parent 1d3444d665
commit 572d9610f2
4 changed files with 162 additions and 91 deletions
+8
View File
@@ -12,6 +12,14 @@
## Version 1.12.0 - 2025-12-21
The socket service enhances concurrency and performance through improved locking and asynchronous handling. The RPC view renames the scheduled list to tasks for clearer API terminology.
**Changes:** 2 files, 243 lines
**Languages:** Python (243 lines)
## Version 1.11.0 - 2025-12-19
Adds the ability to configure whether user registration is open or closed via system settings. Administrators can now toggle registration openness to control access to the registration form.