Vapor: 4.44.2 Release

Release date:
April 28, 2021
Previous version:
4.44.1 (released April 12, 2021)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.44.2

kemchenj

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

Fixes the following warnings now produced by the Swift 5.4 compiler:

warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
public protocol Extendable: class {
                            ^~~~~
                            AnyObject