Skip to content

Releases: vapor-community/postgresql-provider

PostgreSQL Provider 1.1.2

16 Jan 17:27
cea85d6
Compare
Choose a tag to compare

Changes:

  • The package now explicitly depends on vapor-community/postgresql-driver to support successful builds in the future, no matter how Vapor repos are renamed.

PostgreSQLProvider 2.1

28 Sep 10:16
Compare
Choose a tag to compare

New:

-Swift 4 support.

PostgreSQL Provider 2.0.0

18 May 00:22
Compare
Choose a tag to compare

Changes:

  • Compatibility for Vapor 2.0

Vapor PostgreSQL Provider 2.0.0 Beta 1

16 May 23:15
Compare
Choose a tag to compare
Pre-release

Changes:

  • Updates for Vapor 2 compatibility
  • Follows file structure of MySQL library

Vapor PostgreSQL Provider 1.1

30 Nov 13:45
Compare
Choose a tag to compare

New:

  • Updated to new Provider syntax
  • Vapor 1.1

Vapor PostgreSQL Provider 1.0

05 Oct 15:24
Compare
Choose a tag to compare

Changes

  • Added simple tests for parsing of configuration parameters
  • Updates to conform to Provider protocol