Skip to content

Releases: labstack/echo

v4.1.16

30 Mar 19:34
Compare
Choose a tag to compare

v4.1.15

29 Feb 15:52
Compare
Choose a tag to compare
  • Fix panic in FormFile if file not found (#1515)
  • Safer/trustable extraction of real ip from request (#1478)
  • Fix #1493 router loop for param routes (#1502)
  • Fix crash on OpenBSD due to unsupported TCP KeepAlivePeriod (#1456)
  • Migrate to GitHub Actions (#1473)
  • Support HTTP/2 h2c mode (cleartext) (#1489)

v4.1.14

24 Jan 17:52
Compare
Choose a tag to compare
round-trip paramValues without exploding (#1463)

v4.1.13

01 Jan 16:58
Compare
Choose a tag to compare

Fix param value bug (#1467)

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)