Skip to content

Tags: vapor/postgres-nio

Tags

1.26.2

Toggle 1.26.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove check if TLSConfiguration changed when producing SSLContext (#560

)

1.26.1

Toggle 1.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md to reflect current minimum Swift version (#556)

Update README.md to reflect current Swift minimum

1.26.0

Toggle 1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make SASL really fast (#554)

1.25.0

Toggle 1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve transaction handling (#538)

1.24.0

Toggle 1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Sendable warnings (#536)

1.23.0

Toggle 1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow TLS enabled connections when providing an established channel (#…

…526)

Co-authored-by: Fabian Fett <fabianfett@apple.com>

1.22.1

Toggle 1.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "[Fix] Query Hangs if Connection is Closed (#487)" (#501)

This reverts commit f55caa7.

1.22.0

Toggle 1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change 'unsafeDowncast' to 'as!' (#495)

Motivation:

The 'unsafeDowncast' can cause a miscompile leading to unexpected runtime behaviour.

Modifications:

- Use 'as!' instead

Result:

No miscompiles on 5.10

1.21.6

Toggle 1.21.6's commit message
Change 'unsafeDowncast' to 'as!' (#495)

Motivation:

The 'unsafeDowncast' can cause a miscompile leading to unexpected runtime behaviour.

Modifications:

- Use 'as!' instead

Result:

No miscompiles on 5.10

1.21.5

Toggle 1.21.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix totally unnecessary `preconditionFailure` in `PSQLEventsHandler` (#…

…481)