Skip to content

Releases: MrThearMan/graphene-django-query-optimizer

Release 0.10.5

19 Oct 06:50
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix more issues with race conditions in the prefetch hack

Full Changelog: v0.10.4...v0.10.5

Release 0.10.4

16 Oct 15:31
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fixes a race confition in reusing patch for the prefetch hack

Full Changelog: v0.10.3...v0.10.4

Release 0.10.3

09 Oct 15:22
Compare
Choose a tag to compare

What's Changed

Features

  • Support the Node interface on for queries

Full Changelog: v0.10.2...v0.10.3

Release 0.10.2

08 Oct 14:42
Compare
Choose a tag to compare

What's Changed

Features

  • Fix issue with paginating nested generic relations
  • Remove unnecessary custom FilterSet from library

Full Changelog: v0.10.1...v0.10.2

Release 0.10.1

04 Sep 17:33
Compare
Choose a tag to compare

What's Changed

Features

Automated


Full Changelog: v0.10.0...v0.10.1

Release 0.10.0

30 Aug 10:46
Compare
Choose a tag to compare

What's Changed

Features

  • Support for Django 5.1
  • Drop support for Python 3.9

Automated


Full Changelog: v0.9.0...v0.10.0

Release 0.9.0

23 Aug 15:56
Compare
Choose a tag to compare

What's Changed

Features

  • Change the DjangoListField default fields to None (from "all") by @farcepest in #137

Automated

  • Bump MrThearMan/CI from 0.4.11 to 0.4.12 in the github-actions-dependencies group by @dependabot in #122
  • Bump tox from 4.15.1 to 4.16.0 in the python-dependencies group by @dependabot in #123
  • Bump the python-dependencies group with 4 updates by @dependabot in #128
  • Bump the python-dependencies group with 4 updates by @dependabot in #130
  • Bump the python-dependencies group with 3 updates by @dependabot in #132
  • Bump the python-dependencies group with 3 updates by @dependabot in #134

New Contributors


Full Changelog: v0.8.5...v0.9.0

Release 0.8.5

04 Jul 04:34
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix an issue with filtering top-level queries with camelCased aliases.

Automated


Full Changelog: v0.8.4...v0.8.5

Release 0.8.4

26 Jun 17:19
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix swappable_by_subclassing behavior when passing args to swapped class __init__.

Automated


Full Changelog: v0.8.3...v0.8.4

Release 0.8.3

20 Jun 11:59
Compare
Choose a tag to compare

What's Changed

Fixes

  • Changed from v0.8.2 -> Add PaginationArgs to request instead of calculated slice.

Full Changelog: v0.8.2...v0.8.3