Releases: cactus/go-camo
Releases · cactus/go-camo
v2.6.0
- Start building with Go-1.23.0
- Add CLI flag to expose ReadTimeout for tuning (frontend).
Default is 30s (no change in default).
- Add CLI flag for configuring IdleTimeout, the maximum amount of time to wait for the next request when keep-alive is enabled (frontend).
Default is 30 seconds (no change in default, see note below).
Note: Previously this value was not set, so it defaulted to the zero value, which resulted in the ReadTimeout value (default 30s) being used internally by the go http server. The new default mirrors this previous old default.
v2.5.0
- Implement optional redirect when max-size is exceeded #80
v2.4.13
Changes
- Release tagged only for updating docker images.
- No functional code changes.
Docker Images
v2.4.12
- Update library dependencies.
- Fix docker and github packages publishing issue.
v2.4.11
- Update library dependencies.
- Build with Go-1.22.2
v2.4.10
- Update library dependencies.
v2.4.9
- Minimum Go version now 1.21 due to quic-go dependency, due to better cryto/tls support for QUIC in Go-1.21.
- Update library dependencies.
- Build with Go 1.22
v2.4.8
- Add
--automaxprocs
flag to set GOMAXPROCS automatically to match Linux
container CPU quota/limits.
- Update library dependencies.
v2.4.7
- Add http3/quic server support. New flag
--quic
. Requires --ssl-listen
.