Releases: MrThearMan/graphene-django-query-optimizer
Releases · MrThearMan/graphene-django-query-optimizer
Release 0.10.5
What's Changed
Fixes
- Fix more issues with race conditions in the prefetch hack
Full Changelog: v0.10.4...v0.10.5
Release 0.10.4
What's Changed
Fixes
- Fixes a race confition in reusing patch for the prefetch hack
Full Changelog: v0.10.3...v0.10.4
Release 0.10.3
Release 0.10.2
What's Changed
Features
- Fix issue with paginating nested generic relations
- Remove unnecessary custom
FilterSet
from library
Full Changelog: v0.10.1...v0.10.2
Release 0.10.1
What's Changed
Features
- Fix compatibility with ordering nested collections when using graphene-django-extensions
Automated
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #142
- Bump the python-dependencies group with 2 updates by @dependabot in #141
Full Changelog: v0.10.0...v0.10.1
Release 0.10.0
What's Changed
Features
- Support for Django 5.1
- Drop support for Python 3.9
Automated
- Bump the python-dependencies group with 2 updates by @dependabot in #138
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #139
Full Changelog: v0.9.0...v0.10.0
Release 0.9.0
What's Changed
Features
- Change the DjangoListField default fields to None (from "all") by @farcepest in #137
Automated
- Bump MrThearMan/CI from 0.4.11 to 0.4.12 in the github-actions-dependencies group by @dependabot in #122
- Bump tox from 4.15.1 to 4.16.0 in the python-dependencies group by @dependabot in #123
- Bump the python-dependencies group with 4 updates by @dependabot in #128
- Bump the python-dependencies group with 4 updates by @dependabot in #130
- Bump the python-dependencies group with 3 updates by @dependabot in #132
- Bump the python-dependencies group with 3 updates by @dependabot in #134
New Contributors
- @farcepest made their first contribution in #137
Full Changelog: v0.8.5...v0.9.0
Release 0.8.5
What's Changed
Fixes
- Fix an issue with filtering top-level queries with camelCased aliases.
Automated
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #120
- Bump the python-dependencies group with 2 updates by @dependabot in #119
Full Changelog: v0.8.4...v0.8.5
Release 0.8.4
What's Changed
Fixes
- Fix
swappable_by_subclassing
behavior when passing args to swapped class__init__
.
Automated
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #118
- Bump the python-dependencies group with 2 updates by @dependabot in #116
Full Changelog: v0.8.3...v0.8.4
Release 0.8.3
What's Changed
Fixes
- Changed from v0.8.2 -> Add PaginationArgs to request instead of calculated slice.
Full Changelog: v0.8.2...v0.8.3