Skip to content

v9.0.0

Compare
Choose a tag to compare
@savsgio savsgio released this 25 Sep 11:28
· 267 commits to master since this release
  • a2311ce Upgrade to v9 (Sergio Andres Virviescas Santana)
  • b7dfd3f Add ctx.SkipView and ctx.Next (Sergio Andres Virviescas Santana)
    • Now middlewares will only return an error (Broken backwards compatibility with v8.X.X)
  • 885b21f Register HeaderReceived config into fasthttp (Sergio Andres Virviescas Santana)
  • 5f0b830 Add fasthttp HeaderReceived into config (Sergio Andres Virviescas Santana)
  • 747b673 Enhancements about unix network listener (Sergio Andres Virviescas Santana)
  • b0cfc42 Fix get_listener on windows (Sergio Andrés Virviescas Santana)
  • 9a847de Upgrade fasthttp to v1.5.0, router to v0.5.1 and gotils (Sergio Andres Virviescas Santana)
  • e4f7c0d Add methods to configure router options (Sergio Andres Virviescas Santana)
  • 9eda56d Join Host and Port configuration into Addr field (Sergio Andres Virviescas Santana)
    • Broken backwards compatibility with v8.X.X
  • 74a099e Add go 1.13 support (Sergio Andres Virviescas Santana)
  • 49352a9 Update install readme section (Sergio Andres Virviescas Santana)
  • 7186bcd Add custom error response (Sergio Andres Virviescas Santana)
  • c555280 Custom status code when returns an error (Sergio Andres Virviescas Santana)
  • 27c5fe0 Static files will preprocess middlewares and allow filters (Sergio Andres Virviescas Santana)