Version 1.4.0

minor
Released October 16, 2025 21:30 IST

Version 1.4.0 addresses a critical bug in the anomalous activity detection system that was causing false positives. This release significantly improves the accuracy of bot detection by ensuring proper per-minute data isolation.

Bug Fixes

Issues resolved and bugs fixed in this release

  • 🐛Fixed critical bug where anomalous activity detection incorrectly persisted across multiple consecutive minutes, causing false positives
  • 🐛Implemented separate per-minute keystroke tracking that resets at the start of each new minute (0th second)
  • 🐛Ensured bot detection service analyzes only the current minute's input patterns, not accumulated session data
  • 🐛Added prevention for memory leaks by capping per-minute data at 1000 keystrokes
  • 🐛Implemented clear boundaries between minute-level data collections to eliminate cross-contamination
  • 🐛Resolved cascading effect where repetitive patterns (e.g., holding down a key, automated scrolling) contaminated subsequent minutes' analysis
  • 🐛Fixed false anomalous activity flags that persisted for 5-10 minutes after the original event