AWS Security ChangesHomeSearch

AWS athena documentation change

Service: athena · 2025-06-19 · Documentation low

File: athena/latest/ug/odbc-v2-driver-release-notes.md

Summary

Added release notes for version 2.0.4.0 including proxy configuration fixes and library updates

Security assessment

Changes describe general driver improvements and bug fixes. No explicit security vulnerabilities or security feature additions are mentioned in the release notes.

Diff

diff --git a/athena/latest/ug/odbc-v2-driver-release-notes.md b/athena/latest/ug/odbc-v2-driver-release-notes.md
index 25e6da34f..e1a485604 100644
--- a//athena/latest/ug/odbc-v2-driver-release-notes.md
+++ b//athena/latest/ug/odbc-v2-driver-release-notes.md
@@ -5 +5 @@
-2.0.3.02.0.2.22.0.2.12.0.2.02.0.1.12.0.1.0
+2.0.4.02.0.3.02.0.2.22.0.2.12.0.2.02.0.1.12.0.1.0
@@ -10,0 +11,30 @@ These release notes provide details of enhancements, features, known issues, and
+## 2.0.4.0
+
+Released 2025-06-17
+
+The Amazon Athena ODBC v2.0.4.0 driver contains the following improvements and fixes.
+
+### Improvements
+
+  * **Result Fetcher** – The driver now automatically selects the method to download query results. This removes the need to manually configure the fetcher in most situations. For more information, see [Result fetcher](./odbc-v2-driver-advanced-options.html#odbc-v2-driver-advanced-options-result-fetcher).
+
+  * Curl Library has been updated to 8.12.1.
+
+
+
+
+### Fixes
+
+  * Fixed proxy configuration for IAM profile when connecting to STS. The fix allows IAM Profile to be used for successful authentication.
+
+  * Read all additional configuration options for IAM profile with authentication plugins. This includes `UseProxyForIdP`, `SSL_Insecure`, `LakeformationEnabled`, and `LoginToRP` to resolve misconfigurations for the affected plugins.
+
+  * Fixed round function by allowing it to take in an optional 2nd parameter. It successfully processes queries containing the escape syntax.
+
+  * Fixed column size for `TIME WITH TIME ZONE` and `TIMESTAMP WITH TIME ZONE` data types. Values with timestamp and timezone data type will not get truncated.
+
+
+
+
+To download the new ODBC v2 driver, see [ODBC 2.x driver download](./odbc-v2-driver.html#odbc-v2-driver-download). For connection information, see [Amazon Athena ODBC 2.x](./odbc-v2-driver.html).
+