8000 Releases · cactus/go-camo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: cactus/go-camo

v1.0.0

23 Jun 06:46
Compare
Choose a tag to compare
  • minor code organization changes
  • fix for heroku build issue with example code

v0.6.0

14 Jun 04:39
Compare
Choose a tag to compare
  • use simple router instead of gorilla/mux to reduce overhead
    and increase performance.
  • move some code from camo proxy into the simple router

v0.5.0

14 Jun 04:38
Compare
Choose a tag to compare
  • 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

23 May 23:17
Compare
Choose a tag to compare
  • remove config support (use env or cli flags)
  • turn allowlist into a cli flag to parse a plain text file vs json config
  • clean ups/general code hygiene

v0.3.0

14 May 06:41
Compare
Choose a tag to compare
  • Transparent base64 url support

v0.2.0

17 Apr 20:38
Compare
Choose a tag to compare

v0.1.3

03 Jul 17:57
Compare
Choose a tag to compare
  • fix bug in loop prevention
  • bump max idle conn count
  • keep idle conn trimmer running

v0.1.2

03 Jul 17:58
Compare
Choose a tag to compare
  • Add ReadTimeout to http.Server, to close excessive keepalive goroutines

v0.1.1

03 Jul 17:58
Compare
Choose a tag to compare
  • optimize date header generation to use a ticker
  • performance improvements
  • fix a few subtle race conditions with stats

v0.1.0

03 Jul 18:18
Compare
Choose a tag to compare
  • 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 flag no-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.
0