Skip to content

Echo v2.1

Compare
Choose a tag to compare
@vishr vishr released this 18 Oct 01:13
  • Fixed bugs in JWT and CSRF middleware
  • Ability to skip a middleware via Skipper function https://echo.labstack.com/middleware/overview#skipping-middleware
  • Function to fetch RealIP in engine.Request
  • Function to fetch RealIP
  • Fixed HTTP2 TLS config
  • Function to close listener Echo#Stop()
  • Set of new redirect middleware https://echo.labstack.com/middleware/redirect
  • Renamed Context#Context => Context#StdContext & Context#SetContext => Context#SetStdContext
  • #576 fasthttp fix setting cookie value
  • #577 Context.Bind does not recover from panic
  • #579 fix panic in form binding
  • #574 Conext.Bind() can not bind GET method queryParams
  • #587 Escaped forward slashes in path parameter
  • #604 Custom header is overwritten by c.JSON
  • #605 Do not set DEBUG log level in Echo.SetDebug(false)
  • #608 [Urgent] HTTP connection hangs when using HEAD method
  • #622 Group middleware not applied to Static or File routes
  • #610, #611 Enhanced JSON error reporting in binder
  • #629 fix import path, ipfans -> labstack
  • #364 Disabling the default logger.
  • #626 the context package has been moved from the x/net repository to the standard library as the context package
  • #625 Support Go v1.7
  • #632 Enhance JWT Middleware with custom claims struct
  • #633JWT middleware: support RS256 algorithm
  • #637 Inline feature
  • #589 JWT middleware: support for accessing token from cookie
  • #591 Read token from cookie in JWT middleware
  • #525, #566, #573, #653 [Proposal] Improve Context Response Options for Speed and Usability
  • #655 New Function Engine#Close
  • #657, #647, #656 Potential concurrent access panic in middleware.JWT
  • #663 Fixed typo