3.0.3 (2023-06-25)
- missing return for the async resolver (f1dacec)
- remove hard dependencies on contenttypes and auth framework (#250) (b9428b0)
- simplify Node methods injection code (127124e)
3.0.2 (2023-06-23)
- fix a wrongly refactored code from previous commit (fb0de57)
- fix class inherited fields not being evaluated correctly (15b2dd8), closes #247
- pyright tests should also not install debug-toolbar extras (1f8600e)
- support for strawberry 0.187.5+ (493a1ad)
- also run release actions for release branches (6d6c0f7)
- fix tests breaking due to not having a "debug-toolbar" extra anymore (cd621f5)
- make sure release-please create release PRs for release branches (c2d1a78)
3.0.1 (2023-06-17)
- inject filters/order at once to avoid one of them missing also removing the other one (84f540e), closes #243
- loosen errors for unions of django types when checking for filters/ordering (4a97839)
- fix a typo in the CHANGELOG (f54507e)
3.0.0 (2023-06-15)
- remove debug toolbar integration
- migrate relay to strawberry's implementation (#235)
- remove debug toolbar integration (463578a)
- add a "Migration guide" section explaining how to migrate from v2 to v3 (3a1acbb)
- add a note regarding debug-toolbar integration removal (051b585)
2.6.4 (2023-06-14)
2.6.3 (2023-06-14)
- pyright: fix pyright issues (abacca4)
2.6.2 (2023-06-07)
- do not try to merge fragments, they have no name (efa0cb4)
- deps: update dev dependencies (3ab7c91)
2.6.1 (2023-06-05)
- allow connections to be typed as unions (698b854), closes #223
- pass headers further on TestClient (39dc5ac), closes #224
2.6.0 (2023-06-01)
- add description to enums from django choices (#217) (4d640e7)
- use a type's get_queryset for Relay connections if it defines one (#215) (bb3af76)
2.5.0 (2023-05-29)
- fix django versioning on test actions (7c59081)
- fix LICENSE author (b3fa178)
- fix missing checkout version (147e41d)
- run mkdocs with poetry (7155e3a)
- deps: bump requests from 2.30.0 to 2.31.0 (f254a3b)
- deps: update dev dependencies (cbfd781)
- modernize CI/CD scripts and use release-please for releases (b6ec168)
- add bootstrap-sha for release-please (4a1a534)