Skip to content

PostgresNIO 1.13.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 13 Mar 16:39
· 145 commits to main since this release
5d93f3e

SemVer Minor

  • Add new protocol PostgresNonThrowingEncodable (#322)
  • PostgresQuery and PostgresBindings should be Sendable (#328)
  • Make Decodable autoconformance to PostgresDecodable public (#331 by @jtouzy)

SemVer Patch

  • Use NIOFoundationCompat for UUID <-> ByteBuffer (#319)
  • PostgresCodable should be a typealias (#321)
  • Fix en- and decoding of NULL values in arrays (#324 by @ehpi)

Other Changes

  • Update SPI info to point to our hosted docs (#325)
  • Update API Docs Workflow (#329)

New Contributors

Full Changelog: 1.12.1...1.13.0