Echo v4.9.1 Release Notes

Release Date: 2022-10-12 // over 1 year ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix logger panicing (when template is set to empty) by bumping dependency version #2295

    โœจ Enhancements

    • ๐Ÿ‘Œ Improve CORS documentation #2272
    • โšก๏ธ Update readme about supported Go versions #2291
    • โœ… Tests: improve error handling on closing body #2254
    • ๐Ÿ”จ Tests: refactor some of the assertions in tests #2275
    • ๐Ÿ”จ Tests: refactor assertions #2301

Previous changes from v4.9.0

  • ๐Ÿ”’ Security

    • ๐Ÿ›  Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260

    โœจ Enhancements

    • ๐Ÿ‘ Allow configuring ErrorHandler in CSRF middleware #2257
    • โœ… Replace HTTP method constants in tests with stdlib constants #2247