Skip to content

Pre-release v5.0.0-preview6

Pre-release
Pre-release
Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 10 Nov 14:48
· 175 commits to master since this release
0940170
  • Removed requirements to implement fsutil.FS for fsutil.WorkingDirFS, fsutil.MkdirFS, fsutil.WritableFS, fsutil.RemoveFS
  • Fixed RouteParams were emptied if the matched route doesn't have parameters but its parents do.
  • Fixed error trace added twice as an attribute in slog when logging *errors.Error having a reason of type *errors.Error. Only the correct trace is printed now.
  • Validation: the request context is now automatically attached to the DB in the validation middleware.
  • Extra in request and validation are now using typed keys instead of strings. You can now (and you are encouraged to) use comparable structures as keys.
  • ExtraJWTClaims key has been moved to the auth package.