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.14

16 Feb 04:13

Choose a tag to compare

  • Pass through ETag header from server. The previous omission was
    inconsistent with passing the if-none-match client request header.

v1.0.13

23 Jan 04:33

Choose a tag to compare

  • resolve potential resource leak with redirection failures and http response
    body closing

v1.0.12

16 Jan 22:40

Choose a tag to compare

  • better address rejection logic

v1.0.11

16 Jan 21:01

Choose a tag to compare

  • 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)

v1.0.10

04 Jan 06:03

Choose a tag to compare

  • apply a more friendly default content-security-policy

v1.0.9

27 Nov 23:45

Choose a tag to compare

  • just a rebuild of 1.0.8 with go1.7.3

v1.0.8

20 Aug 08:04

Choose a tag to compare

  • update go version support
  • build release with go1.7

v1.0.7

18 Apr 22:33

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

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

Choose a tag to compare

  • Build release with go1.6
  • Switch to building with gb