Releases: bento-platform/bento_lib
Releases · bento-platform/bento_lib
Version 5.2.0
- feat: add optional logger parameter for EventBus
Version 5.1.1
- fix: patch to intended prop names for Bento service-info
Version 5.1.0
- feat: support new
bento
service-info subfield - chore: update development dependencies
- chore: add some additional EventBus type hinting
Version 5.0.2
- chore: augment service info types with bento-specific props
- fix: issue with service info types that was tripping up jetbrains IDEs
Version 5.0.1
- fix: Service Info types + export of typing objects
Version 5.0.0
- feat!: allow URL Redis connections & use
kwargs
for EventBus connection (replacesconnection_data
arg) - fix!: schema for GA4GH service-info
- chore!: remove support for UNIX socket connections from EventBus
- feat: add types module with service-info types
- chore: code cleanup and type hinting
- chore: tweak typing for AST nodes of search queries
Version 4.2.0
- feat: add async method for contacting DRS
- fix: include
requests
as a dependency
Version 4.1.0
- feat: add Quart support for async services
- chore: allow for
jsonschema
4
Version 4.0.0
- chore!: remove support for Python<3.8
- chore!: remove support for Django<4 and DRF <3.13.1
- chore: add support for Django 4 and DRF 3.15
- ci: add automatic release pipeline
- ci: update Python versions to
[3.8, 3.10]
for testing - chore: add
pypackage.toml
file for modern building
Version 3.2.0
Search
- new
#in
and#list
operators that translate to SQL WHERE clauseIN
and a list of values.