PostgresNIO 1.22.0
SemVer Minor
- Drop support for Swift 5.7 (#485)
SemVer Patch
- [Fix] Query Hangs if Connection is Closed (#487, patch credit to @MahdiBM)
- Enable StrictConcurrency checking (#483)
- Update ServiceLifecycle to 2.5.0 (#484)
- Explicitly mark the AsyncSequence iterators as non Sendable (#490)
- Change 'unsafeDowncast' to 'as!' (#495)
Other Changes
- [CI] Use Ubuntu 24.04 image, more code coverage, disable CodeQL completely (#482)