Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 19:27
64fb341

Changed

  • Swapped out nodegit for simple-git as it has a simpler interface and some
    users encountered a known issue with libgit2/nodegit where OSX is unable
    to verify certs from github.com

Added

  • Commands to wipe and wipe-all now support the ability to wipe data in the
    Neo4j database, either by integrationID or completely.
  • The additional yarn neo4j:start:plugins command starts the Neo4j Docker
    image including the GDS and APOC libraries.

Changed

  • Commands now only include setup and run. The update-integrations command has
    now been absorbed into setup and it now performs clone, update, and dependency
    installation.

Fixed

  • Steps are now properly awaiting prior to final push to Neo4j.