============================================================================= Simba Twitter Ads JDBC Driver with SQL Connector Release Notes ============================================================================= The release notes provide details of enhancements, features, and known issues in Simba Twitter Ads JDBC Driver 1.7.0, as well as the version history. 1.7.0 ======================================================================= Released 2020-07-07 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. Resolved Issues The following issue has been resolved in Simba Twitter Ads JDBC Driver 1.7.0. * When using the TargetingCriteria_TvShows or TailoredAudiencePermissions table, the driver does not retrieve row data. Known Issues The following are known issues that you may encounter due to limitations in the data source, the driver, or an application. * Stored procedures are not supported. Stored procedures are not available in this version of the driver. * Write-back is not supported. Write-back is not available in this version of the driver. * Server information must be specified using the Host in connection properties. The following connection URL format is not supported at this time: jdbc:TwitterAds://[ServerHost];[Property1]=[Value]; [Property2]=[Value];... * Categories beyond the first level of nesting cannot be retrieved by SELECT * queries. Data from the Categories table is returned in a hierarchical tree structure. When a SELECT * query is executed, the driver only returns data from the first nested level. As a workaround, you can still retrieve data from deeper levels of nesting by specifying the ID of the node that you want to retrieve. Version History ============================================================== 1.6.0 ------------------------------------------------------------------------ Released 2020-03-31 Enhancements & New Features * [MPHJ-1389] Upgraded API support The driver now supports Twitter Ads API v7. As a result of this update, the list of supported schema tables and the metadata in some of these tables have changed. For more information, see the Reference Guide. * [MPH-1390] [MPH-1391] Updated Jackson libraries The driver now uses the following versions of the libraries for the Jackson JSON parser: - jackson-2.9.9 - jackson-databind-2.9.9.3 ==============================================================================