Skip to content

Releases: bento-platform/bento_lib

v3.1.1

26 Apr 14:41
d482b95
Compare
Choose a tag to compare
  • handle workflows other than "ingestion" or "analysis"
  • update dependencies (django)

Version 3.1.0

10 Sep 15:30
Compare
Choose a tag to compare
  • Add skip_schema_validation flag to search.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

28 Jul 16:37
Compare
Choose a tag to compare

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

27 Jul 18:13
2e6f0d5
Compare
Choose a tag to compare

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

21 Apr 22:09
747b81f
Compare
Choose a tag to compare
  • Fix an issue with service registry spec-compatible errors

Version 2.2.0

21 Apr 20:50
4ac02e9
Compare
Choose a tag to compare
  • Add service registry spec-compatible errors
  • Add more tests for error format
  • Update development requirements

Version 2.1.0

29 Mar 19:49
1090099
Compare
Choose a tag to compare
  • Add #ico search operation for searching strings case-insensitively
  • Fix Github Actions workflows
  • Update development requirements

Version 2.0.0

21 Mar 21:32
c5319fc
Compare
Choose a tag to compare
  • [BREAK] Combine ingestion and workflows modules into new workflows 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

27 Jan 01:41
e71bada
Compare
Choose a tag to compare
  • 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

15 Jun 19:06
00f551b
Compare
Choose a tag to compare
Version 0.11.0 Pre-release
Pre-release
  • Add support for optional workflow inputs
  • Add some type hints