Skip to content

Release v2.8.0

Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 25 Mar 14:47
· 1224 commits to master since this release
4fb20d3
  • Added a built-in logging system.
    • Added a middleware for access logs using the Common Log Format or Combined Log Format. This allows custom formatters too.
    • Added three standard loggers: goyave.Logger, goyave.AccessLogger and goyave.ErrLogger
  • Fixed bug: the gzip middleware now closes underlying writer on close.