Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

CHANGELOG

0.4.1

  • feat: prevent loop proxy from official misskey media proxy
  • feat: always use the default user agent if the user agent is not set
  • feat: add a new option to force passing the user agent from the request to the remote target
  • fix: incorrect default values in the toml file

0.4.0

  • feat: configurable user agent validation and cf polish param
  • feat: support to send the proxy request to another transparent http proxy
  • feat: add optional validation for url length
  • feat: support via headers in the proxy request and response
  • feat: loop proxy protection
  • fix: correct the wrong implementation of proxy response cache

0.3.3

  • fix: support some strange content-type headers like binary/octet-stream

0.3.2

  • feat: allow to set the cache max age
  • feat: support adding extra headers for specific domains

0.3.1

  • feat: expose body of proxy fetch in the error log

0.3.0

  • breaking: support config worker by environment variables
  • feat: more detailed error handling
  • feat: support HEAD method