Skip to content

Releases: bento-platform/bento_drs

Version 0.5.3

22 Aug 12:37
dda2986
Compare
Choose a tag to compare

Bug Fixes

  • Improper logic for testing DEBUG mode during startup
  • Protect against Import error at startup in debug mode when degubpy module is missing

Version 0.5.2

10 Aug 13:40
Compare
Choose a tag to compare

New feature

Enable debugpy in development mode

Fix

Bump internal version number

Version 0.5.1

21 Jul 12:35
8e30243
Compare
Choose a tag to compare

Bug fix

  • Changed service name "Chord" --> "Bento"

Version 0.5.0

23 Jun 19:07
4f0b7b9
Compare
Choose a tag to compare

Changes

  • Add REST parameter internal_path=1 to add the DRS container's internal file path to the response object for searches and queries made to specific objects

Version 0.4.0

01 Sep 20:35
Compare
Choose a tag to compare

Changes:

  • Add support for Range headers for downloading objects from an instance with a local backend
  • Update dependencies

Version 0.3.0

17 Jun 18:41
44a8db0
Compare
Choose a tag to compare

Changes

  • Add GA4GH spec-compatible object route (preferred)
  • Update dependencies and fix a test
  • Switch to GitHub Actions

Version 0.2.0

18 Jun 20:32
2d84f7c
Compare
Choose a tag to compare

Changes

  • [BREAK] Fix incorrect API responses for DRS bundles/objects
  • Add .env support for configuring environment variables using a file
  • Add Prometheus metrics (disabled if CHORD_URL is set)
  • Add flag to allow ingestion to re-use objects if the checksums match
  • Update dependencies
  • Refactoring

Initial release

28 Apr 14:57
Compare
Choose a tag to compare
v0.1.0

the ingest endpoint ought to be considered private (only relevant ins…