File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Check for retired CT logs and prevent them from being watched / stop watching them (#77 )
1414- Accept websocket connections from all origins
1515- Option to disable the default logs provided by Google - see sample config "disable_default_logs"
16+ - Use of cobra for CLI argument parsing. New commands for displaying version and creating an index file
1617### Changed
18+ - The configuration file for the docker container is now read from the /app/config/ directory (b9e5e6)
1719### Removed
1820- Non-functional Dodo log from sample config (#78 )
1921### Fixed
2022- Properly remove stopped ct log workers (#74 )
2123- Added missing fields certificatePolicies and ctlPoisonByte (#85 )
22- - Prevent race condition caused by simultaneous rw access to logmetrics
24+ - Prevent race condition caused by simultaneous rw access to logmetrics ( # 91 )
2325- Properly display metrics for all initially watched logs (#95 )
2426- Properly add new metrics for all newly found logs (#96 )
2527### Docs
You can’t perform that action at this time.
0 commit comments