Skip to content

v3.2.0

Compare
Choose a tag to compare
@vishr vishr released this 20 Jun 01:05
· 672 commits to master since this release

New Features

Enhancements

  • Add pointer binding of proper types to DefaultBinder (#915)
  • Add cookie tag for logger (#921)
  • Reduced package dependencies by separating website and cookbook from the main repo to https://github.com/labstack/echox
  • Option to hide startup banner (#928)
  • KeyAuthValidator should return error as last item (#938)
  • Updated Context#Scheme to include more XFF headers (353a2f8)

Bug Fixes

  • Debug mode not setting log level to debug (#925)
  • Files system traversal bug (#947)
  • [Regression] Path parameters with query escaped value were broken (#948)
  • Routing behavior (#954)

New Recipes

Miscellaneous