AWS Security ChangesHomeSearch

AWS redshift documentation change

Service: redshift · 2025-08-10 · Documentation low

File: redshift/latest/mgmt/jdbc20-ini-file.md

Summary

Updated version references from 2.1 to 2.x in documentation about JDBC driver initialization files

Security assessment

The changes are purely version number updates in documentation about configuration files. No security-related configuration changes or vulnerabilities are mentioned in the diff.

Diff

diff --git a/redshift/latest/mgmt/jdbc20-ini-file.md b/redshift/latest/mgmt/jdbc20-ini-file.md
index 31c3f2a1d..23939bc37 100644
--- a//redshift/latest/mgmt/jdbc20-ini-file.md
+++ b//redshift/latest/mgmt/jdbc20-ini-file.md
@@ -7 +7 @@ Amazon Redshift will no longer support the creation of new Python UDFs starting
-# Creating initialization (.ini) files for JDBC driver version 2.1
+# Creating initialization (.ini) files for JDBC driver version 2.x
@@ -9 +9 @@ Amazon Redshift will no longer support the creation of new Python UDFs starting
-By using initialization (.ini) files for Amazon Redshift JDBC driver version 2.1, you can specify system level configuration parameters. For example, federated IdP authentication parameters can vary for each application. The .ini file provides a common location for SQL clients to get the required configuration parameters. 
+By using initialization (.ini) files for Amazon Redshift JDBC driver version 2.x, you can specify system level configuration parameters. For example, federated IdP authentication parameters can vary for each application. The .ini file provides a common location for SQL clients to get the required configuration parameters. 
@@ -11 +11 @@ By using initialization (.ini) files for Amazon Redshift JDBC driver version 2.1
-You can create an JDBC driver version 2.1 initialization (.ini) file that contains configuration options for SQL clients. The default name of the file is `rsjdbc.ini`. The JDBC driver version 2.1 checks for the .ini file in the following locations, listed in order of precedence:
+You can create an JDBC driver version 2.x initialization (.ini) file that contains configuration options for SQL clients. The default name of the file is `rsjdbc.ini`. The JDBC driver version 2.x checks for the .ini file in the following locations, listed in order of precedence:
@@ -48 +48 @@ Following is an example of the .ini file format, with sections for [DRIVER], [DE
-The JDBC driver version 2.1 loads configuration parameters from the following locations, listed in order of precedence:
+The JDBC driver version 2.x loads configuration parameters from the following locations, listed in order of precedence:
@@ -71 +71 @@ Differences between the 2.1 and 1.x versions of the JDBC driver
-Options for JDBC driver version 2.1 configuration
+Options for JDBC driver version 2.x configuration