Vapor: 4.92.4 Release

Release date:
February 20, 2024
Previous version:
4.92.3 (released February 14, 2024)
Magnitude:
139 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.92.4

dimitribouniol

Directory Browser for 4.92.4

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

Loading File Browser...

Release Notes Published

What's Changed

Allow HTTPServer's configuration to be dynamically updatable by @dimitribouniol in #3132

This allows many aspects of the HTTP server configuration to be changed after the server starts without needing to stop and restart it, or drop existing connections in the process.

Some things that can now be re-configured include request/response configuration options, HTTP version support, HTTP pipelining, TLS configuration (ie. enabling/disabling, rotating certificates, etc…), server name, metrics reporting, the logger, and the shutdown timer.

Fixes #3130.

New Contributor

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

Full Changelog: https://github.com/vapor/vapor/compare/4.92.3...4.92.4