Skip to content

Releases: arachnys/go-camo

v2.3.1

04 Jul 15:46
32b9104
Compare
Choose a tag to compare

Changelog

32b9104 Update deps
6304cea Merge pull request #8 from arachnys/fix-camo-5
b3d6de3 Fix runtime error: index out of range caused by invalid data URI
fa71a0b [Upstream] Update copyright headers
40275b5 Clean up README.md, and remove CHANGELOG.md
1f83cdd [Upstream] Update README.md
a07a18d [Upstream] Upgrade dependencies, and update license text generator to use Gopkg.toml
0dd8a4d [Upstream] Update copyright header date

Docker images

  • docker pull arachnysdocker/go-camo-url-tool:2.3.1
  • docker pull arachnysdocker/go-camo-url-tool:latest
  • docker pull arachnysdocker/go-camo:2.3.1
  • docker pull arachnysdocker/go-camo:latest

v2.3.0

15 Mar 18:48
881ce38
Compare
Choose a tag to compare

Changelog

881ce38 Test, and build for go1.10 only
1740467 Do not override the original io.ReadCloser with the gzip reader
dc42f09 Include the server version as a Sentry release in all captured exceptions

Docker images

  • docker pull arachnysdocker/go-camo-url-tool:2.3.0
  • docker pull arachnysdocker/go-camo-url-tool:latest
  • docker pull arachnysdocker/go-camo:2.3.0
  • docker pull arachnysdocker/go-camo:latest

Automated with GoReleaser
Built with go version go1.10 linux/amd64

v2.2.1

15 Nov 10:17
96b7e58
Compare
Choose a tag to compare

Changelog

96b7e58 Fix runtime panic error when trying to change the scheme of an invalid URL
d76aaba Run tests with race detector, and fix data races in tests

Docker images:

  • arachnysdocker/go-camo:2.2.1
  • arachnysdocker/go-camo-url-tool:2.2.1

Automated with GoReleaser
Built with go version go1.8 linux/amd64

v2.2.0

03 Nov 18:53
15018c1
Compare
Choose a tag to compare

Changelog

15018c1 Merge pull request #6 from arachnys/proxy-bad-ssl
bcfe299 Add support for proxying URIs with bad SSL / TLS
e39514e Log flags parsing errors
82b5a18 Merge pull request #5 from arachnys/improved-termination-signals
75c4958 Update README.md
d389c82 Gracefully shutdown HTTP(S) server on termination signals

Docker images:

  • arachnysdocker/go-camo:2.2.0
  • arachnysdocker/go-camo-url-tool:2.2.0

Automated with GoReleaser
Built with go version go1.9 linux/amd64

v2.1.1

02 Nov 20:02
24134d8
Compare
Choose a tag to compare

Changelog

24134d8 Merge pull request #4 from arachnys/fix-ttf-bad-request
3e5d0c3 Push arachnysdocker/go-camo-url-tool:latest after creating a snapshot
30926ab Fix TTFs returning bad request error
4d35661 Merge pull request #3 from arachnys/add-url-tool-to-build
68a5c6a Add url-tool to the goreleaser build pipeline
0dbfb70 Improve error messages so that we can distinguish the causers
5160f4d Fix potential runtime panic caused by closing HTTP response body on error

Docker images:

  • arachnysdocker/go-camo:2.1.1
  • arachnysdocker/go-camo-url-tool:2.1.1

Automated with GoReleaser
Built with go version go1.8 linux/amd64

v2.1.0

26 Oct 16:03
72de080
Compare
Choose a tag to compare

Changelog

72de080 Fix README.md
2c8e557 Fix handling of Data URIs
e76cefd Merge pull request #2 from arachnys/add-data-uri-support
2afc11e Update README.md
095b35a Add support for 'proxying' data URIs

Docker images:

  • arachnysdocker/go-camo:2.1.0

Automated with GoReleaser
Built with go version go1.9 linux/amd64

v2.0.0

25 Oct 11:35
d137e8e
Compare
Choose a tag to compare

Changelog

d137e8e Add health check endpoint to /health
359da2d Fix program running indefinitely despite termination signals
53d751a Switch to using alpine:3.6 as the base image, and install ca-certificates
6750257 Remove symlinking, and use Go project layout
a99cfe2 Merge pull request #1 from arachnys/arachnys-enhancements
92c3ea1 Do not push the latest Docker image for PRs
9617525 Update README.md (incl. Docker information)
50ff12e Move release / post-success commands from .travis.yml to Makefile to ease maintenance
07fa8ec Remove test support for Go 1.6, and 1.7
083157a Symlink vendor/ to src/go-camo/vendor/
7c34bbf Update dependencies
110b748 Install goreleaser as well in make setup
3d8622a Use $BUILDDIR instead of pwd for symlinking
07c8a28 Remove dep init from setup as we do not need to run it multiple times
27b3191 Update CSS tests to check the for the response bodies as well
99621b5 Update vendor/ files to reflect changes in 0f523fd
076e665 Update .travis.yml to push latest image from master
da56403 Update README.md
f0093d3 Lower timeout for gzip writer / CSS resolver function
0f523fd Add raven-go to report crashes (panics) to Sentry
f540f9d Update .travis.yml to use goreleaser
b249bc9 Update README.md
8433e70 Use goreleaser for managing builds, releases, and Docker images
27a0376 Switch from gb -> dep for dependency management
8abd722 Add support for proxying insecure fonts
094c3c6 Convert all URLs in a CSS to absolute, and proxied URLs
625a3eb Increase default request timeout to 5s
17fa918 Add support for protocol-relative URLs (or rather, URLs without a scheme)
ef6f4d4 Update README.md
074ad04 Add support for proxying unsafe CSS
d2bcc6d update changelog
a8b1f8e add go-1.9 to travis
75aa980 this is actually >=
8c25766 make comment clearer
c99d18f add comment to help remember why this test fails in some environments
2410270 reword some paragraphs in readme
5c87d35 more readme cleanups
f2c2a6c update readme formatting a bit
d42dac0 update changelog for a release
d01369e strip binaries by default, update readme slightly
07981c1 add go 1.8 to travis config
3f38f83 update changelog for release
ff4bd2a update changelog
3a39055 Support passing through Etag from server
7e4506c make sed work more consistently on FreeBSD, OSX, and Linux
c77b414 update changelog for v1.0.13
eebb5ac Merge pull request cactus#14 from alexzeitgeist/fix-close-body
a06e142 Fix memory leak - the client must always close the response body, even when err is different from nil
130e543 add toc
dc0faf6 nicer formatting
404031d update changelog for release
d9ce0cc update changelog
cf457db use a better mechanism to check/reject ip addresses
6859cff Update changelog
1cc69ff fix bug in regex match
b3d4fa3 resolve name to attempt to block dns rebind attacks
ec08bdd update readme
aa29922 update changelog
4b35171 Merge pull request cactus#12 from sweepyoface/master
f868144 Add CSP headers to allow inline styling
a82e457 update changelog
4a585be update changelog
2fd6308 fix test for go1.7
dcad769 update travis for go 1.7 - drop go1.4
245866b golint fixes
94f62f4 fix misspelling and add docstring
5374681 update vendor dep
1cc37a6 update dep
0edfca0 add make target to purge vendor/src
dff603e add sign stanza to makefile
ee6117c update changelog
2370ba8 add -w to example
df63195 update dep
7bedf47 update
e580ff4 convert to mlog and fix a go16 logging issue
e61499e unexport HTTPDate, and switch to a lockless structure for date string
011e387 simplify router code a bit
53bc82d fix comment string

Docker images:

  • arachnysdocker/go-camo:2.0.0

Automated with GoReleaser
Built with go version go1.9 linux/amd64