Skip to content

Releases: codewinsdotcom/PostgresClientKit

v1.5.0

30 Aug 20:30
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • #39 Support for Decodable: see Row.decodeByColumnName(_:defaultTimeZone:) and Row.decodeByColumnIndex(_:defaultTimeZone:) (thanks to @khanlou for the idea and initial code)

Bug fixes

  • #44: Don't buffer log output

v1.4.4

23 Jul 19:08
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug fixes

  • #42 : Incompatible with swift-argument-parser v1.0.0+
  • #43: Replace references to IBM-Swift with Kitura

v1.4.3

19 Mar 00:01
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug fixes

  • Fix spec.version in PostgresClientKit.podspec

v1.4.2

18 Mar 23:48
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug fixes

  • #38: Dependency warnings on build

v1.4.1

11 Nov 16:54
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug fixes

  • #35: SECURITY - PostgresClientKit processes unencrypted bytes from man-in-the-middle

v1.4.0

03 Apr 16:12
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • #31: Allow TIMEZONE to be set to any valid time zone (overriding GMT/UTC default)

Bug fixes

  • None

v1.3.2

23 Feb 20:21
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • None

Bug fixes

  • #26: Improve performance of date/time processing, especially conversion from String to Date

v1.3.1

13 Nov 22:51
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Allow Postgres DateStyle parameter to be ISO, MDY, ISO, DMY, or ISO, YMD (#30).

Bug fixes

  • None

v1.3.0

24 Jul 22:25
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • Support for SCRAM-SHA-256 authentication (#5 )

Bug fixes

  • None

v1.2.0

29 May 14:47
Compare
Choose a tag to compare

Breaking

  • None

Enhancements

  • New applicationName property on ConnectionConfiguration to set the Postgres application_name included in the pg_stat_activity view and displayed by pgAdmin (#21)

  • New retrieveColumnMetadata parameter on Statement.execute(...) and new columns property on Cursor to optionally retrieve metadata about the columns in the result of executing a Statement (#12, #18)

Bug fixes

  • None