Releases · codewinsdotcom/PostgresClientKit
v1.5.0
v1.4.4
v1.4.3
Breaking
- None
Enhancements
- None
Bug fixes
- Fix
spec.versioninPostgresClientKit.podspec
v1.4.2
v1.4.1
Breaking
- None
Enhancements
- None
Bug fixes
- #35: SECURITY - PostgresClientKit processes unencrypted bytes from man-in-the-middle
v1.4.0
Breaking
- None
Enhancements
- #31: Allow
TIMEZONEto be set to any valid time zone (overriding GMT/UTC default)
Bug fixes
- None
v1.3.2
Breaking
- None
Enhancements
- None
Bug fixes
- #26: Improve performance of date/time processing, especially conversion from
StringtoDate
v1.3.1
Breaking
- None
Enhancements
- Allow Postgres
DateStyleparameter to beISO, MDY,ISO, DMY, orISO, YMD(#30).
Bug fixes
- None
v1.3.0
v1.2.0
Breaking
- None
Enhancements
-
New
applicationNameproperty onConnectionConfigurationto set the Postgresapplication_nameincluded in thepg_stat_activityview and displayed by pgAdmin (#21) -
New
retrieveColumnMetadataparameter onStatement.execute(...)and newcolumnsproperty onCursorto optionally retrieve metadata about the columns in the result of executing aStatement(#12, #18)
Bug fixes
- None