============================/Users/jgagnon/Desktop/1.1.0.1006/macOS/SimbaNeo4jODBC-1.1.0.1006-OSX/docs/release-notes.txt================================================== 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.1.0, as well as the version history. 1.1.0 ======================================================================== Released 2023-01-09 Enhancements & New Features * [NEOO-148] Updated third party libraries The connector now uses the following third party libraries: - ICU 71.1 (previously 58.3) - OpenSSL 3.0 (previously 1.1.1) - Expat 2.5.0 (previously 2.5.0) * [NEOO-148] Updated platform support The minimum supported version of macOS now is 10.14.3. For more information, see the Installation and Configuration Guide. * [NEOO-151] Updated XCode support The macOS connector is compiled with XCode 10.2. Previously, the connector used XCode 9.4. * [NEOO-152] Control flow guard feature On Windows, the connector enables the control flow guard platform security feature for the Neo4jODBC_sb32.dll and Neo4jODBC_sb64.dll files and does not enable it for neo4j-driver.dll, sbicudt71_32.dll, and sbicudt71_64.dll files. Resolved Issues The following issue has been resolved in Simba Neo4j ODBC Connector 1.1.0. * [NEOO-143] The connector returns incorrect metadata values for integer and float sets using pass down. Workflow Changes ============================================================= The following changes may disrupt established workflows for the connector. 1.1.0 ------------------------------------------------------------------------ * [NEOO-151] Removed XCode support Beginning with this release, XCode version 10.2 does not support 32-bit. For more information, see the Installation and Configuration Guide. 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. 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. ==============================================================================