[1.10.0] - 2026-09-13
Added
- Support for stream processing tools like kafka or nsq
- Option to configure trusted_proxies for which the X-Forwarded-For and X-Real-IP headers are used as client IP (b062edc)
- Add
excluded_logsconfig option to skip specific logs and operators. Works both for classic and tiled logs. (170fbeb) - Added multiple unit tests for ensuring correct functionality
Changed
- Updated weak cipher suites to stronger ones (939517c)
- Updated http client settings to prevent timeouts and other connectivity issues
- Updated http server settings to allow for higher delays
- Updated batch size from 100 to 256 (#97)
- Use config.yaml as default value for --config arg (6aed28e)
Fixed
- Prevent excessive tile fetching for static CT logs (#104)
- Fix off-by-one is Static CT path causing refetches of non-growing logs by @FiloSottile in #114
- Use proper websocket close code (1008) instead of 1005, which wasn't sent to the client (76ff240)
- Respect ct_index path in config file for the
create-indexcommand (67838a9) - Ensure all additionalLog entries are processed correctly (c8bd735)
- Reload CT index from metrics before restarting the worker (85e90bf, #113)
- Use double dashes for docker entrypoint --config argument (#101)
- Use ct_index path from config file if no outfile is given (#102)
- Close temp file before renaming it (fb10013)
New Contributors
- @FiloSottile made their first contribution in #114
Full Changelog: v1.9.0...v1.10.0