Skip to content

Latest commit

 

History

History
185 lines (105 loc) · 5 KB

CHANGELOG.md

File metadata and controls

185 lines (105 loc) · 5 KB

v0.10.0 (Fri Oct 20 2023)

🚀 Enhancement

⚠️ Pushed to main

  • Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)

Authors: 2


v0.9.0 (Wed Jul 19 2023)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v0.8.0 (Tue Jun 27 2023)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v0.7.0 (Mon Mar 13 2023)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v0.6.0 (Mon Feb 06 2023)

🚀 Enhancement

  • Bumping minor revision to fix past manual tag creation #87 (@adam-in-ict)

🐛 Bug Fix

Authors: 1


v0.5.0 (Thu Oct 20 2022)

🚀 Enhancement

Authors: 1


v0.3.1 (Wed Sep 07 2022)

🐛 Bug Fix

Authors: 2


Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Make customisable base container image available on GitHub Container Registry.

[0.2.4] - 2022-05-13

Fixed

  • Bumped SDK version to pull in fix for issue where we would periodically see duplicate nodes.

[0.2.3] - 2022-05-05

Changed

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

[0.2.2] - 2022-04-14

Fixed

  • Updated publish command.

[0.2.1] - 2022-04-14

Fixed

  • Working on fix for Starbase npm package.

[0.2.0] - 2022-04-13

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.

[0.1.0] - 2021-12-27

Added

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