Releases: bento-platform/bento_wes
Releases · bento-platform/bento_wes
Version 0.12.5
What's Changed
- fix: handling of workflow URL enums by @davidlougheed in #64
Full Changelog: v0.12.4...v0.12.5
Version 0.12.4
What's Changed
- refact: bento_lib v11 + use service-info helper + event timestamps by @davidlougheed in #62
- chore: bump version to 0.12.4 + update lockfile by @davidlougheed in #63
Full Changelog: v0.12.3...v0.12.4
Version 0.12.3
What's Changed
- chore: disable ssl warnings if we've turned off SSL validation by @davidlougheed in #60
- chore: gunicorn logging + gevent worker + increased timeout by @davidlougheed in #61
Full Changelog: v0.12.2...v0.12.3
Version 0.12.2
What's Changed
- chore: add validate_ssl injectable config by @davidlougheed in #59
Full Changelog: v0.12.1...v0.12.2
Version 0.12.1
What's Changed
- chore: add fasta-checksum-utils to containers by @davidlougheed in #58
Full Changelog: v0.12.0...v0.12.1
Version 0.12.0
What's Changed
- feat!: new workflow system from bento_lib, new authz by @davidlougheed in #50
Full Changelog: v0.11.0...v0.12.0
Version 0.11.0
What's Changed
- feat!: use Cromwell workflow outputs rather than defined Bento outputs
- feat: log in pretty mode explicitly to get ANSI colours for web by @davidlougheed in #51
- chore: bump version and update lockfile deps by @davidlougheed in #52
- chore(deps): bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #53
- chore(deps): bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #54
- Modify RunWithDetailsAndOutput for documents ingestion by @noctillion in #55
- chore: update dependencies by @davidlougheed in #56
Full Changelog: v0.10.1...v0.11.0
Version 0.10.1
What's Changed
- chore: update Docker base image + image poetry + lockfile deps by @davidlougheed in #48
- fix(security): run permissions check always returning true by @davidlougheed in #49
Full Changelog: v0.10.0...v0.10.1
Version 0.10.0
This release has a security issue, please use 0.10.1 instead.
What's Changed
- feat: public endpoint for last completed ingestions by @noctillion in #42
- integrate public runs endpoint to authz'd WES by @davidlougheed in #44
- refact!: remove Bento 'tables', alter ingestion procedure, add authz by @davidlougheed in #41
- chore: update Poetry required version + update dependencies by @davidlougheed in #46
- patch: add gohan url to wes conf by @v-rocheleau in #47
New Contributors
- @v-rocheleau made their first contribution in #47
Full Changelog: v0.9.0...v0.10.0
Version 0.9.0
- feat: configurable workflow timeout
- fix: switch codecov to GHA