github go-goyave/goyave v5.1.0
Release v5.1.0

latest releases: v5.3.0, v5.2.1, v5.2.0...
3 months ago
  • Validation:
  • Configuration: added a Required flag for entries to prevent nil values by @BowlOfSoup in #211
  • Compress middleware: the order of the Encoders now determines server-side priority, which will help chose an encoder when there are client priority ties.
  • Optimization: use a sync.Pool for requests and responses for a small performance improvement.
  • util/httputil.ParseMultiValuesHeader:
    • The input header is now trimmed
    • The function returns an empty slice if the input is empty
    • Minor optimization

New Contributors

Full Changelog: v5.0.1...v5.1.0

Don't miss a new goyave release

NewReleases is sending notifications on new releases.