Skip to content

Releases: cactus/go-camo

v1.0.7

18 Apr 22:33
Compare
Choose a tag to compare
  • convert to different logging mechanism (mlog)
  • fix a go16 logging issue
  • add --no-log-ts command line option
  • build with go1.6.1

Update: rebuilt with go1.6.2

v1.0.6

07 Apr 08:44
Compare
Choose a tag to compare
  • use sync/atomic for internal stats counters
  • reorganize some struct memory layout a little
  • add -VV license info output
  • move simple-server to its own repo
  • more performant stats (replaced mutex with sync/atomic)
  • fewer spawned goroutines when using stats

v1.0.5

18 Feb 20:41
Compare
Choose a tag to compare
  • Build release with go1.6
  • Switch to building with gb

v1.0.4

28 Aug 20:01
Compare
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
Compare
Choose a tag to compare
  • revert to stdlib http client

v1.0.2

08 Mar 22:18
Compare
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
Compare
Choose a tag to compare
  • optimization for allow-list checks
  • keepalive options fix

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