WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: cactus/go-camo

v1.0.4

28 Aug 20:01

Choose a tag to compare

  • Minor change for go1.5 with proxy timeout 504
  • Build release binaries with go1.5

v1.0.3

26 Apr 02:19

Choose a tag to compare

  • revert to stdlib http client

v1.0.2

08 Mar 22:18

Choose a tag to compare

  • fix issue with http date header generation
  • require go >= 1.4 to build

Also trying out adding release binaries (tarball format) for:

  • go 1.4.2 on yosemite (darwin/x86_64)
  • go 1.4.2 on centos (linux/x86_64)

v1.0.1

16 Dec 19:56

Choose a tag to compare

  • optimization for allow-list checks
  • keepalive options fix

v1.0.0

23 Jun 06:46

Choose a tag to compare

  • minor code organization changes
  • fix for heroku build issue with example code

v0.6.0

14 Jun 04:39

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

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

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

Choose a tag to compare

  • Transparent base64 url support

v0.2.0

17 Apr 20:38

Choose a tag to compare