Skip to content

PostgresNIO 1.21.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 11 Mar 09:41
· 15 commits to main since this release
6f0fc05

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

  • Improve docs (#461)
  • Package cleanup (#464)