From afbc4117180e172b6368173c42b19d981329e7ad Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 12 Mar 2025 18:29:14 +0100 Subject: Add NEWS entry for v0.1.X --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..57eb4df --- /dev/null +++ b/NEWS @@ -0,0 +1,17 @@ +NEWS for ct-sans v0.1.X + + Bug fixes: + + * Rewrite HTTP responses to ensure that the upstream CT library correctly + backs-off exponentially (per worker) when encountering HTTP status 429. + https://github.com/google/certificate-transparency-go/issues/898 + + Incompatible changes: + + * Update built-in limits that cap the maximum number of workers per log. + + Chore: + + * Bump Go version to 1.22 + * Bump dependencies + * Update Go module name to rgdd.se/ct-sans -- cgit v1.2.3