Skip to content

Releases: labstack/echo

v4.1.12

30 Dec 07:13
Compare
Choose a tag to compare

#1412 Fix multi level match any routes
Add ability to set the logger on echo.Context (#1377)
Fixed comment typo in BodyDump (#1431)
Reset p.values to echo.maxParam (#1429)
Close file descriptor returned by request.FormFile (#1411)
Fixed #988

v4.1.11

07 Oct 00:04
Compare
Choose a tag to compare
  • Fixed #1409
  • Fixed reporting error from proxy middleware

v4.1.10

17 Aug 14:58
Compare
Choose a tag to compare

Updated dependencies

v4.1.9

11 Aug 19:58
Compare
Choose a tag to compare
  • Assign new ResponseWriter after calling http.HandlerFunc (#1341)
  • Include internal error in http error handler (ecc01d2)

v4.1.8

05 Aug 04:52
Compare
Choose a tag to compare

Fixed version and default http error handler

v4.1.7

02 Aug 05:58
Compare
Choose a tag to compare
  • Enhanced default http error handler ed51400
  • Add a new ErrorHandlerWithContext (#1328)
  • Add ReferrerPolicy to Secure middleware (#1363)
  • Don't make router parse duplicated param when backtracking happens (#1368)
  • Fix #1260 change middleware.Logger's default output (#1336)
  • Nil check for bind #988
  • Added feature to map url params to a struct with the default binder
  • Tests and fix for findChildByKind executed on nil node (Router)

v4.1.6

09 Jun 17:36
Compare
Choose a tag to compare
  • Fixed indentation in code example (#1338)
  • Provide possibility to use key ids (#1289)
  • Fix for #1334 (#1335)
  • Update x/sys module to support Risc-V (#1344)
  • Added support for the REPORT method (#1332)
  • Add support for encoding.TextUnmarshaler in bind (#1314)
  • Added param: lookup option to JWT Middleware (#1296)
  • Bug #1323

v4.1.5

30 Apr 05:55
Compare
Choose a tag to compare

Code cleanup

v4.1.4

29 Apr 23:52
Compare
Choose a tag to compare

Fixed group middleware

v4.1.3

29 Apr 20:42
Compare
Choose a tag to compare

Fixed invalid json value for error in logger middleware