Skip to content

Releases: cloudblue/django-rql

4.0.0

01 Mar 17:52
00f5703
Compare
Choose a tag to compare

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

14 Jan 09:48
85c4c1f
Compare
Choose a tag to compare

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

27 Dec 07:44
53ece0c
Compare
Choose a tag to compare

Setup.py is updated

3.14.0

16 Dec 08:08
3fd1d4a
Compare
Choose a tag to compare

Added caching for parsing and support for auto caching of queries

3.13.1

15 Dec 08:29
60c298a
Compare
Choose a tag to compare

Regex special symbols are now escaped to prevent failing on various DB engines.

3.13.0

13 Dec 11:01
29c9a92
Compare
Choose a tag to compare

Added support for tuple operator, e.x.: author=t(name=Isaac,surname=Asimov)

3.12.4

10 Nov 11:04
c1b5642
Compare
Choose a tag to compare

Fixed documentation building requirements

3.12.3

04 Nov 08:35
8f2210d
Compare
Choose a tag to compare

Fixed:

  • malformed RQL select queries are correctly handled

3.12.2

13 Oct 11:16
0852140
Compare
Choose a tag to compare

Bumped projected dependencies

3.12.1

11 Oct 08:33
Compare
Choose a tag to compare
3.12.1 Pre-release
Pre-release

Fixed:

  • SelectFields can't be used in common filters