Releases: vapor/postgres-kit
Releases · vapor/postgres-kit
PostgreSQL 1.0.0 RC 3.0.1
PostgreSQL 1.0.0 RC 3
New:
- Packet decoders and encoders have been optimized to parse and serialize directly into byte buffers (#72).
- Encoders / decoders have been improved to better support nested data structures (#72).
- New
PostgreSQLQuery
type allows for type-safe construction and serialization of Postgres-specific SQL queries (more information on this soon) (#72). - Added support for Unix domain sockets (#72).
- Moved
TableNameCache
here fromFluentPostgreSQL
(#72).
Fixed:
- Lots of bugs.
PostgreSQL 1.0.0 RC 2.2.3
Fixed:
- Fixed an issue where JSON columns would not parse correctly (#66).
PostgreSQL 1.0.0 RC 2.2.2
Fixed:
- Invalid numeric value parsing if the fractional part started with zeroes. #68
PostgreSQL 1.0.0 RC 2.2.1
PostgreSQL 1.0.0 RC 2.2
PostgreSQL 1.0.0 RC 2.1
Merge pull request #52 from vapor/dbkit-gm dbkit 1.0.0 gm
PostgreSQL 1.0.0 RC 2.0.3
Merge pull request #45 from abbasmousavi/master digest is depricated, changed to hash
PostgreSQL 1.0.0 RC 2.0.2
Fixed:
- Updated to Crypto RC 3
API Docs:
https://api.vapor.codes/postgresql/1.0.0-rc.2.0.2/PostgreSQL/
PostgreSQL 1.0.0 RC 2.0.1
1.0.0-rc.2.0.1 fix core import