Releases: bento-platform/bento_lib
Releases · bento-platform/bento_lib
Version 5.4.0
- feat: case-insensitive starts/ends-with queries for search
- chore: add
bento.serviceKind
dataService
boolean property
Version 5.3.0
- feat: add
id
field on events with random UUID to help debug/distinguish events - chore: add more new properties to service info type & export Bento type specifically
- chore: update dev dependencies
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