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