Skip to content

Releases: vapor/postgres-kit

PostgreSQL 1.0.0 RC 3.0.1

15 Jun 16:14
Compare
Choose a tag to compare
Pre-release

Fixed:

  • Added missing foreign key actions (#76).
  • Fixed whitespace (#74).

PostgreSQL 1.0.0 RC 3

15 Jun 03:35
Compare
Choose a tag to compare
PostgreSQL 1.0.0 RC 3 Pre-release
Pre-release

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 from FluentPostgreSQL (#72).

Fixed:

  • Lots of bugs.

PostgreSQL 1.0.0 RC 2.2.3

30 May 01:31
a891777
Compare
Choose a tag to compare
Pre-release

Fixed:

  • Fixed an issue where JSON columns would not parse correctly (#66).

PostgreSQL 1.0.0 RC 2.2.2

22 May 07:53
Compare
Choose a tag to compare
Pre-release

Fixed:

  • Invalid numeric value parsing if the fractional part started with zeroes. #68

PostgreSQL 1.0.0 RC 2.2.1

14 May 18:09
4988607
Compare
Choose a tag to compare
Pre-release

Fixed:

  • Removed code execution from calls to assert. (#62, #55)

PostgreSQL 1.0.0 RC 2.2

11 May 00:24
bcbf90c
Compare
Choose a tag to compare
Pre-release

New:

  • Added support for TLS connections! (#50, #51, #57)

Fixed:

  • Now using UInt32 for table OIDs. (#58)

Milestone:
1.0.0-rc.2.2

PostgreSQL 1.0.0 RC 2.1

11 May 00:24
dfc03db
Compare
Choose a tag to compare
Pre-release
Merge pull request #52 from vapor/dbkit-gm

dbkit 1.0.0 gm

PostgreSQL 1.0.0 RC 2.0.3

11 May 00:24
3883464
Compare
Choose a tag to compare
Pre-release
Merge pull request #45 from abbasmousavi/master

digest is depricated, changed to hash

PostgreSQL 1.0.0 RC 2.0.2

23 Mar 21:35
Compare
Choose a tag to compare
Pre-release

PostgreSQL 1.0.0 RC 2.0.1

23 Mar 21:35
Compare
Choose a tag to compare
Pre-release
1.0.0-rc.2.0.1

fix core import