Vapor: 4.15.0 Release

Release date:
July 10, 2020
Previous version:
4.14.0 (released June 26, 2020)
Magnitude:
55 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 4.15.0

TomShen1234
t-ae

Directory Browser for 4.15.0

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 @TomShen1234 and released by @tanner0101.

RedirectMiddleware now supports a closure with a Request object where you can setup a custom redirect based on the original request. (#2364, fixes #2363)

Authenticatable.redirectMiddleware(makePath: { req in
    "/login?orig=\(req.url.path)"
})