Vapor: 4.44.1 Release

Release date:
April 12, 2021
Previous version:
4.44.0 (released April 12, 2021)
Magnitude:
67 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.44.1

schwmi

Directory Browser for 4.44.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This patch was authored by @schwmi and released by @0xTim.

Fixes an issue when parsing complex Accept headers, e.g. text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 The accept header should now be correctly parsed and all accepted types available. Also fixes an issue in HTTPMediaTypePreference when comparing two media types. (#2603)

Fixes #2283