Skip to content

Releases: JupiterOne/starbase

Release 0.2.3

05 May 20:39
f410fb0
Compare
Choose a tag to compare

Changed

  • Bumped SDK version to get access to performance improvements for Neo4j
    uploads.

Release 0.2.2

14 Apr 19:48
5154a2b
Compare
Choose a tag to compare

Fixed

  • Updated publish command.

Release 0.2.0

13 Apr 19:27
64fb341
Compare
Choose a tag to compare

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.

Release 0.1.0

30 Dec 15:06
5f24797
Compare
Choose a tag to compare

Added

  • Initial definition of project.
  • Individual commands for setup, update-integrations, and run defined via
    commander.