Skip to content

Pre-release v5.0.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 21 Feb 09:17
· 136 commits to master since this release
bf5cb4f
  • slog: custom errors implementing slog.LogValuer are now handled correctly and will be added as reason attribute.
  • Added parameter name hints on goyave.Handler so IDEs automatically name request and response properly when auto-completing.
  • testutil: when using TestMiddleware, the cloned request sent to the middleware now uses the same context.Context as the original request.
  • Updated dependencies and CI