Releases: blb-ventures/strawberry-django-plus
Releases · blb-ventures/strawberry-django-plus
v3.1.1
3.1.1 (2023-07-07)
Bug Fixes
Miscellaneous
- deps: mark strawberry-graphql-django 0.10.0+ as not compatible (2ee73d7)
v2.6.6
2.6.6 (2023-07-07)
Miscellaneous
- deps: chore(deps): mark strawberry-graphql-django 0.10.0+ as not compatible (db5b636)
v3.1.0
3.1.0 (2023-07-05)
Warning
All the extra features provided by this lib were contributed and merged directly into the official strawberry-graphql-django lib, and development will continue there. Because of that, this lib is deprecated and the official integration should be used instead and development will continue there!
Check the migration guide for more information on how to migrate your code to it.
Features
- mark this lib as deprecated and add a documentation on how to migrate to strawberry_django (ed52efe)
Bug Fixes
- allow
field_name
to be passed for node and connections (dc587c7)
- also support
auto
when checking for auto annotations (b5b0141)
v3.0.3
3.0.3 (2023-06-25)
Bug Fixes
- missing return for the async resolver (f1dacec)
Code Refactoring
- remove hard dependencies on contenttypes and auth framework (#250) (b9428b0)
- simplify Node methods injection code (127124e)
v3.0.2
3.0.2 (2023-06-23)
Bug Fixes
- 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)
Code Refactoring
- support for strawberry 0.187.5+ (493a1ad)
Continuous Integration
- 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)
v2.6.5
2.6.5 (2023-06-23)
Code Refactoring
- support for strawberry 0.187.5+ (d1cec36)
v3.0.1
3.0.1 (2023-06-17)
Bug Fixes
- 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)
Documentation
- fix a typo in the CHANGELOG (f54507e)
v3.0.0
3.0.0 (2023-06-15)
This release contains a major refactor of the relay code. The original code was contributed to core strawberry and was removed from this repository. The django relay integration is now built on top of that official integration.
Check the migration guide for more information on how to migrate your code, and be sure to open an issue in case you find any strange behaviours or regressions.
⚠ BREAKING CHANGES
- remove debug toolbar integration
- migrate relay to strawberry's implementation (#235)
Features
- remove debug toolbar integration (463578a)
Code Refactoring
- migrate relay to strawberry's implementation (#235) (d55f199)
Documentation
- add a "Migration guide" section explaning how to migrate from v2 to v3 (3a1acbb)
- add a note regarding debug-toolbar integration removal (051b585)
v2.6.4
2.6.4 (2023-06-14)
Code Refactoring
- fix assertionerror when registering copied generic types on schema directives (#238) (250da52)
v2.6.3
2.6.3 (2023-06-14)
Miscellaneous
- pyright: fix pyright issues (abacca4)
Code Refactoring
- use dataclass_transform from typing_extensions (#236) (47a194e)