Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
Release 0.5
What's Changed
- Update docs link in README by @q0w in #154
- Documentation for overriding the field class by @benhowes in #158
- fix: Raise NotImplementedError on unknown Django fields by @noelleleigh in #161
- Add many type hints by @noelleleigh in #162
- adding installation with pip by @sisocobacho in #166
- feat: Use Django textual metadata in GraphQL by @noelleleigh in #160
- Update pagination.md by @tanaydin in #170
- Fix field ordering inheritance by @DanielHuisman in #176
- fix(doc): update mkdocs.yml to point to correct branch by @DavidLemayian in #175
New Contributors
- @q0w made their first contribution in #154
- @noelleleigh made their first contribution in #161
- @sisocobacho made their first contribution in #166
- @tanaydin made their first contribution in #170
- @DanielHuisman made their first contribution in #176
- @DavidLemayian made their first contribution in #175
Full Changelog: v0.4...v0.5
Release 0.4
What's Changed
- Update docs language and formatting by @augustebaum in #124
- feature: allow overriding field class by @benhowes in #135
- Site for docs by @nrbnlulu in #140
- feat: link JSONField to strawberry.scalars.JSON by @FlickerSoul in #144
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #141
New Contributors
- @augustebaum made their first contribution in #124
- @nrbnlulu made their first contribution in #140
Full Changelog: v0.3.1...v0.4
Release 0.3.1
What's Changed
- docs: document how to use a custom filter logic by @devkral in #116
- fixed various typos by @g-as in #118
- Change order of inheritance for
StrawberryDjangoField
by @hiporox in #122 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #123
- feat: allow Enums to work with FilterLookup by @hiporox in #126
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #127
- fix: pass through more field attributes by @benhowes in #129
- fix: resolve
ManyToManyRel
andManyToOneRel
as non-null lists by @FlickerSoul in #131
New Contributors
- @pre-commit-ci made their first contribution in #123
- @benhowes made their first contribution in #129
- @FlickerSoul made their first contribution in #131
Full Changelog: v0.3...v0.3.1
Release 0.3
What's Changed
- Feature: Register mutation by @neolight1010 in #45
- Fix filtering in
get_queryset
of types with enabled pagination by @illia-v in #60 - Add permissions to django mutations by @wellzenon in #53
- Fix a bug related to creating users with unhashed passwords by @illia-v in #62
- pre-commit config file and fixes by @la4de in #68
- Clean deprecated API by @la4de in #69
- updated the way event loop is detected in 'is_async' by @g-as in #72
- Fix detecting
auto
annotations when postponed evaluation is used by @illia-v in #73 - Updated docs by @ccsv in #78
- Fix incompatibility with Strawberry >= 0.92.0 related to interfaces by @illia-v in #76
- Fixed issue with generating order args by @jaydensmith in #90
- Update .gitignore to the python standard by @hiporox in #97
- feat: add Enum support to filtering by @hiporox in #100
- build: update packages by @hiporox in #94
- Caching Extensions using Django Cache by @hiporox in #93
- docs: filled in some missing info in the docs by @hiporox in #98
- Fix ordering with custom filters by @hiporox in #108
- bugfix: ignore filters argument if it is an arbitary argument by @devkral in #115
- Fixing Quick Start by @akkim2 in #114
- Fix #110 - Add **kwargs passthrough on CUD mutations, enables "description" annotation from Strawberry. by @JoeWHoward in #111
- Use auto from strawberry instead of define our own by @bellini666 in #101
- Fix filtering cannot use relational reflection fields by @star2000 in #109
- refactor: Change the use of "is_unset" to "is UNSET" by @bellini666 in #117
New Contributors
- @neolight1010 made their first contribution in #45
- @illia-v made their first contribution in #60
- @wellzenon made their first contribution in #53
- @la4de made their first contribution in #68
- @ccsv made their first contribution in #78
- @jaydensmith made their first contribution in #90
- @hiporox made their first contribution in #97
- @devkral made their first contribution in #115
- @akkim2 made their first contribution in #114
- @JoeWHoward made their first contribution in #111
- @bellini666 made their first contribution in #101
Full Changelog: v0.2.5...v0.3