Releases: Kitura/Swift-Kuery-PostgreSQL
Releases · Kitura/Swift-Kuery-PostgreSQL
Fix dependency issues
Community release
Updates package references and version dependencies for community Kitura project
2.1.1
2.1.0
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
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
- 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
1.1.4
1.1.3
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"