Releases: vapor/postgres-nio
Releases · vapor/postgres-nio
1.30.1
SemVer Patch
- Fix crash where backoff timer triggers during running state (#617, patch credit to @adam-fowler)
Full Changelog: 1.30.0...1.30.1
1.30.0
SemVer Minor
- Implement
COPY … FROM STDINqueries (#566, #614, patch credit to @ahoppen) - Adopt
NonisolatedNonsendingByDefault(#604) - Add connectionCreationFailing and circuitBreak states to ConnectionPool (#610, #612, #615, patch credit to @adam-fowler)
SemVer Patch
- Fix decoding of very small Decimal values from NUMERIC data (#603)
- Ensure
ConnectionPool.triggerForceShutdown()works and that it doesn't shutdown until all connections are closed (#607, #608, patch credit to @adam-fowler) - Bugfix: Closing PostgreSQL connection deadlocks listen(_:) (#600, #616)
Other changes
- add postgres v18 for test by @zunda-pixel in #597
Full Changelog: 1.29.0...1.30.0
1.29.0
Semver Minor
- Allow Swift Crypto
3.9.0..<5.0.0by @zunda-pixel in #592
Full Changelog: 1.28.0...1.29.0
PostgresNIO 1.28.0
PostgresNIO 1.27.0
SemVer Minor
- Log connection failed events at info level (#575, patch credit to @bauer-andreas)
SemVer Patch
- updating error type to use computed properties (#559, patch credit to @heckj)
TinyFastSequencelogic fixes (#563, patch credit to @MahdiBM)- Fix a
TinyFastSequencetest (#564, patch credit to @MahdiBM) - Fix: Correctly decode jsonb to String by stripping version byte (#568, patch credit to @nikodittmar)
- Add message types to support COPY operations (#569, patch credit to @ahoppen)
- Use ConnectionLease to return connection (#571)
PostgresNIO 1.26.2
SemVer Patch
- Remove check if TLSConfiguration changed when producing SSLContext (#560, patch credit to @bauer-andreas)
Other Changes
- Use psql-13 in integration tests (#557)