Releases: vapor/postgres-kit
Releases · vapor/postgres-kit
PostgreSQL 1.1.0
Merge pull request #89 from vapor/refresh-table-names allow table name refresh
PostgreSQL 1.0.2
Fixed:
- Adds support for decoding integers from numeric data. (#102)
PostgreSQL 1.0.1
- Fixes OID decoding as UInt32 where Int32 didn’t have sufficient space for some values
PostgreSQL 1.0.0
PostgreSQL 1.0 is here 🎉
🐘 Non-blocking, event-driven Swift client for PostgreSQL.
Docs:
docs.vapor.codes/3.0/postgresql/getting-started
API Docs:
api.vapor.codes/postgresql/latest/PostgreSQL
Changes since last RC:
Fixed:
- Updated doc blocks and made some unnecessary APIs internal (#94).
PostgreSQL 1.0.0 RC 4.4
PostgreSQL 1.0.0 RC 4.3
New:
- Added support for
DROP COLUMN
andDROP CONSTRAINT
(#88).
PostgreSQL 1.0.0 RC 4.2.1
Fixed:
- Fixes an issue that caused arrays with non-primitive types to serialize incorrect (#86).
- Fixes an issue that caused upsert clauses to incorrectly serialize table names.
PostgreSQL 1.0.0 RC 4.2
PostgreSQL 1.0.0 RC 4.1
Fixed:
UInt8
andInt8
now default to usingSMALLINT
data type (#82).
PostgreSQL 1.0.0 RC 4
New:
- Upgrade to
vapor/sql
2.0 protocols.