Vapor: 4.72.0 Release

Release date:
March 8, 2023
Previous version:
4.71.1 (released March 7, 2023)
Magnitude:
127 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 4.72.0

NeedleInAJayStack
0xTim

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

Adds support for a 308 redirect to support POST method redirection. This is important because not all user-agents preserve the method and body through a 301 redirect: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/301

redirect(to:type:) is now deprecated in favour of redirect(to:redirectType:)