Releases: bento-platform/bento_drs
Releases · bento-platform/bento_drs
Version 0.5.3
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
New feature
Enable debugpy in development mode
Fix
Bump internal version number
Version 0.5.1
Bug fix
- Changed service name "Chord" --> "Bento"
Version 0.5.0
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
Changes:
- Add support for
Range
headers for downloading objects from an instance with a local backend - Update dependencies
Version 0.3.0
Changes
- Add GA4GH spec-compatible object route (preferred)
- Update dependencies and fix a test
- Switch to GitHub Actions
Version 0.2.0
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
v0.1.0 the ingest endpoint ought to be considered private (only relevant ins…