* **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