Skip to content

Tags: vapor/postgres-nio

Tags

1.25.0

Verified

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

1.24.0

Verified

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

1.23.0

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

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

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

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

Verified

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

…481)

1.21.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix crash when recreating minimal connections (#480)

1.21.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Workaround DiscardingTaskGroup non-conformance with nightly compilers (

…#478)

1.21.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] Update code coverage action, attempt fix for Homebrew nonsense (#…

…476)