Releases: cactus/go-camo
Releases · cactus/go-camo
v2.0.0-alpha.1
- Remove
--allow-list
flag, and replace with a unified filtering flagfilter-ruleset
.
See FILTER_FORMAT.md for more information on the accepted syntax.
v1.1.7
- Remove old stats flag, endpoint, and feature, in favor of the new
premetheus endpoint. Good amount of code removal as well. - Use a sync.Pool []byte buffer for io.CopyBuffer (instead of io.Copy). It
should reduce some small amount of GC pressure (a bit less garbage). - Build with go1.12.8 - which includes security fixes for http/2.
v1.1.6
v1.1.5
v1.1.4
- disable passing/generating x-forwarded-for header by default
- add new
--enable-xfwd4
flag to enable x-forwarded-for header passing/generation - add optional json output for stats
- remove gomaxprocs code, as it is no longer necessary
- documentation fixes (man page update, spelling, etc)
- build release with go-1.12
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- add flag to allow
video/*
as content type (disabled by default) - allow setting custom server name
- add flag to expose the current version version in http response header
(similar to how it is done for-V
cli output) - change root route to return 404
- add
/healthcheck
route that returns 204 status (no body content)
useful for load balancers to check that service is running