Skip to content

PostgresNIO 1.22.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 25 Jul 10:11
· 3 commits to main since this release
d18b137

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)