AWS redshift documentation change
Summary
Added changelog reference and expanded documentation structure with topic links
Security assessment
Structural documentation improvements without security-specific content. Changelog reference doesn't explicitly mention security fixes in the diff context.
Diff
diff --git a/redshift/latest/mgmt/jdbc20-install.md b/redshift/latest/mgmt/jdbc20-install.md index 3b583805e..661002dae 100644 --- a//redshift/latest/mgmt/jdbc20-install.md +++ b//redshift/latest/mgmt/jdbc20-install.md @@ -8,0 +9,2 @@ You can use a JDBC driver version 2.1 connection to connect to your Amazon Redsh +For the latest information about JDBC driver changes, see the [change log](https://github.com/aws/amazon-redshift-jdbc-driver/blob/master/CHANGELOG.md). + @@ -14,0 +17,31 @@ Property | Description +###### Topics + + * [Download the Amazon Redshift JDBC driver, version 2.1](./jdbc20-download-driver.html) + + * [Installing the Amazon Redshift JDBC driver, version 2.1](./jdbc20-install-driver.html) + + * [Getting the JDBC URL](./jdbc20-obtain-url.html) + + * [Building the connection URL](./jdbc20-build-connection-url.html) + + * [Configuring a JDBC connection with Apache Maven](./configure-jdbc20-connection-with-maven.html) + + * [Configuring authentication and SSL](./jdbc20-configure-authentication-ssl.html) + + * [Configuring logging](./jdbc20-configuring-logging.html) + + * [ Data type conversions](./jdbc20-data-type-mapping.html) + + * [Using prepared statement support](./jdbc20-prepared-statement-support.html) + + * [Differences between the 2.1 and 1.x versions of the JDBC driver](./jdbc20-jdbc10-driver-differences.html) + + * [Creating initialization (.ini) files for JDBC driver version 2.1](./jdbc20-ini-file.html) + + * [Options for JDBC driver version 2.1 configuration](./jdbc20-configuration-options.html) + + * [Previous versions of JDBC driver version 2.1 ](./jdbc20-previous-driver-version-20.html) + + + +