Releases: bento-platform/bento_lib
Releases · bento-platform/bento_lib
Version 1.0.0
- Add support for custom Redis connections via an
EventBus
constructor param - Fix JSON schemas to be Draft 7
- Internal refactoring, especially for search stuff
- Update dependencies
Version 0.11.0
- Add support for optional workflow inputs
- Add some type hints
Version 0.10.0
chord_lib
->bento_lib
- Fix some search type hinting
- Update dependencies
Version 0.9.0
- Update dependencies
- Allow literal-only queries to return table rows in Postgres querying
Version 0.8.0
- Update
django-rest-framework
to 3.11 - Include author emails with release
Version 0.7.0
- Remove
get_own_version
- Remove
workflow_metadata
from workflow ingestion schema (this information just comes from the workflow definition) - Refactor
- Add
tox
for testing and linting (withflake8
) - Update dependencies
Version 0.6.0
- Improve data structure querying performance
- Restructure internal data structure API
Version 0.5.0
- Add multiple optimizations for querying large data structures
Version 0.4.0
- Bump minimum
redis-py
version to 3.4.1 - Add early return functionality for
#and
and#or
query functions
Version 0.3.0
- Change data structure search behaviour so that
[item]
accesses are fixed for an entire query - Add error handler wrappers for Flask
- Update dependencies
- Update README