Skip to content

Releases: bento-platform/bento_wes

Version 0.8.8

28 Mar 17:55
3a02946
Compare
Choose a tag to compare
  • chore: update development dependencies
  • chore: consistent Boolean casting in configuration + type hinting for Config object
  • fix: don't override FLASK_DEBUG in run.bash
  • fix: don't try to configure Git inside app

Version 0.8.7

23 Mar 14:55
Compare
Choose a tag to compare
  • chore: update base images
  • chore: set gitconfig in entrypoint rather than runner
  • chore: don't bother trying to chown /env
  • ci: update BBA to 0.11

Version 0.8.6

21 Mar 19:06
b7a9924
Compare
Choose a tag to compare
  • chore: don't use venv in dev image
  • chore: set up devcontainer config
  • chore: update Cromwell to 85
  • chore: update lock dependencies
  • chore: configurable debugger port
  • fix: default debugger port & connection script for VSCode
  • docs: fix installation instructions for development
  • ci: remove Travis file

Version 0.8.5

14 Mar 21:36
d2d4f8e
Compare
Choose a tag to compare
  • fix: None error when submitting analysis run

Version 0.8.4

28 Feb 21:22
5eca46d
Compare
Choose a tag to compare
  • chore: drop down into non-root user inside Docker image
  • chore: use a virtual environment to manage dependencies in dev/local image
  • chore: update lockfile dependencies

Version 0.8.3

15 Feb 19:45
6e10733
Compare
Choose a tag to compare
  • fix: add proper cache control headers for run streams
  • chore: change "can't get git info" log from error to info
  • chore: make C3G url in service-info https
  • chore: update lock dependencies

Version 0.8.2

09 Feb 22:43
ebe6660
Compare
Choose a tag to compare
  • chore: update base image version
  • chore: set gitconfig in dev image
  • chore: update lockfile deps
  • ci: update action versions
  • ci: update Poetry in test workflow

Version 0.8.1

08 Feb 18:02
Compare
Choose a tag to compare
  • chore: update dependencies
  • ci: update BBA to 0.10.1 for versioned dev images

Version 0.8.0

21 Jan 04:17
8cd0ec4
Compare
Choose a tag to compare
  • feat: switch to Cromwell as the WDL execution engine
  • feat: new service info properties
  • feat: new BENTO_VALIDATE_SSL flag to toggle SSL validation independent of debug
  • chore: update dependencies

Version 0.7.0

15 Dec 00:11
eb72c90
Compare
Choose a tag to compare
  • chore!: remove support for HTTP UNIX sockets
  • chore!: remove deprecated FLASK_ENV variable
  • chore!: switch to more recent /service-info schema format (switches how type is presented)
  • feat: add cBioPortal workflow support
  • feat: allow custom Redis URI to be passed via BENTO_EVENT_REDIS_URL for event handling
  • chore: switch to Poetry for dependency management
  • chore: add 'self-hosted' Dockerfiles
  • ci: add Docker image building