Skip to content

Commit

Permalink
Updated changelog, readme and version file for ODBC 2.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Kumar committed Dec 24, 2024
1 parent 0b68392 commit ffd6c87
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v2.1.6 (2024-12-23)
---------------------
1. Introduced token caching support for Browser IdC Auth plugin.
2. Updated the logic for retrieving database metadata through the SQLTables() and SQLColumns() API methods.
3. Addressed security issues as detailed in CVE-2024-12746
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.
5. Increased buffer size of MAX_IDEN_LEN to support connection parameter inputs up to 1024 characters.
6. Improved build system, removed prebuilt dependencies and introduced an automated script to build driver dependencies from source.

v2.1.5 (2024-11-21)
---------------------
1. This driver version has been recalled. ODBC Driver version 2.1.4 is recommended for use instead.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Default Installation Directory:
See [Amazon Redshift ODBC Driver Installation and Configuration Guide](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install.html) for more information.

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

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

## Report Bugs

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.5 0
2.1.6 0

0 comments on commit ffd6c87

Please sign in to comment.