Skip to content

Release v5.1.0

Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 21 Jun 09:51
· 39 commits to master since this release
e9e30ad
  • 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