Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
Release 0.9.1
What's Changed
- Add django 4.0,4.2 to tests & updated minor versions by @kwongtn in #228
- Fix private field handling by @devkral in #231
Full Changelog: v0.9...v0.9.1
Release 0.9
What's Changed
- fix(typo): Fix typo in table of contents by @rennerocha in #216
- removed
django-filter
from pyproject.toml, added tests matrix by @nrbnlulu in #219 - Add actionlint for GitHub Actions files by @kwongtn in #221
- Fix django version matrix. by @nrbnlulu in #222
- Geos fields query & mutation support by @kwongtn in #213
- Started docs for query by @ccsv in #147
New Contributors
- @rennerocha made their first contribution in #216
Full Changelog: v0.8.2...v0.9
Release 0.8.2
Release 0.8.1
What's Changed
- fix: Fix resolver annotation resolution by @bellini666 in #212
Full Changelog: v0.8...v0.8.1
Release 0.8
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #203
- Change how we set the default annotation by @patrick91 in #206
Full Changelog: v0.7.1...v0.8
Release 0.7.1
What's Changed
- fix: Prevent memory leaks when checking if the search method accepts an info keyword
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #198
- Updates documentation for
get_queryset
by @fireteam99 in #199 - Update pagination.md by @fabien-michel in #202
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #201
New Contributors
- @fireteam99 made their first contribution in #199
- @fabien-michel made their first contribution in #202
Full Changelog: v0.7...v0.7.1
Release 0.7
Release 0.6
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #192
- Implementing filter, order and pagination in
StrawberryDjangoField
super classes by @ManiacMaxo in #193 - Allow passing info in filters by @kwongtn in #191
New Contributors
- @ManiacMaxo made their first contribution in #193
- @kwongtn made their first contribution in #191
Full Changelog: v0.5.4...v0.6
Release 0.5.4
What's Changed
- import TypedDict from typing_extensions for Python 3.7 by @whardeman in #189
- Fix demo app by @moritz89 in #190
- fix: get_queryset sends self in fields.py which it shouldnt by @deshk04 in #188
New Contributors
- @whardeman made their first contribution in #189
- @moritz89 made their first contribution in #190
- @deshk04 made their first contribution in #188
Full Changelog: v0.5.3...v0.5.4
Release 0.5.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #178
- Fix mutations and filtering for when using strawberry-graphql >=0.132.1 by @jkimbo in #183
- Broaden is_strawberry_django_field to support custom field classes by @benhowes in #185
Full Changelog: v0.5.2...v0.5.3