Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Releases: codewinsdotcom/PostgresClientKit

v1.1.1

Choose a tag to compare

@pitfield pitfield released this 27 Dec 18:16

Breaking

  • None

Enhancements

  • None

Bug fixes

  • Correct error handling in establishing SSL/TLS connection (related to #17)

v1.1.0

Choose a tag to compare

@pitfield pitfield released this 26 Dec 21:03

Breaking

  • None

Enhancements

  • #16 Allow socket timeout to be set
  • #17 Allow SSL configuration to be set

Bug fixes

  • None

v1.0.0

Choose a tag to compare

@pitfield pitfield released this 04 Oct 23:45

Version 1.0.0!

No API changes in this release, though. Just recognizing that PostgresClientKit is ready for production use.

Breaking

  • None

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

Choose a tag to compare

@pitfield pitfield released this 25 Jul 20:00

Bug fixes

Breaking

  • None

Enhancements

  • None

Bug fixes

  • #10 Intermittent "response truncated" error on SSL connection

v0.3.1

Choose a tag to compare

@pitfield pitfield released this 16 Jul 03:47

Swift 5.1 compatibility (based on Xcode 11.0 Beta 3)

Breaking

  • None

Enhancements

  • None

Bug fixes

  • #7 Compilation Error on Xcode 11.0 beta 3 (Swift 5.1)

v0.3.0

Choose a tag to compare

@pitfield pitfield released this 24 May 15:25

Connection pool support

Breaking

  • None

Enhancements

  • ConnectionPool, ConnectionPoolConfiguration, ConnectionPoolMetrics

Bug fixes

  • None

v0.2.0

Choose a tag to compare

@pitfield pitfield released this 01 May 16:34

CocoaPods support.

Breaking

  • None

Enhancements

  • CocoaPods support

Bug fixes

  • None

v0.1.0

Choose a tag to compare

@pitfield pitfield released this 29 Apr 21:19

Should be ready for production use.

We'll release v1.0.0 in a month, after a little seasoning time.