Vapor: 4.113.0 Release

Release date:
February 10, 2025
Previous version:
4.112.2 (released February 10, 2025)
Magnitude:
957 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.113.0

0xTim

Directory Browser for 4.113.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

What's Changed

Fix warnings from NIO 2.79.0 by @0xTim in #3285

Fixes a number of Sendable warnings introduced by https://github.com/apple/swift-nio/releases/tag/2.79.0

This also deprecates the main Application.init() API that was blocking on an event loop that has been marked as noasync for a while. Vapor users should migrate to the async APIs.

This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.112.2...4.113.0