Skip to content

v2.1.0

Compare
Choose a tag to compare
@Fenny Fenny released this 15 Oct 11:07
dc36941

🔥 New

  • Add ETag middleware #926
  • Add child PID's to startup message when Prefork is enabled #902
  • Add MaxAge setting to Static which sets a Cache-Control header #896
  • Add ReduceMemoryUsage to Config #892

🧹 Updates

  • Refactor proxy mw and increase coverage #924
  • Refactor basicauth mw #922
  • Refactor requestid mw #921
  • Add cache benchmark #898
  • Add custom types to compress middleware #897
  • Add basicauth benchmark #895
  • Make SendFile return status code 404 on file not found #908
  • Avoid magic numbers in compress mw #893
  • Use constants in unit tests #891
  • Update dependencies #930

🩹 Fixes

  • Add missing test case for SendFile #918
  • Add public to max age header in cache mw #888
  • Avoid panic on monitor #906
  • Fix readme links #886