Skip to content

Releases: vapor/fluent-postgres-driver

PostgresKit 2.0.0 GM

29 Apr 14:05
2df7722
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

FluentKit Beta 4

15 Feb 22:26
9244cb2
Compare
Choose a tag to compare

Support dynamic ID keys

12 Feb 19:38
dc03d7c
Compare
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
Compare
Choose a tag to compare

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

FluentPostgresDriver 2.0.0 Beta 2.2

13 Dec 22:13
438031d
Compare
Choose a tag to compare
Pre-release
  • Use JSONB instead of JSON (#131)

FluentPostgresDriver 2.0.0 Beta 2.1

11 Dec 17:28
Compare
Choose a tag to compare
Pre-release
  • Use configured PostgresDataEncoder/Decoder added in latest PostgresKit release (#129)

FluentPostgresDriver 2.0.0 Beta 2

09 Dec 19:26
4a33a0f
Compare
Choose a tag to compare
Pre-release

Update to latest PostgresKit and FluentKit