Releases: vapor/fluent-postgres-driver
Support `.dictionary(of:)` data type
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
FluentKit 1.0.0 GM
This patch was authored and released by @tanner0101.
Updates this package for compatibility with latest version of FluentKit.
PostgresKit 2.0.0 GM
This patch was authored and released by @tanner0101.
Updates to PostgresKit 2.0.0 official release (#148).
Fix PostgresError conformance to DatabaseError
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
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
FluentKit Beta 4
Support dynamic ID keys
Adds support for dynamic ID keys introduced in vapor/fluent-kit#153 (#137).
Convert Fluent's uint8 type to Postgres "char"
Fluent's .uint8 schema data type is now converted to Postgres' 8-bit "char" type.