Skip to content

Releases: vapor/fluent-postgres-driver

Support `.dictionary(of:)` data type

13 Jun 00:53
2e76609

Choose a tag to compare

Pre-release
This patch was authored and released by @tanner0101.

Updates to .dictionary(of:) data type added in FluentKit 1.0.0-rc.2.7 (#156).

Fix transaction rollback with top-level throw

13 Jun 02:51
a3d6587

Choose a tag to compare

Adds a catchFlatMap to rollback transaction when the transaction closure throws an error (#90, fixes #89).

FluentKit 1.0.0 GM

29 May 21:53
8828d56

Choose a tag to compare

FluentKit 1.0.0 GM Pre-release
Pre-release
This patch was authored and released by @tanner0101.

Updates this package for compatibility with latest version of FluentKit.

PostgresKit 2.0.0 GM

29 Apr 14:05
2df7722

Choose a tag to compare

PostgresKit 2.0.0 GM Pre-release
Pre-release
This patch was authored and released by @tanner0101.

Updates to PostgresKit 2.0.0 official release (#148).

Fix PostgresError conformance to DatabaseError

24 Mar 20:04
a7b7e34

Choose a tag to compare

This patch was authored by @madsodgaard and released by @tanner0101.

Fixes and tests PostgresError's conformance to DatabaseError. This fixes issues like when trying to catch a constraint failure, which previously would always return false (#143).

Release Candidate 1

28 Feb 22:43
36ab616

Choose a tag to compare

Release Candidate 1 Pre-release
Pre-release

Updates to FluentKit Release Candidate 1.

Release candidates represent the final shift toward focusing on bug fixes and documentation. Breaking changes will only be accepted for critical issues. We expect a final release of this package shortly after Swift 5.2's release date.

FluentKit Beta 5

25 Feb 23:00
4265268

Choose a tag to compare

FluentKit Beta 4

15 Feb 22:26
9244cb2

Choose a tag to compare

Support dynamic ID keys

12 Feb 19:38
dc03d7c

Choose a tag to compare

Pre-release

Adds support for dynamic ID keys introduced in vapor/fluent-kit#153 (#137).

Convert Fluent's uint8 type to Postgres "char"

26 Dec 17:20
3b989aa

Choose a tag to compare

Fluent's .uint8 schema data type is now converted to Postgres' 8-bit "char" type.