============================================================================= Simba LinkedIn JDBC Driver with SQL Connector Release Notes ============================================================================= The release notes provide details of enhancements, features, known issues, and workflow changes in Simba LinkedIn JDBC Driver 1.7.0, as well as the version history. 1.7.0 ======================================================================== Released 2020-06-19 Resolved Issues The following issue has been resolved in Simba LinkedIn JDBC Driver 1.7.0. * [MPH-1385] Unable to retrieve records from certain schema tables. This issue has been resolved. You can now retrieve records from the following tables: - AdPageSets - AdSegments - OrganizationFollowerStatistics_FollowerCountsBySeniority - OrganizationPageStatistics_PageStatisticsBySeniority - OrganizationPageStatistics_PageStatisticsByCountry - MyShares_LinkedinDistributionTarget_InterfaceLocales Known Issues The following are known issues that you may encounter due to limitations in the data source, the driver, or an application. * When returning data from the Title schema table, the driver shows 50 results per page instead of the expected 100 results per page. The Title schema table paginates at 50 results per page because of settings specified by LinkedIn. For all other tables, the driver paginates results at 100 results per page. Because the data from the Title schema table is divided among a fewer number of pages, each page might contain more data than average and require a longer loading time. Be aware that applications might take a long time to load data from a Title schema table that contains a large number of records. * Power BI performance You may notice decreased performance when using the driver on Power BI data. Version History ============================================================== 1.6.0 ------------------------------------------------------------------------ Released 2019-11-08 Enhancements & New Features * Updated OAuth 2.0 authentication support The driver can now retrieve OAuth 2.0 access tokens and use them to authenticate connections to LinkedIn. To configure the driver to do this, provide your LinkedIn application information in your connection URL. For more information, see the Installation and Configuration Guide. * Upgraded API support The driver now supports LinkedIn API v2. * Updated OpenSSL library The driver has been updated to use version 1.1.1d of the OpenSSL library. Resolved Issues The following issues have been resolved in Simba LinkedIn JDBC Driver 1.6.0. * Write-back is not supported. This issue has been resolved. The driver now supports INSERT, UPDATE, and DELETE statements. * Stored procedures are not supported. This issue has been resolved. You can now call stored procedures to retrieve details about certain objects in your LinkedIn data source. For more information, see the Reference Guide. ==============================================================================