Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

74 lines (50 loc) · 2.26 KB

Unreleased

3.3.0

  • Bump node from 20.11.0 to 20.11.1 28

3.2.0

  • Add support for Node v20 and drop support for Node v17 or before 22

3.1.0

  • Support node 18 13
  • Add workflow to build docker image to GitHub Container Registry 14
  • Setup "npm" and "docker" upgrade dependency configuration 8
  • Add tests on GitHub Actions 7

3.0.0

  • Fix certificate error (upgrade node version from v8 to v16) 5

2.3.1

  • Support for Let's Encrypt root certificate changes (ISRG Root X1) 4

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