Vapor: 4.27.0 Release

Release date:
July 22, 2020
Previous version:
4.26.2 (released July 21, 2020)
Magnitude:
106 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.27.0

3a4oT

Directory Browser for 4.27.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 @3a4oT and released by @tanner0101.

Adds .running(hostname: String, port: Int) method to allow configure testable application hostname (#2448).


try app.testable(method: .running(hostname: "127.0.0.1", port: 8080))