http://open-source-security-software.net/project/certstream-server/releases.atomRecent releases for certstream-server2025-05-03T18:10:35.387359+00:00python-feedgencertstream-server 1.1.0certstream-server 1.1.02018-12-31T07:12:44+00:002018-12-31T07:12:44+00:00certstream-server 1.0certstream-server 1.02018-12-31T07:13:17+00:002018-12-31T07:13:17+00:00certstream-server 1.2.0certstream-server 1.2.02020-02-15T01:22:11+00:00This release brings in a number of features and bugfixes:
- Expanded the per-client certificate buffer that we use for load shedding (when those buffers fill up, we just start dropping messages)
- Added watcher statistics, including processed certificate counts per CT server, and basic client information
- Added Honebadger for exception tracking
- Improved initialization stability
- Added some more servers to the blacklist to not check
- Decrease HTTP timeouts to 10s
- Revamped the certificate fetching logic to adhere to [the RFC](https://tools.ietf.org/html/rfc6962#section-4.6), which doesn't guarantee honoring of requested number of entries (which as it turns out means we were missing ~25% of our certificates)
- Misc README fixes2020-02-15T01:22:11+00:00certstream-server 1.3.0certstream-server 1.3.02020-02-15T18:06:02+00:00This release brings in an overhaul of the frontend (with nice buildscripts leveraging docker for reliably building things without npm/node headaches). It also does other refactoring for layouts, and sets a user agent for every request (overridable in `config.exs`).2020-02-15T18:06:02+00:00certstream-server 1.4.0certstream-server 1.4.02020-02-16T02:54:37+00:00This release brings in a much better initialization process for the CT watchers, and adds concurrency to certificate retrieval to quickly chew through larger updates. It also fixes some credo warnings and refactors things/adds docs.2020-02-16T02:54:37+00:00certstream-server 1.4.1certstream-server 1.4.12020-02-16T03:18:02+00:00Bugfix release to remove the Comodo Dodo CT server, which is giving connection errors. 2020-02-16T03:18:02+00:00certstream-server 1.5certstream-server 1.52020-07-13T02:18:14+00:00This is a fairly hefty release, bringing some changes to the default behavior. Specifically we no longer send DER-encoded certificates by default. They’re still available at `/full-stream` but will no longer be sent by default.
This release also adds some more configurability with logging, and adds metrics support via https://github.com/discord/instruments. 2020-07-13T02:18:14+00:00certstream-server 1.5.1certstream-server 1.5.12020-07-13T02:57:36+00:00Minor updates:
- Fixes a broken link in the README
- Update to ensure the examples shown in the frontend are accurate to what the API hands out now2020-07-13T02:57:36+00:00