Vapor: 4.65.2 Release

Release date:
September 14, 2022
Previous version:
4.65.1 (released August 18, 2022)
Magnitude:
0 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 4.65.2

MahdiBM
sidepelican
justinmcp
rkreutz

Directory Browser for 4.65.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 @rkreutz and released by @gwynne.

We can update application.storage from within HTTPServer, this way we can keep any changes that happen to the configuration internally up-to-date with the application storage.

This possibly has the least changes and less surface of potential flaws, since we are only adding an extra param and working on top of it. However, now we are setting the application storage from within HTTPServer, there is no issue with that, is just that now we have 2 places changing the storage for the config.

Resolves #2755