Vapor: 4.85.1 Release

Release date:
November 2, 2023
Previous version:
4.85.0 (released November 1, 2023)
Magnitude:
38 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 4.85.1

0xTim
gwynne

Directory Browser for 4.85.1

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

Remove Sendable requirements on Authenticatable by @0xTim in #3095

Removes the requirement for Authenticatable types to be Sendable which was causing issues with Fluent models (and any reference types) and wasn’t solvable in a non-breaking way.

This uses an unsafe box to wrap the Authenticatable types which removes compiler checking on usage of the box but should not be an issue due to the way Vapor’s auth is implemented

This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.85.0...4.85.1