============================================================================== Simba Amazon Athena JDBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Amazon Athena JDBC Connector 2.2.2, as well as the the version history. 2.2.2 ======================================================================== Released 2025-08-04 Enhancements and New Features * Updated third-party libraries The connector now uses the following libraries: - commons_codec_v 1.18.0 (previously 1.15) - commons_csv_v 1.14.0 (previously 1.8) - commons_logging_v 1.3.5 (previously 1.2) Resolved Issues The following issue has been resolved in Simba Amazon Athena JDBC Connector 2.2.2. * [AJ-628] The connector returns an error when a null value is passed to the loginToRp parameter during ADFS authentication. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 2.0.31 ----------------------------------------------------------------------- * Removed support for JDBC API Beginning with this release, the connector no longer supports JDBC API version 4.1 (Java 7). For a list of supported JDBC versions, see the Installation and Configuration Guide. * [AJ-461] Downgraded third-party libraries For JDBC 4.1 (Java 7), the connector now uses the following libraries: - Log4j-api 2.12.1 (previously 2.17.1) - Log4j-core 2.12.1 (previously 2.17.1) - Log4j-jcl 2.12.1 (previously 2.17.2) - jackson-annotations 2.12.1 (previously 2.13.2) - jackson-core 2.12.1 (previously 2.13.2) - jackson-databind 2.12.1 (previously 2.13.2.2) - jackson-dataformat-cbor 2.12.1 (previously 2.13.2) 2.0.26 ----------------------------------------------------------------------- * Updated class path The com.amazonaws class path has been changed to com.simba.athena.amazonaws. For more information, see the Installation and Configuration Guide. 2.0.25 ----------------------------------------------------------------------- * Updated class path The com.simba.athena.amazonaws class path has been changed to com.amazonaws. For more information, see the Installation and Configuration Guide. 2.0.23 ----------------------------------------------------------------------- * [AJ-392] Updated Workgroup property The default value for the Workgroup property has been changed to primary. Previously, the default value was null. For more information, see the Installation and Configuration Guide. 2.0.13 ----------------------------------------------------------------------- * [AJ-314] Updated MetadataRetrievalMethod property The default value for the MetadataRetrievalMethod property has been changed to Auto. Previously, the default value was ProxyAPI. For more information, see the Installation and Configuration Guide. 2.0.2 ------------------------------------------------------------------------ * Removed support for JDBC 4.0 Beginning with this release, the driver no longer supports JDBC 4 (Java 6). For a list of supported JDBC versions, see the Installation and Configuration Guide. For more information about this workflow change, see the "Jackson library updated" release note in the "Enhancements & New Features" section of this 2.0.2 release. 2.0.0 ------------------------------------------------------------------------ * SDK interfaces The following AWS SDK interfaces are no longer shaded in the driver jar, they are included with the original AWS SDK package names. Any custom credential providers that use the old shaded package names for these interfaces must be updated. - com.amazonaws.auth.AWSCredentials - com.amazonaws.auth.AWSCredentialsProvider - com.amazonaws.auth.AWSSessionCredentials - com.amazonaws.auth.AWSSessionCredentialsProvider Version History ============================================================== 2.2.1.1002 ------------------------------------------------------------------- Released 2025-07-15 Resolved Issues The following issue has been resolved in Simba Amazon Athena JDBC Connector 2.2.1.1002. * [AJ-623] When attempting to run the DROP TABLE