Releases: JupiterOne/starbase
Releases · JupiterOne/starbase
Release 0.2.3
Changed
- Bumped SDK version to get access to performance improvements for Neo4j
uploads.
Release 0.2.2
Fixed
- Updated publish command.
Release 0.2.0
Changed
- Swapped out
nodegit
forsimple-git
as it has a simpler interface and some
users encountered a known issue withlibgit2
/nodegit
where OSX is unable
to verify certs fromgithub.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
Added
- Initial definition of project.
- Individual commands for setup, update-integrations, and run defined via
commander.