Vapor: 4.44.0 Release

Release date:
April 12, 2021
Previous version:
4.43.2 (released April 8, 2021)
Magnitude:
109 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.44.0

madsodgaard

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

Adds expiration time functionality to the Cache protocol and the default in-memory cache.

An expiration time can be set on a cache entry like so: swift app.cache.set("username", to: "mads", expiresIn: .seconds(30))