Echo v4.6.0 Release Notes

Release Date: 2021-09-20 // over 2 years ago
  • Introduced a new request logger middleware 🌲 to help with cases when you want to use some other logging library in your application.

    🛠 Fixes

    • 🛠 fix timeout middleware warning: superfluous response.WriteHeader #1905

    Enhancements

    • ➕ Add Cookie to KeyAuth middleware's KeyLookup #1929
    • JWT middleware should ignore case of auth scheme in request header #1951
    • 🔨 Refactor default error handler to return first if response is already committed #1956
    • ➕ Added request logger middleware which helps to use custom logger library for logging requests. #1980
    • 👍 Allow escaping of colon in route path so Google Cloud API "custom methods" could be implemented #1988