@@ -7,24 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99### Added
10+ ### Changed
11+ ### Removed
12+ ### Fixed
13+ ### Docs
14+
15+ ## [ 1.9.0] - 2026-04-03
16+ ### Added
1017- Ability to store and resume processing of certs from where it left off after a restart - see sample config "recovery" (#49 )
1118- New CLI switch for creating an index file from a CT log (#49 )
1219- Support for [ Static CT] ( https://github.com/C2SP/C2SP/blob/main/static-ct-api.md ) logs
1320- Check for retired CT logs and prevent them from being watched / stop watching them (#77 )
1421- Accept websocket connections from all origins
1522- Option to disable the default logs provided by Google - see sample config "disable_default_logs"
1623- Use of cobra for CLI argument parsing. New commands for displaying version and creating an index file
24+ - Override confiuration options via environment variables (e.g. ` CERTSTREAM_WEBSERVER_LISTEN_PORT=1234 ` to change the listen port)
25+ - New field in json ` source.timestamp ` representing the timestamp of when the cert was processed by the CT log (#98 )
26+
1727### Changed
18- - The configuration file for the docker container is now read from the /app/config/ directory (b9e5e6)
28+ - ** Breaking:** The configuration file for the docker container is now read from the /app/config/ directory (b9e5e6)
29+
1930### Removed
20- - Non-functional Dodo log from sample config (#78 )
31+ - Deleted non-functional Dodo log from sample config (#78 )
32+
2133### Fixed
2234- Properly remove stopped ct log workers (#74 )
2335- Added missing fields certificatePolicies and ctlPoisonByte (#85 )
2436- Prevent race condition caused by simultaneous rw access to logmetrics (#91 )
2537- Properly display metrics for all initially watched logs (#95 )
2638- Properly add new metrics for all newly found logs (#96 )
27- ### Docs
2839
2940## [ 1.8.2] - 2025-11-22
3041### Fixed
@@ -159,7 +170,8 @@ Fixed the connection issue due to the offline Google loglist urls.
159170## [ 1.0.0] - 2022-08-08
160171Initial release! First stable version of certstream-server-go is published as v1.0.0
161172
162- [ unreleased ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.8.2...HEAD
173+ [ unreleased ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.9.0...HEAD
174+ [ 1.8.2 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.8.2...v1.9.0
163175[ 1.8.2 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.8.1...v1.8.2
164176[ 1.8.1 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.8.0...v1.8.1
165177[ 1.8.0 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.1...v1.8.0
0 commit comments