Skip to content

Commit 73189f3

Browse files
committed
docs: update changelog for v1.7.1
1 parent 3030a73 commit 73189f3

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,27 @@ 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.1] - 2025-05-03
15+
### Fixed
16+
- Properly handle IPv6 addresses in config (#61)
17+
18+
## [1.7.0] - 2024-08-20
19+
### Added
1020
- Support for websocket compression - disabled by default (#40)
1121
- Support for non-browsers by implementing server initiated heartbeats (#39)
1222
- Start new ct-watchers as new ct logs become available (#42)
23+
- More logging to document currently watched logs (03d878e)
24+
1325
### Changed
26+
- Changed log output to be better grepable (5c055cc)
27+
- Update ct log update interval to once per hour instead of once per 6 hours as previously (9b6e77d)
28+
1429
### Fixed
1530
- Fixed a possible race condition when accessing metrics
16-
### Docs
1731

1832
## [1.6.0] - 2024-03-05
1933
### Added
@@ -25,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2539

2640
## [1.5.1] - 2024-01-18
2741
### Fixed
28-
- Fixed a rare issue where it was possible for the all_domains json property (or data property in case of the domains-only endpoint) to be null
42+
- Fixed a rare issue where it was possible for the all_domains json property (or data property in case of the domains-only endpoint) to be null
2943

3044
## [1.5.0] - 2023-12-21
3145
### Added
@@ -80,7 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8094
- Handle sudden disconnects of CT logs
8195

8296
### Docs
83-
- Added [wiki entry for docker-compose](https://github.com/d-Rickyy-b/certstream-server-go/wiki/Collecting-and-Visualizing-Metrics)
97+
- Added [wiki entry for docker-compose](https://github.com/d-Rickyy-b/certstream-server-go/wiki/Collecting-and-Visualizing-Metrics)
8498

8599
## [1.2.1] - 2022-12-16
86100
### Changed
@@ -108,7 +122,9 @@ Fixed the connection issue due to the offline Google loglist urls.
108122
## [1.0.0] - 2022-08-08
109123
Initial release! First stable version of certstream-server-go is published as v1.0.0
110124

111-
[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.6.0...HEAD
125+
[unreleased]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.1...HEAD
126+
[1.7.1]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.7.0...v1.7.1
127+
[1.7.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.6.0...v1.7.0
112128
[1.6.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.2...v1.6.0
113129
[1.5.2]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.1...v1.5.2
114130
[1.5.1]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.5.0...v1.5.1
@@ -121,4 +137,4 @@ Initial release! First stable version of certstream-server-go is published as v1
121137
[1.2.1]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.2.0...v1.2.1
122138
[1.2.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.1.0...v1.2.0
123139
[1.1.0]: https://github.com/d-Rickyy-b/certstream-server-go/compare/v1.0.0...v1.1.0
124-
[1.0.0]: https://github.com/d-Rickyy-b/certstream-server-go/tree/v1.0.0
140+
[1.0.0]: https://github.com/d-Rickyy-b/certstream-server-go/tree/v1.0.0

0 commit comments

Comments
 (0)