github aws/amazon-redshift-odbc-driver v2.2.3

7 hours ago
  1. Added UseDeclareFetch connection option (default off; short alias UDF) to enable Declare/Fetch mode, which fetches large forward-only result sets in server-side batches over the Extended Query Protocol to reduce client memory usage.
  2. Added batch metadata retrieval using SHOW commands (SHOW TABLES / SHOW COLUMNS / SHOW GRANTS ON TABLES FROM DATABASE) to improve the performance of the SQLTables, SQLColumns, and SQLTablePrivileges metadata APIs.
  3. Fixed SQLDriverConnect to preserve the full password instead of truncating it to 1024 bytes (so long IAM temporary passwords authenticate correctly) and to omit authentication-resolved credentials from the returned connection string, so resolved identities are no longer echoed back to the application.
  4. Fixed JWT/OAuth authentication to honor the connection-level autocreate setting instead of forcing user auto-creation.
  5. Fixed streaming cursor mode to end the cursor cleanly when an error occurs mid-stream.
  6. Fixed logging to create the configured LogPath directory (including missing parents) rather than silently using a temp path, and to print a diagnostic and disable logging when it can't.

Full Changelog: v2.2.2...v2.2.3

Don't miss a new amazon-redshift-odbc-driver release

NewReleases is sending notifications on new releases.