Skip to content

Releases: ihmpdcc/drs-server

v1.1.2

16 Dec 16:57
Compare
Choose a tag to compare
  • Upgraded libraries and dependencies. Closes vulnerabilities related to express.js.

v1.1.1

27 Sep 00:05
Compare
Choose a tag to compare
  • Reworked startup of the server using a shell script that first checks
    if the node_modules directory is present. If the directory is NOT present,
    the npm install command is run to install the dependencies the server
    needs.
  • Tweaked names of the SQL files used to build the mysql database container
    to ensure they are loaded in the correct order and forced their use.
  • Correction to the command line arguments used to start the server in the
    server container.

v1.1.0

13 May 23:14
Compare
Choose a tag to compare

1.1.0

  • General improvements and refactoring of code.
  • Made changes to make the response compatible with the Cavatica system, even though the previous
    response adhered to the DRS specification. The Cavatica system presently requires that the DRS
    servers using the fourth access method, which requires an access_id to be provided and then
    the a URL to the bytes returned from the /access endpoint. The previous version was using
    a completely open model for public data (described as "public content" in the GA4GH DRS
    documentation).

v1.0.0

13 May 23:11
Compare
Choose a tag to compare

1.0.0

  • Initial release