Vapor: 4.10.2 Release

Release date:
June 24, 2020
Previous version:
4.10.1 (released June 23, 2020)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.10.2

valeriomazzeo

Directory Browser for 4.10.2

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 @valeriomazzeo and released by @MrLotU.

Remove percent encoding when logging url path (#2399)

The DefaultResponder now removes the percent encoding when logging the url request's path.

Previous log: [ INFO ] GET /users/auth0%7C59abc/

After this change: [ INFO ] GET /users/auth0|59abc/