Skip to content

Releases: codewinsdotcom/PostgresClientKit

v1.1.1

27 Dec 18:16
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug fixes

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

v1.1.0

26 Dec 21:03
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

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

Bug fixes

  • None

v1.0.0

04 Oct 23:45
Compare
Choose a tag to compare

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

25 Jul 20:00
Compare
Choose a tag to compare

Bug fixes

Breaking

  • None

Enhancements

  • None

Bug fixes

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

v0.3.1

16 Jul 03:47
Compare
Choose a tag to compare

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

24 May 15:25
Compare
Choose a tag to compare

Connection pool support

Breaking

  • None

Enhancements

  • ConnectionPool, ConnectionPoolConfiguration, ConnectionPoolMetrics

Bug fixes

  • None

v0.2.0

01 May 16:34
Compare
Choose a tag to compare

CocoaPods support.

Breaking

  • None

Enhancements

  • CocoaPods support

Bug fixes

  • None

v0.1.0

29 Apr 21:19
Compare
Choose a tag to compare

Should be ready for production use.

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