Skip to content

Commit 5ef04f7

Browse files
committed
Release 2.14 version bump, CHANGELOG and README update
1 parent e476a98 commit 5ef04f7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
v2.1.14 (2026-03-09)
5+
---------------------
6+
1. Added logging of connection options and parameter status messages from the server to help diagnose connection issues and provide visibility into server-side configuration
7+
2. Updated root.crt with the latest CA certificate bundle from curl.se
8+
3. Fixed metadata retrieval to sanitize invalid negative and null values
9+
4. Added Subject Alternative Name (SAN) validation for SSL verify-full mode with Serverless
10+
5. Added support for Identity Enhanced Credentials authentication
11+
412
v2.1.13 (2026-02-12)
513
---------------------
614
1. Improved error handling and SQL state reporting across SQLGetData, SQLPutData, SQLExtendedFetch, and SQLSetCursorName APIs

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Amazon Redshift recommends downloading and using the prebuilt driver installer f
2727
If you choose to build from source, please note that the Redshift ODBC driver does not include pre-built binaries or complementary build script for building driver dependencies.
2828
Building Redshift ODBC driver from source requires pre-built binaries for following dependencies (last tested versions shown):
2929
* OpenSSL 1.1.1x latest version (requires OpenSSL Premium support)
30-
* AWS SDK for CPP (1.11.743)
30+
* AWS SDK for CPP (1.11.763)
3131
* C-ares (1.34.5)
3232
* GoogleTest (1.17.0)
3333
* Curl (Linux only)
@@ -41,7 +41,7 @@ Building Redshift ODBC driver from source requires pre-built binaries for follow
4141
* gcc
4242

4343
#### Windows:
44-
* Wix 3.14
44+
* Wix 6.0.2
4545
* Build Tools for Visual Studio
4646

4747
### Build Steps

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.13 0
1+
2.1.14 0

0 commit comments

Comments
 (0)