Skip to content

Releases: tlarsendataguy/graphyx

Version 2.0.0

20 May 02:42
Compare
Choose a tag to compare

Starting with version 2.0.0, the connectors no longer use Neo4j's HTTP API. Providing the HTTP address in the URL field of the tool configuration will result in an error. Going forward, the address that should be entered in the URL field is the address for the bolt protocol (typically port 7687). Any existing workflows will need to have the URL field updated before they will work again. If you have enabled bolt over TLS, be sure to use the bolt+s:// protocol in the URL. Failure to specify '+s' for TLS connections will result in a connection error.

This breaking change was made to eliminate a source of connection issues in the connectors.

Other changes in this release include:

  • Added a feature to use generic Windows credentials for authentication. If a generic Windows credential exists with the URL specified in the connector, the engine will use those credentials to log into Neo4j. This means you do not have to provide a username and password in the configuration of the tool. Note: to validate queries in the Input tool screen, you will still need to provide a username and password. The HTML-based configuration screen is not able to access Windows credentials.
  • Updated the goalteryx SDK and Neo4j driver versions to the latest versions
  • Updated the UI framework to the latest stable version
  • Included in the download file is a ZIP file for manual installations. Use this if you are unable to use the installer or if the installer does not work.

Export multiple relationships between nodes

04 May 10:41
b52fe6e
Compare
Choose a tag to compare

By default, only 1 relationship of a given type is created between nodes.

This release adds a Relationship ID section to the output tool. Create multiple relationships of the same type between nodes by specifying an identifying property that uniquely identifies each relationship.

New build with Flutter and updated Alteryx Go SDK

13 Apr 00:17
Compare
Choose a tag to compare

Use 'neo4j' as default database

31 Mar 17:09
Compare
Choose a tag to compare
v1.0.1

default db to neo4j if none is provided

Initial release

15 Jun 13:47
773952e
Compare
Choose a tag to compare
v1.0.0

add license

UI Improvements

14 Jun 18:22
Compare
Choose a tag to compare
UI Improvements Pre-release
Pre-release
v0.0.8

fix clipping of card shadows

encrypt passwords

08 Jun 00:45
Compare
Choose a tag to compare
encrypt passwords Pre-release
Pre-release
v0.0.6

add encryption to output and delete gui

Fix incoming field parsing bug

04 Jun 16:50
Compare
Choose a tag to compare
Pre-release
v0.0.5

handle missing incoming fields and incoming records with only 1 field…

add delete tool

04 Jun 15:58
Compare
Choose a tag to compare
add delete tool Pre-release
Pre-release
v0.0.4

build UI for delete tool and add config files

v0.0.3

26 May 18:57
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
refactor path stringify functions into struct