Skip to content

Commit a06e053

Browse files
committed
docs: update changelog for v1.8.0
1 parent e3dfb82 commit a06e053

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
### Added
10-
- Remove old CT logs as soon as they are removed from the Google CT Loglist (#60)
11-
- New configuration for buffer sizes (#58)
1210
### Changed
11+
### Removed
1312
### Fixed
1413
### Docs
1514

15+
## [v1.8.0] - 2025-05-03
16+
### Security
17+
- Close several CVEs in x/crypto and x/net dependencies (#59)
18+
19+
### Added
20+
- New CLI tool for fetching certificates from a CT log (#47)
21+
- Ability to add custom CT logs to the config (#56)
22+
- Remove old CT logs as soon as they are removed from the Google CT Loglist (#60)
23+
- New configuration for buffer sizes (#58)
24+
25+
### Fixed
26+
- Properly handle IPv6 addresses in config (#61)
27+
28+
## [1.7.1] - 2025-05-03
29+
### Fixed
30+
- Properly handle IPv6 addresses in config (#61)
31+
1632
## [1.7.0] - 2024-08-20
1733
### Added
1834
- Support for websocket compression - disabled by default (#40)
@@ -120,7 +136,9 @@ Fixed the connection issue due to the offline Google loglist urls.
120136
## [1.0.0] - 2022-08-08
121137
Initial release! First stable version of certstream-server-go is published as v1.0.0
122138

123-
[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.0...HEAD
139+
[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.8.0...HEAD
140+
[1.8.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.1...v1.8.0
141+
[1.7.1]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.0...v1.7.1
124142
[1.7.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.6.0...v1.7.0
125143
[1.6.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.2...v1.6.0
126144
[1.5.2]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.1...v1.5.2

0 commit comments

Comments
 (0)