Skip to content

PostgresNIO 1.23.0

Latest
Compare
Choose a tag to compare
@fabianfett fabianfett released this 10 Dec 09:55
fd0e415

SemVer Minor

  • Allow bindings with optional values in PostgresBindings (#520, patch credit to @rgcottrell)
  • Allow TLS enabled connections when providing an established channel (#526, #527, patch credit to @tkrajacic)
  • Drop Swift 5.8 support and update CI (#515, #516)
  • Support additionalStartupParameters in PostgresClient (#521)

SemVer Patch

  • Handle EmptyQueryResponse (#500, patch credit to @MahdiBM)
  • Fix cross-compilation to the static Linux SDK (#510, patch credit to @leinelissen)

Other Changes