Vapor: 4.52.2 Release

Release date:
November 11, 2021
Previous version:
4.52.1 (released November 3, 2021)
Magnitude:
8 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.52.2

tonyarnold

Directory Browser for 4.52.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 @tonyarnold and released by @0xTim.

I'm finding that there are a few places where having my tests return an XCTHTTPResponse directly — rather than via a closure — feels more ergonomic in use (especially inline with async/await code).

This PR proposes to add a method that does that.

I'm not sold on the name I've given this method (performTest(…)), so please feel free to suggest alternatives.