* 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
7.0.0a1
* 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
6.1.0
* feat: add FastAPI error handling helpers * chore: bump minimum Django version * chore: update development requirements
6.0.2
* fix: codecov * chore: update patch versions for extra dependencies
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
6.0.0
Not secure
* **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