Fiber v2.1.0 Release Notes

Release Date: 2020-10-15 // over 3 years ago
  • ๐Ÿ†• ๐Ÿ”ฅ 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