Skip to content

Releases: victor73/OSDF

v0.39.0

31 Oct 17:39
Compare
Choose a tag to compare
  • Hashing version to version to guarantee provenance of changes/history of nodes.
  • Improved error detection and handling on startup.
  • Upgraded libraries to more recent versions to eliminates some vulnerabilities reported by npm audit.
  • Migrated gulpfile to gulp 4.

v0.38.0

31 May 13:40
Compare
Choose a tag to compare
  • Switched to json-schema validation to use the ajv library in place of tv4.
  • Fixes to bundled schema examples.
  • Added admin guide under docs.

v0.37.1

11 Mar 20:21
Compare
Choose a tag to compare
  • Updated testing documentation mocha from nodeunit.
  • Changed gulp "test" target to invoke mocha from nodeunit.

v0.37.0

11 Mar 20:06
Compare
Choose a tag to compare
  • Enhancement to OQL to support negated searches/matches.
  • Additional test methods to test OQL parser and compiler.
  • Upgraded mocha to version 6.0.2.

v0.36.0

11 Mar 20:05
Compare
Choose a tag to compare
  • Moved from nodeunit to mocha/chai for testing.

v0.35.0

05 Jan 16:15
Compare
Choose a tag to compare
  • Improved startup behavior when import of worker.js fails due to a bad NODE_PATH.
  • Dealt with deprecation of Buffer() warning in osdf.js.
  • Updated library dependencies and locked down versions.

v0.34.0

30 Oct 19:17
Compare
Choose a tag to compare
  • Update of dependencies: commander, express, lodash, string-format and semver.
  • Locked version numbers down for greater reproducibility.

v0.33.0

09 Sep 23:09
Compare
Choose a tag to compare
  • Update of various dependencies in package.json such as commander, async, gulp-rename, is-my-json-valid, semver and log4js.

v0.32.0

28 Jun 00:08
Compare
Choose a tag to compare
  • Allowing 64 character long node_type names.
  • Correction of regression related to route order.

v0.31.2

19 Jun 18:22
Compare
Choose a tag to compare
  • Correction to master node json-schema file.