Skip to content

Releases: vapor/postgres-kit

PostgreSQL 1.0.0 RC 4.2

22 Jun 22:23

Choose a tag to compare

Pre-release

New:

  • New methods for creating and dropping indexes (#84).
conn.create(index: "test_idx", on: \Planet.name).unique.run()
conn.drop(index: "test_idx").run()

Fixed:

  • Upsert clause now correctly allows columns to be passed through (#81).

PostgreSQL 1.0.0 RC 4.1

21 Jun 22:53

Choose a tag to compare

Pre-release

Fixed:

  • UInt8 and Int8 now default to using SMALLINT data type (#82).

PostgreSQL 1.0.0 RC 4

19 Jun 23:07
d67f6a5

Choose a tag to compare

PostgreSQL 1.0.0 RC 4 Pre-release
Pre-release

New:

  • Upgrade to vapor/sql 2.0 protocols.

PostgreSQL 1.0.0 RC 3.0.1

15 Jun 16:14

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

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

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

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

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

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

Choose a tag to compare

Pre-release
Merge pull request #52 from vapor/dbkit-gm

dbkit 1.0.0 gm