File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99### Added
10+ ### Changed
11+ ### Fixed
12+ ### Docs
13+
14+ ## [ 1.7.0] - 2024-08-20
15+ ### Added
1016- Support for websocket compression - disabled by default (#40 )
1117- Support for non-browsers by implementing server initiated heartbeats (#39 )
1218- Start new ct-watchers as new ct logs become available (#42 )
19+ - More logging to document currently watched logs (03d878e)
1320### Changed
21+ - Changed log output to be better grepable (5c055cc)
22+ - Update ct log update interval to once per hour instead of once per 6 hours as previously (9b6e77d)
1423### Fixed
1524- Fixed a possible race condition when accessing metrics
16- ### Docs
1725
1826## [ 1.6.0] - 2024-03-05
1927### Added
@@ -108,7 +116,8 @@ Fixed the connection issue due to the offline Google loglist urls.
108116## [ 1.0.0] - 2022-08-08
109117Initial release! First stable version of certstream-server-go is published as v1.0.0
110118
111- [ unreleased ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.6.0...HEAD
119+ [ unreleased ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.0...HEAD
120+ [ 1.7.0 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.6.0...v1.7.0
112121[ 1.6.0 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.2...v1.6.0
113122[ 1.5.2 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.1...v1.5.2
114123[ 1.5.1 ] : https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.0...v1.5.1
You can’t perform that action at this time.
0 commit comments