Skip to content

Releases: Kitura/Swift-Kuery-PostgreSQL

Fix dependency issues

17 Dec 18:10
Compare
Choose a tag to compare

Swift 5.1 is minimum supported in CI. This package still compiles with Swift 5.0

Community release

22 Apr 12:16
08db787
Compare
Choose a tag to compare

Updates package references and version dependencies for community Kitura project

2.1.1

10 Apr 16:34
Compare
Choose a tag to compare

Support Swift 5

2.1.0

24 Dec 10:39
d4d8be1
Compare
Choose a tag to compare

This release includes:

  • A fix that ensures string parameters passed to the database are in the ocrrect format and terminated correctly
  • A fix to release internal prepared statements preventing a memory leak
  • A fix to ensure that database connections are closed if not done so explicitly.

2.0.0

18 Dec 17:02
Compare
Choose a tag to compare

Swift-Kuery-PostgreSQL 2.0.0 includes the following updates:

  • Conformance to Swift-Kuery 3.0 protocols
  • Asynchronous API behavior
  • Bug fixes (See commit history)

The release contains breaking API and behavior changes.

For further details please see the Swift-Kuery MigrationGuide

1.2.0

04 Jun 15:29
3892fee
Compare
Choose a tag to compare
  • Handle Mixed Casing
  • Update Swift-Kuery to 2.0.0

Notes

The upgrade to Swift-Kuery 2.0.0 introduces a behavior change within the postgreSQL plugin regarding mixed case identifiers. Please see the Swift-Kuery 2.0.0 release notes for further detail.

1.1.5

20 Apr 10:30
Compare
Choose a tag to compare
  • Add UUID case to QueryBuilder

1.1.4

18 Apr 09:15
Compare
Choose a tag to compare
  • Fix the isConnected property to check the PQstatus of the underlying connection (#49)

1.1.3

28 Mar 08:27
bb8d0d2
Compare
Choose a tag to compare

relaxed the check for creating a connection from a URL so that when it looks for "Postgres" for the scheme it is not case sensitive and will accept "postgres"

1.1.2

14 Mar 17:08
Compare
Choose a tag to compare
  • fix: Return id AS id (#43)
  • fixed a memory leak caused by PQprepare (#40)
  • Permit reuse of connection within result callback (#45)