Vapor: 4.93.1 Release

Release date:
April 23, 2024
Previous version:
4.93.0 (released April 21, 2024)
Magnitude:
43 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.93.1

baarde

Directory Browser for 4.93.1

All files are compared to previous version, 4.93.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

Remove HeadResponder by @baarde in #3147

The HEAD method is identical to GET except that the server must not send content in the response (RFC 9110, section 9.3.2).

The previous default behaviour of returning 200 OK to every HEAD request to a constant route is not standard-compliant.

The new behaviour is to always forward the request to the GET route, unless the developer explicitely configured a custom HEAD route.

This PR fixes #2680 and #2749.

New Contributor

  • @baarde made their first contribution in #3147 πŸŽ‰
This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.93.0...4.93.1