Releases: bento-platform/bento_lib
Releases · bento-platform/bento_lib
Version 7.0.0 alpha 3
Changes versus v6.x:
- feat: new auth middleware for FastAPI, Flask, and Django
- chore!: remove old auth help code
- chore!: remove Quart auth helpers and error handlers
- chore!: set minimum Python version to 3.10
- chore!: set minimum Django version to 4.2.1
- docs: update outdated docs on release process and sub-package descriptions
Version 7.0.0 alpha 2
Changes versus v6.x:
- feat: new auth middleware for FastAPI, Flask, and Django
- chore!: remove old auth help code
- chore!: remove Quart auth helpers and error handlers
- chore!: set minimum Python version to 3.10
- chore!: set minimum Django version to 4.2.1
- docs: update outdated docs on release process and sub-package descriptions
Version 7.0.0 alpha 1
- feat: new auth middleware for FastAPI, Flask, and Django
- chore!: remove old auth help code
- chore!: remove Quart auth helpers and error handlers
- chore!: set minimum Python version to 3.10
Version 6.1.0
- feat: add FastAPI error handling helpers
- chore: bump minimum Django version
- chore: update development requirements
Version 6.0.2
- fix: codecov
- chore: update patch versions for extra dependencies
Version 6.0.1
- fix(drs): pass internal_path query param when fetching record via internal host
- chore: update dev version of Redis to address security issue
Version 6.0.0
- chore!: [BREAK] drop support for older Flask/Werkzeug/DRF/Django/Redis/JSONSchema versions
- feat: add
#like
and#ilike
search operators with SQL-style%
and_
wildcards - feat: include exception text in Flask/Quart error messages
- feat: allow passing a logger into Flask/Quart error traceback handlers
- chore: support RedisPy 4.x and fix type hinting
- fix[event]: dont try to subscribe if no event handlers registered
- fix[search]:
#_wc
error messages - fix[search.postgres]: properly escape single-char wildcard characters for contains-style operators
- ci: update action versions
Version 6.0.0 alpha 2
- feat: include exception text in Flask/Quart error messages
- feat: allow passing a logger into Flask/Quart error traceback handlers
Version 6.0.0 alpha 1
- chore!: [BREAK] drop support for older Flask/Werkzeug/DRF/Django/Redis/JSONSchema versions
- feat: add
#like
and#ilike
search operators with SQL-style%
and_
wildcards - chore: support RedisPy 4.x and fix type hinting
- fix[event]: dont try to subscribe if no event handlers registered
- fix[search]:
#_wc
error messages - fix[search.postgres]: properly escape single-char wildcard characters for contains-style operators
- ci: update action versions
Version 5.4.0
- feat: case-insensitive starts/ends-with queries for search
- chore: add
bento.serviceKind
dataService
boolean property