Releases: d-Rickyy-b/certstream-server-go
v1.2.2
Added
- Two docker-compose files
- Check for presence of .yml or .yaml files in the current directory
Fixed
- Handle sudden disconnects of CT logs
Docs
Full Changelog: v1.2.1...v1.2.2
v1.2.1
In this update we changed the module name to github.com/d-Rickyy-b/certstream-server-go.
Full Changelog: https://github.com/d-Rickyy-b/certstream-server-go/blob/master/CHANGELOG.md
v1.2.0
This update focussed a lot on cleaning up the internal code style but it also added some more logging and we now put out the operator of a ct log in the metrics as well.
Full Changelog: https://github.com/d-Rickyy-b/certstream-server-go/blob/master/CHANGELOG.md
v1.1.0
Google shut down the old v1 log lists. This update uses the new v3 log lists.
What's Changed
- fix: use v3 log list urls by @d-Rickyy-b in #10
- Implement prometheus interface by @d-Rickyy-b in #9
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Finally, after three long months certstream-server-go is released. This is a go clone of the certstream server developed by Calidog.
This project aims to be a drop-in replacement for the aforementioned official certstream server. This tool aggregates, parses, and streams certificate data from multiple certificate transparency logs via websocket connections to the clients.