Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@MrThearMan MrThearMan released this 17 Mar 12:21
· 172 commits to main since this release

What's Changed

Features

  • Replace @required_annotations with AnnotatedField #77
  • Replace @required_fields and @required_relations with the field_name argument to RelatedField, DjangoListField, and DjangoConnectionField #77

Fixes

  • Fix nested many-to-many related relay connection fields returning duplicate values, as well as limiting not working correctly #80

Maintenance

  • Simplify caching functions
  • Add select related before prefetches in optimizer

Full Changelog: v0.3.5...v0.4.0