Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

41 lines (29 loc) · 1.36 KB

2.3.0

  • Move things out of GitHub's private network, favor heroku. 31
  • Move to node 0.10.21 for security fixes. 36
  • Don't crash on redirection without location header.
  • Whitelist content-types rather than blindly accepting image/*. commit
  • Disable keep-alive connections 70.
  • Stop writing pid files 28

1.1.3

1.1.1

  • Use pipe() to pause buffers when streaming to slow clients
  • Fixup tests and Gemfile related stuff
  • Workaround recent heroku changes that now detect camo as a ruby app due to Gemfile presence
  • Ensure a location header is present before following redirects, fixes a crash

1.0.5

  • Fixup redirect loops where following redirects goes back to camo
  • Add Fallback Accept headers for type image/*
  • Fixup issues with chunked encoding responses
  • Explicitly set User-Agent headers when proxying

1.0.2

  • Follow 303s and 307s now too

0.5.0

  • Follow redirects to a configurable depth