============================================================================== Magnitude Simba Jira JDBC Data Connector Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Jira JDBC Connector 1.7.6, as well as the version history. 1.7.6 ======================================================================== Released 2022-03-04 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. * Additional stored procedures The connector now includes additional stored procedures. For more information, see the Reference Guide. * Updated third-party libraries The connector has been updated to use the following libraries: - commons-codec version 1.15 (previously 1.11) - jackson-annotations version 2.13.1 (previously 2.12.2) - jackson-core version 2.13.1 (previously 2.12.2) - jackson-databind version 2.13.1 (previously 2.12.2) Known Issues The following are known issues that you may encounter due to limitations in the data source, the connector, or an application. * Connector cannot access tables that are available to administrators only. The connector is unable to display any tables that are available to administrators only, even if the connection has been authenticated using the credentials of a Jira account that has administrator permissions. * In some cases, the connector fails to retrieve data from the Platform.Api_Issue_Changelog_Histories_Parent table. This issue is known to occur with Jira servers that contain a large amount of changelog data. * Invalid login credentials may result in server lockout. The following error message may indicate that you are locked out of your account: API Connection Failed (Unauthorized Access). Check credentials. HTTP Response code: 403 By default, when you attempt to connect to Jira three times using invalid login credentials, the server locks you out of your account. To unlock your account, log in to JIRA through a web browser and complete the security CAPTCHA. Version History ============================================================== 1.7.4 ======================================================================== Released 2021-05-20 Enhancements & New Features * Updated third-party libraries The connector now uses the following third-party libraries: - commons-csv version 1.8 (previously 1.4) - jackson-annotations version 2.12.2 (previously 2.11.1) - jackson-core from version 2.12.2 (previously 2.11.1) - jackson-databind version 2.12.2 (previously 2.11.1) - jackson-jq version 0.0.12 (previously 0.0.7) * Encrypt sensitive keys in logs The following key values are now encrypted in the connector log files: - Auth_AccessToken - Auth_Client_ID - Auth_Client_Secret 1.7.2 ------------------------------------------------------------------------ Released 2021-02-19 Enhancements & New Features * New authentication methods You can now authenticate your connection using an access token or the OAuth 2.0 protocol. For more information, see the Installation and Configuration Guide. * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. 1.7.0 ------------------------------------------------------------------------ Released 2020-06-26 Enhancements & New Features * Updated database schema The database schema has been updated. This may include changes to the list of supported tables or the metadata in the tables. For more information, see the Reference Guide. ==============================================================================