Skip to content

Commit 090813a

Browse files
author
Naveen Kumar
committed
Updated Changelog for v2.1.2
1 parent a8e1322 commit 090813a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Changelog
22
=========
3+
4+
v2.1.2 (2024-06-05)
5+
---------------------
6+
1. Upgraded the deprecated minimum TLS functions in OpenSSL to more versatile TLS methods that can support multiple TLS protocol versions.
7+
2. Updated the default minimum TLS version to the more secure and faster TLS 1.2, changed from the previous default of TLS 1.0.
8+
3. Added new options in the Windows ODBC DSN GUI to allow setting the minimum TLS version to any supported version.
9+
4. Fixed a bug where the user option to provide the database username in the connection string was not working when connecting to Redshift using a database username and password.
10+
5. Fixed an issue with querying large geometry data type using SQLGetData.
11+
6. Fixed an issue in SQLFetch function where query buffer offset was not being reset properly, causing function execution to hang.
12+
7. Fixed issues in unicode conversion utility methods used internally. Updated calls to these conversion methods in the SQLForeignKeysW, SQLPrimaryKeysW, SQLColumnsW and SQLDriverConnectW APIs.
13+
8. Added missing OID mapping for Redshift Text data type.
14+
9. Added missing invalid SQL type validation in SQLBindParameter API.
15+
10. Fixed bug where databaseMetadataCurrentDbOnly flag was not using its default value when it is not included in DSN in Linux.
16+
11. Updated catalog filter to use LIKE instead of = to allow filter patterns with '%' in catalog name in ODBC metadata APIs like SQLTables.
17+
12. Fixed a bug where datatype of DECIMAL_DIGITS, NUM_PREC_RADIX, and NULLABLE columns in SQLColumns API result set were not following ODBC specification. This can impact behavior on some clients and tools.
18+
319
v2.1.1 (2024-04-01)
420
---------------------
521
1. Corrected the data type of the bind offset pointer to SQLLEN from long for the plBindOffsetPtr variable in RS_DESC_HEADER to ensure compatibility

version.txt

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

0 commit comments

Comments
 (0)