diff --git a/NEWS b/NEWS index 412261a..693f255 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,21 @@ v0.10 (not yet released) * Improve speed by processing logs in parallel - * Add -start_et_end option to begin monitoring new logs at the end, + * Add -start_at_end option to begin monitoring new logs at the end, which significantly speeds up Cert Spotter, at the cost of missing certificates that were added to a log before Cert Spotter starts monitoring it * (Behavior change) Scan logs in their entirety the first time Cert Spotter is run, unless -start_at_end specified (behavior change) - * Add/remove logs to match latest Chromium/Apple lists + * The log list is now retrieved from certspotter.org at startup instead + of being embedded in the source. This will allow Cert Spotter to react + more quickly to the frequent changes in logs. + * (Behavior change) the -logs option now expects a JSON file in the v2 + log list format. See + and . + * -logs now accepts an HTTPS URL in addition to a file path. + * (Behavior change) the -underwater option has been removed. If you want + its behavior, specify https://loglist.certspotter.org/underwater.json to + the -logs option. v0.9 (2018-04-19) * Add Cloudflare Nimbus logs