Graphene-django-query-optimizer

Latest version: v0.10.8

Safety actively analyzes 715081 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 12

0.8.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Fixes

* Changed from v0.8.2 -> Add PaginationArgs to request instead of calculated slice.

---

**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.8.2...v0.8.3

0.8.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Features

* Add initial pagination infomation from connection fields to the request. This can be used if the queryset needs to be evaluated before the optimizer does.

Automated

* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-query-optimizer/pull/115

---

**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.8.1...v0.8.2

0.8.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Fixes

* Fix issues with aliasing the same nested list field with different filters. Previously, only the latter field's filters would be applied, and optimizations would not work as expected.

Automated

* Bump the python-dependencies group with 4 updates by dependabot in https://github.com/MrThearMan/graphene-django-query-optimizer/pull/111
* Bump graphene-django from 3.2.1 to 3.2.2 in the python-dependencies group by dependabot in https://github.com/MrThearMan/graphene-django-query-optimizer/pull/114
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-query-optimizer/pull/110
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/MrThearMan/graphene-django-query-optimizer/pull/112

---

**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.8.0...v0.8.1

0.8.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

* Refactor the internals of the QueryOptimizer class.
* Change `pre_compilation_hook` to `pre_optimization_hook` and change its interface
* Change the execution order of the optimization steps. Filterset filters are now run last, which gives them the opportunity to use information from joined models in the query (advanced feature, shouldn't affect regular use)

---

**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.7.2...v0.8.0

0.7.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

* Add helpers for dealing with child optimizers

---

**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.7.1...v0.7.2

0.7.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Fixes

* Make `args` on `ManuallyOptimizedField` optional, and do not require them for the optimization method.

---

**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.7.0...v0.7.1

Page 3 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.