Releases: cactus/go-camo
Releases · cactus/go-camo
v1.0.0
v0.6.0
v0.5.0
- some minor changes to Makefile/building
- add support for HTTP HEAD requests
- add support for adding custom default response headers
- return custom headers on 404s as well.
- enable http keepalives on upstream/backends
- add support for disable http keepalives on frontend/backend separately
- upgrade library deps
- various bug fixes
v0.4.0
v0.3.0
v0.2.0
- Remove NoFollowRedirects and add
- Use https://github.com/mreiferson/go-httpclient to handle timeouts more
cleanly
v0.1.3
v0.1.2
v0.1.1
v0.1.0
- Refactor logging a bit
- Move encoding functionality into a submodule to reduce import size (and
thus resultant binary size) for url-tool - Prevent request loop
- Remove custom Denylist support. Filtering should be done on signed url
generation. rfc1918 filtering retained and internalized so as do reduce
internal network exposue surface and avoid non-routable effort. - Inverted redirect boolean. Redirects are now followed by default, and
the flagno-follow
was learned. - Use new flag parsing library for nicer help and cleaner usage.
- Specify a fallback accept header if none is provided by client.