chore: bump version to 1.13.0 and update pytest config with asyncio_mode

This commit is contained in:
2025-12-24 17:03:21 +00:00
parent 2048be900e
commit ae2102f081
7 changed files with 110 additions and 191 deletions
+8
View File
@@ -13,6 +13,14 @@
## Version 1.13.0 - 2025-12-24
Improves performance in the balancer, socket service, and cache by removing async locks. Adds database connection injection for testing in the app and updates pytest configuration.
**Changes:** 5 files, 291 lines
**Languages:** Other (6 lines), Python (285 lines)
## 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.