blob: 57eb4df8b73958691c8c790b45418ced6347a8b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|