Releases: vapor/postgres-nio
Releases · vapor/postgres-nio
1.29.0
Semver Minor
- Allow Swift Crypto
3.9.0..<5.0.0
by @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)
TinyFastSequence
logic fixes (#563, patch credit to @MahdiBM)- Fix a
TinyFastSequence
test (#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)
PostgresNIO 1.26.1
PostgresNIO 1.26.0
PostgresNIO 1.25.0
PostgresNIO 1.24.0
PostgresNIO 1.23.0
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)