Releases: vapor/fluent-postgres-driver
Releases · vapor/fluent-postgres-driver
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.
FluentPostgresDriver 2.0.0 Beta 2.2
- Use
JSONB
instead ofJSON
(#131)
FluentPostgresDriver 2.0.0 Beta 2.1
- Use configured
PostgresDataEncoder/Decoder
added in latest PostgresKit release (#129)
FluentPostgresDriver 2.0.0 Beta 2
Update to latest PostgresKit and FluentKit