feat: add debug logging option to serve command

refactor: reorganize imports and improve error handling in application
fix: correct typo in ip2location middleware
chore: add author headers to source files
This commit is contained in:
2025-12-18 23:48:50 +01:00
parent b710008dbe
commit 8bacd6aa3f
150 changed files with 751 additions and 308 deletions
+8
View File
@@ -9,6 +9,14 @@
## Version 1.9.0 - 2025-12-18
Adds a debug logging option to the serve command for enhanced troubleshooting. Improves error handling across the application and corrects a typo in the ip2location middleware.
**Changes:** 148 files, 1047 lines
**Languages:** JavaScript (299 lines), Python (748 lines)
## Version 1.8.0 - 2025-12-18
The socket service now handles errors more robustly and prevents crashes through improved safety checks. Socket methods support better concurrency and provide enhanced logging for developers.