Skip to content

Releases: bento-platform/bento_service_registry

Version 0.10.1

10 Feb 20:13
Compare
Choose a tag to compare
  • fix: handle null /service-info responses gracefully

Version 0.10.0

09 Feb 21:12
Compare
Choose a tag to compare
  • chore: change entrypoints for dockerfiles to use bash
  • chore: update poetry in dockerfiles
  • chore: update dependencies
  • ci: update actions

Version 0.9.0

08 Feb 16:01
Compare
Choose a tag to compare

Contains breaking changes! For BentoV2 2.11+

  • feat!: new Bento services format with more flexible URL scheme + compose IDs
  • feat: bento.serviceKind in service info
  • fix: python 3.8 type hint issues
  • chore: update dependencies
  • ci: use Bento build action v0.10.1 for versioned dev releases

Version 0.8.0

07 Jan 14:18
5ee2011
Compare
Choose a tag to compare
  • feat: add new BENTO_VALIDATE_SSL setting to toggle SSL validation, overriding not BENTO_DEBUG
  • chore: add some type hints across the code
  • chore: update the contact email for the service
  • chore: update dependencies

Version 0.7.0

01 Dec 20:40
bf678ac
Compare
Choose a tag to compare
  • refact: re-implement in Quart (async)
  • chore: add Dockerfiles for 'self-hosted' service container building
  • ci: add build actions for building Docker images

Version v0.6.0

04 Oct 20:14
d69429b
Compare
Choose a tag to compare

What's Changed

  • Cache was removed
  • Added information about dev or prod environment

Full Changelog: v0.5.1...v0.6.0

Version 0.5.1

22 Apr 17:10
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release
  • Fix Bento debug configuration variable being overwritten by the Flask built-in DEBUG configuration variable

Version 0.5.0

22 Apr 01:12
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release
  • Disable TLS validation in debug mode
  • Add /bento-services -> /chord-services route alias
  • Add GA4GH spec-compatible error responses
  • Update dependencies

Version 0.4.1

01 Oct 16:40
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release
  • Additional logging if a JWT error occurs

Version 0.4.0

01 Oct 00:41
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release
  • Add documentation on configuration and testing
  • More reliably use Flask application configuration
  • Log error bodies when service contact fails