Vapor: 4.112.2 Release

Release date:
February 10, 2025
Previous version:
4.112.1 (released February 7, 2025)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 4.112.2

Could not determine top contributors for this release.

Directory Browser for 4.112.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

Android support by @marcprux in #3282

This PR adds experimental support for building and testing on Android. It simply involves adding some conditional imports.

Building is contingent on apple/swift-distributed-tracing#163, apple/swift-http-structured-headers#57, swift-server/async-http-client#799, and apple/swift-nio-extras#244, but if you use local snapshots of those packages, you can build with the Android SDK using:

~/Library/Developer/Toolchains/swift-6.0.3-RELEASE.xctoolchain/usr/bin/swift build --swift-sdk aarch64-unknown-linux-android24 --build-tests
This patch was released by @0xTim

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