Skip to content

Tags: NeedleInAJayStack/postgres-nio

Tags

1.14.3-a

Toggle 1.14.3-a's commit message

1.14.2-a

Toggle 1.14.2-a's commit message

1.14.2

Toggle 1.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request from GHSA-9cfh-vx93-84vv

* Ensure empty incoming buffer when TLS negotiation starts

* cleanup

* Use real nio version

1.14.1

Toggle 1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix row stream cancel/error behavior (vapor#353)

1.14.0

Toggle 1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for UDS and existing Channels (vapor#335)

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make Decodable autoconformance to PostgresDecodable public (vapor#331)

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use NIOThrowingAsyncSequenceProducer (vapor#317)

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add docs outlining changes we made to `PostgresRow/column(name:)` (va…

…por#312)

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace Lock with new NIOLock (vapor#305)

SwiftNIO `2.42.0` has deprecated `Lock` and replaced it with a new `NIOLock`. This commit removes all uses of `Lock` and replaces them with `NIOLock`. Further, require new package versions.

1.11.0

Toggle 1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make backend key data optional (vapor#296)