Release v5.1.0
- Validation:
- Configuration: added a
Required
flag for entries to preventnil
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
- @saltyFamiliar made their first contribution in #207
- @bangadam made their first contribution in #209
- @BowlOfSoup made their first contribution in #211
Full Changelog: v5.0.1...v5.1.0