v5.0.1 small fixes
What's Changed
- Panic MW: will now return a custom PanicStackError with stack trace by @aldas in https://github.com/labstack/echo/pull/2871
- Docs: add missing err parameter to DenyHandler example by @cgalibern in https://github.com/labstack/echo/pull/2878
- Context: improve websocket checks in IsWebSocket() [per RFC 6455] by @raju-mechatronics in https://github.com/labstack/echo/pull/2875
- Fix: Context.Json() should not send status code before serialization is complete by @aldas in https://github.com/labstack/echo/pull/2877
New Contributors
- @cgalibern made their first contribution in https://github.com/labstack/echo/pull/2878
- @raju-mechatronics made their first contribution in https://github.com/labstack/echo/pull/2875
Full Changelog: https://github.com/labstack/echo/compare/v5.0.0...v5.0.1