Releases: codewinsdotcom/PostgresClientKit
Releases · codewinsdotcom/PostgresClientKit
v1.1.1
Breaking
Enhancements
Bug fixes
- Correct error handling in establishing SSL/TLS connection (related to #17)
v1.1.0
Breaking
Enhancements
- #16 Allow socket timeout to be set
- #17 Allow SSL configuration to be set
Bug fixes
v1.0.0
Version 1.0.0!
No API changes in this release, though. Just recognizing that PostgresClientKit is ready for production use.
Breaking
Enhancements
- Tested against Swift 5.1
- Tested against iOS 13
- Tested against PostgreSQL 12
Bug fixes
- #13 Errors converting PostgresValue instances to PostgresTime, PostgresTimeWithTimeZone, PostgresTimestamp, PostgresTimestampWithTimeZone
- #15 Issues creating PostgresTimeWithTimeZone and PostgresTimestampWithTimeZone instances from strings using Swift 5.1 on Linux
v0.3.2
Bug fixes
Breaking
Enhancements
Bug fixes
- #10 Intermittent "response truncated" error on SSL connection
v0.3.1
Swift 5.1 compatibility (based on Xcode 11.0 Beta 3)
Breaking
Enhancements
Bug fixes
- #7 Compilation Error on Xcode 11.0 beta 3 (Swift 5.1)
v0.3.0
Connection pool support
Breaking
Enhancements
ConnectionPool
, ConnectionPoolConfiguration
, ConnectionPoolMetrics
Bug fixes
v0.2.0
CocoaPods support.
Breaking
Enhancements
Bug fixes
v0.1.0
Should be ready for production use.
We'll release v1.0.0 in a month, after a little seasoning time.