Releases: strawberry-graphql/strawberry-django
Releases · strawberry-graphql/strawberry-django
Release 0.42.0
What's Changed
- refactor: Use graphql-core's collect_sub_fields instead of our own implementation by @bellini666 in #537
Full Changelog: v0.41.1...v0.42.0
Release 0.41.1
What's changed
- fix: Move Info out of the TYPE_CHECKING block to prevent a warning (4e8c458)
Full Changelog: v0.41.0...v0.41.1
Release 0.41.0
What's Changed
- docs: Fix typo by @Eraldo in #531
- feat: Add setting DEFAULT_PK_FIELD_NAME by @noamsto in #446
- fix: Fix AttributeError when using optimizer and prefetch_related by @jacobwegner in #533
New Contributors
- @Eraldo made their first contribution in #531
- @noamsto made their first contribution in #446
- @jacobwegner made their first contribution in #533
Full Changelog: v0.40.0...v0.41.0
Release 0.40.0
What's Changed
- feat: Avoid calling Type.get_queryset method more than once by @bellini666 in (6905513)
- test(listconnectionwithtotalcount): check the number of SQL queries when only fetching totalCount by @euriostigue in #525
- fix(optimizer): handle existing select_related in querysets by @taobojlen in #515
New Contributors
- @euriostigue made their first contribution in #525
- @taobojlen made their first contribution in #515
Full Changelog: v0.39.2...v0.40.0
Release 0.39.2
What's Changed
- fix: Delete mutation should not throw error if no objects in filterset by @keithhackbarth in #522
Full Changelog: v0.39.1...v0.39.2
Release 0.39.1
What's changed
- fix: fix annotations inheritance override for python 3.8/3.9
Full Changelog: v0.39.0...v0.39.1
Release 0.39.0
Release 0.38.0
What's Changed
- feat: Ability to use custom field_cls for connections and nodes (#517)
- Fix typos in filtering documentation by @cdroege in #520
Full Changelog: v0.37.1...v0.38.0
Release 0.37.1
What's Changed
- Fixing Docs Typo by @drewbeno1 in #513
- fix: fix debug toolbar when used with apollo_sandbox ide (#514)
- fix: fix debug toolbar running on ASGI and Python 3.12
New Contributors
- @drewbeno1 made their first contribution in #513
Full Changelog: v0.37.0...v0.37.1
Release 0.37.0
What's Changed
Full Changelog: v0.36.0...v0.37.0