Skip to content

Releases: bento-platform/bento_lib

Version 5.2.0

12 Jan 16:49
Compare
Choose a tag to compare
  • feat: add optional logger parameter for EventBus

Version 5.1.1

12 Jan 16:06
1910a33
Compare
Choose a tag to compare
  • fix: patch to intended prop names for Bento service-info

Version 5.1.0

12 Jan 15:49
66a2ae1
Compare
Choose a tag to compare
  • feat: support new bento service-info subfield
  • chore: update development dependencies
  • chore: add some additional EventBus type hinting

Version 5.0.2

08 Dec 20:11
3adff1e
Compare
Choose a tag to compare
  • 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

08 Dec 17:01
be5c420
Compare
Choose a tag to compare
  • fix: Service Info types + export of typing objects

Version 5.0.0

08 Dec 16:35
fcff816
Compare
Choose a tag to compare
  • feat!: allow URL Redis connections & use kwargs for EventBus connection (replaces connection_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

22 Nov 23:30
10cad05
Compare
Choose a tag to compare
  • feat: add async method for contacting DRS
  • fix: include requests as a dependency

Version 4.1.0

04 Nov 12:50
495521a
Compare
Choose a tag to compare
  • feat: add Quart support for async services
  • chore: allow for jsonschema 4

Version 4.0.0

07 Oct 12:45
c0776cf
Compare
Choose a tag to compare
  • 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

30 Aug 22:08
a1e0b00
Compare
Choose a tag to compare

Search

  • new #in and #list operators that translate to SQL WHERE clause IN and a list of values.