diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-12 18:29:14 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-12 18:43:51 +0100 |
commit | afbc4117180e172b6368173c42b19d981329e7ad (patch) | |
tree | 7e6bb6601d74ebefd880024f6e959f820d88b317 | |
parent | d0545c3a22bc0d2ffebe85d8fd0188864f23ae2e (diff) |
Add NEWS entry for v0.1.X
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |