<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
Features
* Optimize nested connection fields by limiting prefetches with window functions 61
* Support filtering nested entities 62
* Make `DjangoConnectionField` accept both filtered and non-filtered ObjectTypes.
* Add `DjangoListField` that supports filtering with ObjectType filterset and filter_fields
* Add `RelatedField` for simplifying optimization for many-to-one and one-to-one relations
Maintenance
* Fix "_Having similar properties breaks required_fields_" 65
* Fix reverse one-to-one relation caching with missing reverse entity not working
* Add more robust testing models for all possible relations
* Refactor optimizer internal workings
Automated
* Bump the python-dependencies group with 1 update by dependabot in 64
**Full Changelog**: https://github.com/MrThearMan/graphene-django-query-optimizer/compare/v0.1.11...v0.2.0