v1.10.0-beta.2
What's Changed
- 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) - fix(static-ct): defer partial tile fetching by @d-Rickyy-b in #106
- Support for stream processing tools such as Kafka and NSQ by @d-Rickyy-b in #112
- Fix off-by-one is Static CT path causing refetches of non-growing logs by @FiloSottile in #114
- Prevent excessive tile fetching for static CT logs (#104)
- Calculate correct starting tile index for static ct logs (a2b4a9f)
- 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)
- 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
- Use proper websocket close code (1008) instead of 1005, which wasn't sent to the client
- Minor code improvements and refactoring, mostly style related
- Added multiple unit tests for ensuring correct functionality
New Contributors
- @FiloSottile made their first contribution in #114
Full Changelog: v1.9.0...v1.10.0-beta.2