Releases: cloudblue/django-rql
Releases · cloudblue/django-rql
4.0.0
Django-RQL now depends on Lib-RQL starting from 4.0.0, which introduces some backward incompatible changes for imports!
Enhancements:
- Optimized RQLLimitOffsetPagination to use only possible limit by @maxipavlovic in #45
3.15.0
Enhancements and fixes:
- made generated OpenAPI more readable
- namespaces now support distinct assignment
- modified build pipeline and added testing by Python 3.9 / 3.10
- described support of JSON fields in README
- false positive warnings are suppressed in tests
- fixed DRF dependency requirement
3.14.1
Setup.py is updated
3.14.0
Added caching for parsing and support for auto caching of queries
3.13.1
Regex special symbols are now escaped to prevent failing on various DB engines.
3.13.0
Added support for tuple operator, e.x.: author=t(name=Isaac,surname=Asimov)
3.12.4
Fixed documentation building requirements
3.12.3
Fixed:
- malformed RQL select queries are correctly handled
3.12.2
Bumped projected dependencies
3.12.1
Fixed:
- SelectFields can't be used in common filters