Releases: bento-platform/bento_lib
Releases · bento-platform/bento_lib
v3.1.1
Version 3.1.0
- Add
skip_schema_validation
flag tosearch.data_structure. check_ast_against_data_structure
, which can help improve performance on objects that are definitely of the correct schema - Update dependencies
Version 3.0.1
Security Fix: Do not leak data in error messages from data structure queries by default
- Adds
secure_errors
param for data structure querying methods
Version 3.0.0
Breaking changes:
- Bump minimum Django version to 3.2.5
- Bump minimum DRF version to 3.12.4
- Bump minimum Flask version to 2.0.1
- Bump minimum Werkzeug version to 2.0.1
Other changes:
- Improve error output for data structure search schema errors
- Update requirements file
Version 2.2.1
- Fix an issue with service registry spec-compatible errors
Version 2.2.0
- Add service registry spec-compatible errors
- Add more tests for error format
- Update development requirements
Version 2.1.0
- Add
#ico
search operation for searching strings case-insensitively - Fix Github Actions workflows
- Update development requirements
Version 2.0.0
- [BREAK] Combine
ingestion
andworkflows
modules into newworkflows
module - [BREAK] Raise minimum versions for Django and DRF
- Add new
drs
module with DRS helper functions - Add DRS-compatible error message option for error handlers
- Re-arrange event bus code
- Document some code better
- Fix a typo in the README
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