Skip to content

Commit ffd6c87

Browse files
author
Naveen Kumar
committed
Updated changelog, readme and version file for ODBC 2.1.6 release
1 parent 0b68392 commit ffd6c87

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

4+
v2.1.6 (2024-12-23)
5+
---------------------
6+
1. Introduced token caching support for Browser IdC Auth plugin.
7+
2. Updated the logic for retrieving database metadata through the SQLTables() and SQLColumns() API methods.
8+
3. Addressed security issues as detailed in CVE-2024-12746
9+
4. Fixed an issue where data types returned for the BUFFER_LENGTH, DECIMAL_DIGITS, NUM_PREC_RADIX, and NULLABLE columns= in the SQLColumns ODBC API call result set for external schema did not conform to the ODBC specification.
10+
5. Increased buffer size of MAX_IDEN_LEN to support connection parameter inputs up to 1024 characters.
11+
6. Improved build system, removed prebuilt dependencies and introduced an automated script to build driver dependencies from source.
12+
413
v2.1.5 (2024-11-21)
514
---------------------
615
1. This driver version has been recalled. ODBC Driver version 2.1.4 is recommended for use instead.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Default Installation Directory:
5050
See [Amazon Redshift ODBC Driver Installation and Configuration Guide](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install.html) for more information.
5151

5252
Here are download links for the latest release:
53-
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.1.4.0/AmazonRedshiftODBC64-2.1.4.0.msi (For Windows)
54-
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.1.4.0/AmazonRedshiftODBC-64-bit-2.1.4.0.x86_64.rpm (For Linux)
53+
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.1.6.0/AmazonRedshiftODBC64-2.1.6.0.msi (For Windows)
54+
* https://s3.amazonaws.com/redshift-downloads/drivers/odbc/2.1.6.0/AmazonRedshiftODBC-64-bit-2.1.6.0.x86_64.rpm (For Linux)
5555

56-
⚠️ ODBC Driver version 2.1.5 has been recalled. ODBC Driver version 2.1.4 is recommended for use instead.
56+
⚠️ ODBC Driver version 2.1.5 has been recalled. ODBC Driver version 2.1.6 is recommended for use instead.
5757

5858
## Report Bugs
5959

version.txt

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

0 commit comments

Comments
 (0)