============================================================================== Magnitude Simba Neo4j Data Connector for Business Intelligence Tools Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in Simba Neo4j BI Connector 1.0.2, as well as the version history. 1.0.2 ======================================================================== Released 2022-08-30 Enhancements & New Features * [NEOO-132] Cypher-backed Views You can now define views based on a Cypher query. To use Cypher-backed Views, in the connection string, specify the full path to the View Definition file using the ViewDefinitionFile property. For more information, see the Installation and Configuration Guide. * [NEOO-64] Join passdown support The connector now supports join passdown. When a JOIN clause is provided in the SQL query, it is now passed down to the Neo4j server, which performs the calculation. This feature improves performance for such queries. For more information, see the Installation and Configuration Guide. * [NEOO-43] Query timeout Query timeout, using course granularity, is now supported. Cypher query executions, and certain SQL Engine processes cannot be timed out, however. * [NEOO-47] Cancel during data retrievel When retrieving data, you can now cancel the operation. Cypher query executions cannot be cancelled, however. * [NEOO-132] Added RapidJSON dependency The connector has been updated to use version 1.1 of the RapidJson dependency. * [NEOO-136] Updated Neo4j Go Driver The connector has been updated to use version 4.3.2 of the Neo4j Go Driver. Previously, the connector used version 4.3. Version History ============================================================== 1.0.1 ------------------------------------------------------------------------ Released 2022-05-13 Enhancements & New Features * [NEOO-60] Distinct passdown support The connector now supports distinct passdown. When a DISTINCT clause is provided in the SQL query, it is now passed down to the Neo4j server, which returns unique rows. This feature improves performance for such queries. * [NEOO-61] Sort passdown support The connector now supports sort passdown. If an ORDER BY clause is provided in the SQL query, it will be passed down to the Neo4j server, which will perform sorting. This feature improves performance for such queries. * [NEOO-62] Aggregation passdown support The connector now supports aggregation passdown. If an aggregate function is provided in the SQL query, it will be passed down to the Neo4j server, which will perform the calculation. This feature improves performance for such queries. * [NEOO-128] Updated OpenSSL library The connector has been updated to use version 1.1.1n of the OpenSSL library. * [NEOO-131] Updated Neo4j Go Driver The connector has been updated to use version 4.3 of the Neo4j Go Driver. 1.0.0 ------------------------------------------------------------------------ Released 2021-12-07 * Version 1.0.0 was the initial release of the Simba Neo4j BI Connector. ==============================================================================