Releases: cactus/go-camo
Releases · cactus/go-camo
v2.4.6
v2.4.5
- fix htrie matching of non punycode (eg. unicode) idna hostnames
- slightly faster logging (update to mlog dependency)
- address a logging issue with missing url path output in
"built outgoing request"
debug log - moderate improve performance of hostname rule processing (approx 12-30% in microbenchmarks)
- slight improvement in request path url processing (approx 2-4% in microbenchmarks)
- fix /debug/vars being enabled by default (#65) due to expvars import side effect
v2.4.4
v2.4.3
- update library dependency golang.org/x/net.
refs: dependabot#3, dependabot#4
v2.4.2
- update library dependency prometheus, covering CVE-2022-21698.
Note that for go-camo, the issue in the prometheus library was exploitable only when the metrics option/flag (--metrics
) is enabled. - build with go1.19.5