chore: bump version to 1.12.0 and move socket lock checks inside async context managers

This commit is contained in:
2025-12-20 23:25:08 +00:00
parent eecc4ce1e8
commit 2048be900e
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.