Skip to content

Releases: victor73/OSDF

v0.22.0

16 Nov 16:21
Compare
Choose a tag to compare
  • Removed custom async code in favor of async module usage.
  • Improved some callback method signatures for better error handling.
  • Upgraded log4js, morgan, lodash, clone and express modules.

v0.21

03 Oct 20:12
Compare
Choose a tag to compare
  • Improved reliability of some nodeunit test scripts
  • Improved configurability of the test scripts with use of configuration file in the search path
  • Upgraded various modules such as lodash, express and log4js.

v0.20.1

03 Oct 20:11
Compare
Choose a tag to compare
  • Improved init script to better deal with upstart and systemd.
  • Fixed series() to waterfall() call in authorization handler.

v0.20.0

28 May 23:09
Compare
Choose a tag to compare
  • Aborting server startup if the user db file is missing or unreadable.

v0.19.0

28 May 23:09
Compare
Choose a tag to compare
  • Upgraded river plugin.
  • Upgraded modules. Resolved conflicts.
  • Replaced FileLineReader with line-reader.

v0.18

08 Mar 20:01
Compare
Choose a tag to compare
  • Added support for CA chain of trust handling when using htttps.
  • Improved error handling and logging when starting up.

v0.17

03 Mar 19:43
Compare
Choose a tag to compare
  • Upgraded lodash, log4js, is-my-json-valid, and morgan.
  • Refactoring of test_utils code and the test scripts for better error handling.

v0.16

03 Mar 19:42
Compare
Choose a tag to compare
  • Fixed deprecated lodash calls in node_handler.js.

v0.15

15 Feb 17:21
Compare
Choose a tag to compare
  • Added support and configuration options to allow OSDF
    to run with SSL encryption.
  • Improved behavior of server startup when bind_address or
    port are misconfigured.

v0.14

20 Nov 23:26
Compare
Choose a tag to compare
  • Fixed bug with contains() under certain node deletion
    situations. Replaced calls with lodash's includes().
  • Updated request, async and elasticsearch libraries