Releases: vapor/postgres-nio
Releases · vapor/postgres-nio
PostgresNIO 1.22.1
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)
PostgresNIO 1.21.6
SemVer Patch
- Change 'unsafeDowncast' to 'as!' (#495)
PostgresNIO 1.21.5
SemVer Patch
- Fix totally unnecessary
preconditionFailure
inPSQLEventsHandler
(#481)
PostgresNIO 1.21.4
SemVer Patch
- Fix crash when recreating minimal connections (#480)
PostgresNIO 1.21.3
SemVer Patch
- Workaround DiscardingTaskGroup non-conformance with nightly compilers (#478)
PostgresNIO 1.21.2
PostgresNIO 1.21.1
SemVer Patch
- Fixes
LISTEN
to quote channel name (#466, patch credit to @NeedleInAJayStack)
Other Changes
- Fix broken link in README.md (#467, patch credit to @jiahan-wu)
PostgresNIO 1.21.0
SemVer Minor
- Fix Swift 5.10 warnings (#454)
- Fix prepared statements that bind values (#455)
- Run queries directly on
PostgresClient
(#456) PostgresClient
implements ServiceLifecycle's Service (#457)- Adds prepared statement support to
PostgresClient
(#459) - Make
PostgresClient
API (#460) - Fix multiple array type mapping mistakes and add missing date and time array types (#463)
SemVer Patch
- Fix
reverseChunked(by:)
Method Implementation (#465, patch credit to @jiahan-wu)
Other Changes
PostgresNIO 1.20.2
SemVer Patch
- Be resilient about a read after connection closed (#452)