Vapor: 4.99.2 Release

Release date:
May 12, 2024
Previous version:
4.99.1 (released May 12, 2024)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.99.2

simonjbeaumont

Directory Browser for 4.99.2

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

Support compiling against Musl by @simonjbeaumont in #3188

Vapor already makes some provision for compiling against Musl in the RFC1123 implementation, where Glibc is not assumed and is imported conditionally alongside a conditional import of Musl. However, there are a couple of other places where Glibc is still assumed when compiling for Linux.

This patch replaces these imports with the same #if canImport(...) pattern.

This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.99.1...4.99.2