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

18 Jul 17:32
Compare
Choose a tag to compare
  • change /healthcheck response to 200 instead of 204.
    solves configuration issue with some loadbalancers.

v1.1.0

17 Jul 00:20
Compare
Choose a tag to compare
  • add flag to allow video/* as content type (disabled by default)
  • allow setting custom server name
  • add flag to expose the current version version in http response header
    (similar to how it is done for -V cli output)
  • change root route to return 404
  • add /healthcheck route that returns 204 status (no body content)
    useful for load balancers to check that service is running

v1.0.18

16 May 05:04
Compare
Choose a tag to compare
  • change repo layout and build pipeline to dep/gox/GOPATH style
  • lint fixes and minor struct alignment changes (minor optimization)
  • update mlog dependency
  • build with go-1.10.2

v1.0.17

25 Jan 22:20
Compare
Choose a tag to compare
  • update dependency versions to current
  • include deps in tree (ease build for heroku)
  • minor makefile cleanup
  • rebuild with go-1.9.3

v1.0.16

30 Aug 03:16
Compare
Choose a tag to compare
  • rebuild with go-1.9

v1.0.15

18 Feb 20:27
Compare
Choose a tag to compare
  • rebuild with go-1.8
  • strip binaries as part of default build

EDIT / 2017-04-24

  • rebuilt release with go-1.8.1

EDIT / 2017-07-01

  • rebuilt release with go-1.8.3

v1.0.14

16 Feb 04:13
Compare
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
Compare
Choose a tag to compare
  • resolve potential resource leak with redirection failures and http response
    body closing

v1.0.12

16 Jan 22:40
Compare
Choose a tag to compare
  • better address rejection logic

v1.0.11

16 Jan 21:01
Compare
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)
0