New Features: [+] Introduced sophisticated anomaly detection using Z-score statistical methods to identify unusual behavior more accurately.
[+] Implemented dynamic thresholds for issue detection based on historical data.
Improvements: [+] Issue reports now provide more detailed information, including potential causes and remediation steps.
[+] Better integration of user feedback to adjust the confidence of detected issues.
Enhancements: [+] Improved concurrency handling with thread-safe operations on shared data structures using
ConcurrentHashMap and
Collections.synchronizedList.
[+] Enhanced identification of potential culprits with comprehensive checks based on commands, permissions, authors, plugin name, and description.
Bug Fixes: [+] Fixed issues with issue logging to ensure accurate and reliable logging to the database.