Changelog
All notable changes to the Watchdog will be documented in this file.
[3.0.2]
- ETI index rotation bug fixed
- Improved Threat Intelligence handling with index rotation.
- Simplified log files for better readability and tracking of system operations.
- The deployment process has been shifted to Docker. The Watchdog and Browsermon Inspect images are now included in the offline release.
- You can load these images using the
docker load
command and deploy using Docker Compose. - A detailed deployment guide is included in the release package.
[3.0.1]
- Added index rotation in ETI
- Added eti section in watchdog.conf
- Unify multiple thread log files into watchdog.log
[3.0.0]
- Added the ETI for classification of URLs
- Added the threat collector service for loading threat datasets into ETI
- Updated conf for ETI integration
[2.0.1]
- Enhanced Config Matching
- Reduce File IO, Optimized Speed
- Minor fixes
- Improved Logging
[2.0.0]
- Enhanced Documentation
- Key Expiry
- Config with Watchdog
- Kafka Integrated
[1.1.0]
- Enhanced Logging
- Configurable Watchdog port
- Changed Public Key (Breaking Change)
[1.0.4]
- Fixed Gunicorn Bug
- Improved Documentation
[1.0.3]
- Added the SSL support
- Added the Gunicorn as server
[1.0.2]
- Changed rate limitation based on GUID on check license API
- Added the controller, public key version
[1.0.1]
- Added the rate limitation
- Added the debug logs
- Added the version information and changelog
[1.0.0]
- validate license at the start of the server.
- added the check license view API.
- added the generate controllers info API.
- added the logging
- added the runners for creating release
- added the docs
- added the ruff runner