Skip to content

Releases: MrThearMan/graphene-django-query-optimizer

Release 0.2.2

02 Mar 07:29
Compare
Choose a tag to compare

Fix bug in prefetch limiting when no explicit limit arguments are given #68

Full Changelog: v0.2.1...v0.2.2

Release 0.2.1

01 Mar 08:26
Compare
Choose a tag to compare
  • Add option to disable filtering for a field
  • Improve filtering setup
  • Add setting to override default filterset

Full Changelog: v0.2.0...v0.2.1

Release 0.2.0

27 Feb 17:06
Compare
Choose a tag to compare

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: v0.1.11...v0.2.0

Release 0.1.11

23 Feb 08:32
Compare
Choose a tag to compare

Release 0.1.10

22 Feb 09:49
Compare
Choose a tag to compare

Release 0.1.9

21 Feb 14:07
Compare
Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

Release 0.1.8

21 Feb 13:41
Compare
Choose a tag to compare

Full Changelog: v0.1.7...v0.1.8

Release 0.1.7

21 Feb 07:31
Compare
Choose a tag to compare

What's Changed

Added setting to skip optimization on error.

Automated

Full Changelog: v0.1.6...v0.1.7

Release 0.1.6

15 Feb 12:06
Compare
Choose a tag to compare

Full Changelog: v0.1.5...v0.1.6

Release 0.1.4

20 Jan 10:25
Compare
Choose a tag to compare

Fixes reverse one-to one resolver generation