Vapor: 4.92.3 Release

Release date:
February 14, 2024
Previous version:
4.92.2 (released February 7, 2024)
Magnitude:
0 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.92.3

0xTim

Directory Browser for 4.92.3

All files are compared to previous version, 4.92.2. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

Fix issue when client disconnects midway through a stream by @0xTim in #3102

Fixes an issue when a client disconnects mid way through streaming a request in a Swift concurrency context. In certain cases this would trigger a de-init off the event loop, leading to a crash.

This fixes the issue by using a lock instead of a loop bound wrapper

Reviewers

Thanks to the reviewers for their help: - @MahdiBM

This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.92.2...4.92.3