Skip to content

PostgresNIO 1.20.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 12 Dec 17:21
· 47 commits to main since this release
fa3137d

SemVer Minor

  • Support additional connection parameters (#361)

SPI(ConnectionPool) changes

  • Add test cancel connection request (#439)
  • Add tests to lease multiple connections at once (#440)
  • Add test to lease connection after shutdown has started (#441)
  • Add support for multiple streams (#442)
  • Fix crash in PoolStateMachine+ConnectionGroup when closing connection while keepAlive is running (#444, patch credit to @lovetodream)