Releases: cactus/go-camo
Releases · cactus/go-camo
v1.1.1
- change
/healthcheck
response to 200 instead of 204.
solves configuration issue with some loadbalancers.
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
v1.0.18
- change repo layout and build pipeline to dep/gox/GOPATH style
- lint fixes and minor struct alignment changes (minor optimization)
- update mlog dependency
- build with go-1.10.2
v1.0.17
- update dependency versions to current
- include deps in tree (ease build for heroku)
- minor makefile cleanup
- rebuild with go-1.9.3
v1.0.15
- rebuild with go-1.8
- strip binaries as part of default build
EDIT / 2017-04-24
- rebuilt release with go-1.8.1
EDIT / 2017-07-01
- rebuilt release with go-1.8.3
v1.0.14
- Pass through ETag header from server. The previous omission was
inconsistent with passing the if-none-match client request header.
v1.0.13
- resolve potential resource leak with redirection failures and http response
body closing
v1.0.12
- better address rejection logic
v1.0.11
- resolve hostname and check against rfc1918 (best effort blocking of dns rebind attacks)
- fix regex match bug with 172.16.0.0/12 addresses (over eager match)