Vapor: 4.41.10 Release

Release date:
March 31, 2021
Previous version:
4.41.9 (released March 23, 2021)
Magnitude:
39 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 4.41.10

t-ae
0xTim

Directory Browser for 4.41.10

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 @t-ae and released by @0xTim.

When URLEncodedFormDecoder decodes array[]=a&array[]=&array[]=b&array[]=, empty values are ignored and we get incorrect result ["a", "b"]. After this change the result will be ["a", "", "b", ""].