github vapor/vapor 4.80.0
4.80.0 - Make Storage Sendable

latest releases: 4.106.0, 4.105.2, 4.105.1...
13 months ago

What's Changed

Make Storage Sendable by @0xTim in #3056

Make Vapor’s Storage and Application Sendable. This is a key piece in allowing Request and Response to be Sendable.

Note that types that are stored in Storage should now be Sendable. If you get any warnings, you may need to update your code for this new change.

This patch was released by @0xTim

Full Changelog: 4.79.0...4.80.0

Don't miss a new vapor release

NewReleases is sending notifications on new releases.