Skip to content

Releases: vapor/postgres-nio

PostgresNIO 1.21.5

13 Jun 16:54
5c26876
Compare
Choose a tag to compare

SemVer Patch

  • Fix totally unnecessary preconditionFailure in PSQLEventsHandler (#481)

PostgresNIO 1.21.4

30 May 12:11
ee669e9
Compare
Choose a tag to compare

SemVer Patch

  • Fix crash when recreating minimal connections (#480)

PostgresNIO 1.21.3

29 May 14:51
d379584
Compare
Choose a tag to compare

SemVer Patch

  • Workaround DiscardingTaskGroup non-conformance with nightly compilers (#478)

PostgresNIO 1.21.2

28 May 09:19
e62cc88
Compare
Choose a tag to compare

SemVer Patch

  • Actually use additional parameters (#473, patch credit to @MahdiBM)
  • Make TLS.disable a let instead of a var (#471)

Other Changes

  • [CI] Update code coverage action, attempt fix for Homebrew nonsense (#476)

PostgresNIO 1.21.1

26 Mar 15:46
e345cbb
Compare
Choose a tag to compare

SemVer Patch

Other Changes

PostgresNIO 1.21.0

11 Mar 09:41
6f0fc05
Compare
Choose a tag to compare

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)

PostgresNIO 1.20.2

31 Jan 15:25
69ccfdf
Compare
Choose a tag to compare

SemVer Patch

  • Be resilient about a read after connection closed (#452)

PostgresNIO 1.20.1

30 Jan 14:30
e9b90b2
Compare
Choose a tag to compare

SemVer Patch

  • Add Sendable conformance to PostgresEncodingContext (#450)
  • Fix mishandling of SASL attribute parsing (#451)

SPI(ConnectionPool) changes

  • Fixes an availability issue for DiscardingTaskGroup on watchOS (#448, patch credit to @lovetodream)

PostgresNIO 1.20.0

12 Dec 17:21
fa3137d
Compare
Choose a tag to compare

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)

PostgresNIO 1.19.1

10 Nov 18:19
036931d
Compare
Choose a tag to compare

SPI(ConnectionPool) changes

  • Fixes Crash in ConnectionPoolStateMachine (#438)

Other Changes

  • Update README.md (#434)