Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

This PR contains the following updates:

Package Change Age Confidence
strawberry-graphql-django ==0.47.1 -> ==0.70.1 age confidence

Release Notes

strawberry-graphql/strawberry-django (strawberry-graphql-django)

v0.70.1: Release 0.70.1

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.70.0...v0.70.1

v0.70.0: Release 0.70.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.69.0...v0.70.0

v0.69.0: Release 0.69.0

Compare Source

What's changed

  • feat: use prefetch_related for FK with nested annotations (a6b3f85)

Full Changelog: strawberry-graphql/strawberry-django@v0.68.0...v0.69.0

v0.68.0: Release 0.68.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.67.2...v0.68.0

v0.67.2: Release 0.67.2

Compare Source

What's changed

  • fix: fix wrong total_count when using distinct on m2m/o2m relationships (ff1f016)

Full Changelog: strawberry-graphql/strawberry-django@v0.67.1...v0.67.2

v0.67.1: Release 0.67.1

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.67.0...v0.67.1

v0.67.0: Release 0.67.0

Compare Source

What's Changed

Note: If you have a custom connection that defines a resolve_connection method, ensure that you have **kwargs in case you are not defining all possible keyword parameters.

Full Changelog: strawberry-graphql/strawberry-django@v0.66.2...v0.67.0

v0.66.2: Release 0.66.2

Compare Source

What's changed

  • fix: fix one extra broken future annotations with the new | syntax (cb9df84)

Full Changelog: strawberry-graphql/strawberry-django@v0.66.1...v0.66.2

v0.66.1: Release 0.66.1

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.66.0...v0.66.1

v0.66.0: Release 0.66.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.65.1...v0.66.0

v0.65.1: Release 0.65.1

Compare Source

What's changed

  • fix(field): prevent early ImportError on Field.type to break (a353b4f)

Full Changelog: strawberry-graphql/strawberry-django@v0.65.0...v0.65.1

v0.65.0: Release 0.65.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.64.0...v0.65.0

v0.64.0: Release 0.64.0

Compare Source

What's changed

  • feat: bump minimum Strawberry version to 0.276.2

Full Changelog: strawberry-graphql/strawberry-django@v0.63.0...v0.64.0

v0.63.0: Release 0.63.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.62.0...v0.63.0

v0.62.0: Release 0.62.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.61.0...v0.62.0

v0.61.0: Release 0.61.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.60.0...v0.61.0

v0.60.0: Release 0.60.0

Compare Source

What's Changed

  • fix(optimizer): Pass accurate "info" parameter to PrefetchCallable and AnnotateCallable by @​diesieben07 in #​742
  • feat: wrap resolvers in django_resolver(...) to ensure appropriate async/sync context by @​axieum in #​746

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.59.1...v0.60.0

v0.59.1: Release 0.59.1

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.59.0...v0.59.1

v0.59.0: Release 0.59.0

Compare Source

Highlights

This release brings some very interesting features, thanks to @​diesieben07 🍓

  • A new ordering type is now available, created using ⁠@​strawberry_django.order_type. This type uses a list for specifying ordering criteria instead of an object, making it easier and more flexible to apply multiple orderings, ensuring they will keep their order. Check the ordering docs for more info on how to use it
  • Support for "true" cursor-based pagination in connections, using the new DjangoCursorConnection type. Check the relay docs for more info on how to use it

Also, to maintain consistency across the codebase, we have renamed several classes and functions. The old names are still available for import and use, making this a non-breaking change, but they are marked as deprecated and will eventually be removed in the future. The renames are as follows:

  • ListConnectionWithTotalCount got renamed to DjangoListConnection
  • strawberry_django.filter got renamed to strawberry_django.filter_type

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.58.0...v0.59.0

v0.58.0: Release 0.58.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.57.1...v0.58.0

v0.57.1: Release 0.57.1

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.57.0...v0.57.1

v0.57.0: Release 0.57.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.56.0...v0.57.0

v0.56.0: Release 0.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.55.2...v0.56.0

v0.55.2: Release 0.55.2

Compare Source

What's Changed

  • Move django-tree-queries dependency to dev (it was wrongly added to main dependencies) (fec457e)

Full Changelog: strawberry-graphql/strawberry-django@v0.55.1...v0.55.2

v0.55.1: Release 0.55.1

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.55.0...v0.55.1

v0.55.0: Release 0.55.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.54.0...v0.55.0

v0.54.0: Release 0.54.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.53.3...v0.54.0

v0.53.3: Release 0.53.3

Compare Source

What's changed

  • fix(mutations): Make sure we skip refetch when the optimizer is disabled (06f62c7)

Full Changelog: strawberry-graphql/strawberry-django@v0.53.2...v0.53.3

v0.53.2: Release 0.53.2

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.53.1...v0.53.2

v0.53.1: Release 0.53.1

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.53.0...v0.53.1

v0.53.0: Release 0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.52.1...v0.53.0

v0.52.1: Release 0.52.1

Compare Source

What's Changed

  • fix(optimizer): Prevent issuing duplicated queries for certain uses of first() and get() by @​diesieben07 in #​675

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.52.0...v0.52.1

v0.52.0: Release 0.52.0

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.51.0...v0.52.0

v0.51.0: Release 0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.50.0...v0.51.0

v0.50.0: Release 0.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.49.1...v0.50.0

v0.49.1: Release 0.49.1

Compare Source

What's Changed

Full Changelog: strawberry-graphql/strawberry-django@v0.49.0...v0.49.1

v0.49.0: Release 0.49.0

Compare Source

What's Changed

  • feat: Official support for Python 3.13 and drop support for Python 3.8 which has reached EOL by @​bellini666 in #​643
  • Changed the recommended library for JWT Authentication in Django to strawberry-django-auth by @​pkrakesh in #​633

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.48.0...v0.49.0

v0.48.0: Release 0.48.0

Compare Source

What's Changed

  • Change default Relay input m2m types from ListInput[NodeInputPartial] to ListInput[NodeInput] by @​SupImDos in #​630
  • refactor: Remove guardian ObjectPermissionChecker monkey patch by @​bellini666 in #​631

Full Changelog: strawberry-graphql/strawberry-django@v0.47.2...v0.48.0

v0.47.2: Release 0.47.2

Compare Source

What's Changed

New Contributors

Full Changelog: strawberry-graphql/strawberry-django@v0.47.1...v0.47.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 90bbc18 to 599e7de Compare May 1, 2025 11:39
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.58.0 fix(deps): update dependency strawberry-graphql-django to v0.59.0 May 1, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch 2 times, most recently from 8272e17 to d441361 Compare May 6, 2025 12:28
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.59.0 fix(deps): update dependency strawberry-graphql-django to v0.59.1 May 6, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch 2 times, most recently from e54dc55 to d547cf4 Compare May 24, 2025 10:54
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.59.1 fix(deps): update dependency strawberry-graphql-django to v0.60.0 May 24, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from d547cf4 to 540644c Compare June 8, 2025 13:41
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.60.0 fix(deps): update dependency strawberry-graphql-django to v0.61.0 Jun 8, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 540644c to eeb07cf Compare June 16, 2025 20:30
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.61.0 fix(deps): update dependency strawberry-graphql-django to v0.62.0 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from eeb07cf to 663b022 Compare July 16, 2025 17:52
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.62.0 fix(deps): update dependency strawberry-graphql-django to v0.63.0 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 663b022 to 5b56e9c Compare July 19, 2025 14:01
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.63.0 fix(deps): update dependency strawberry-graphql-django to v0.64.0 Jul 19, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 5b56e9c to e0f1f20 Compare July 20, 2025 09:55
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.64.0 fix(deps): update dependency strawberry-graphql-django to v0.65.0 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from e0f1f20 to b9dde91 Compare July 26, 2025 14:52
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.65.0 fix(deps): update dependency strawberry-graphql-django to v0.65.1 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch 2 times, most recently from aa3542a to 3d8ef27 Compare August 13, 2025 17:38
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 3d8ef27 to bc664f0 Compare August 19, 2025 13:59
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.65.1 chore(deps): update dependency strawberry-graphql-django to v0.65.1 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from bc664f0 to 0b84557 Compare August 24, 2025 13:07
@renovate renovate bot changed the title chore(deps): update dependency strawberry-graphql-django to v0.65.1 fix(deps): update dependency strawberry-graphql-django to v0.65.1 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 0b84557 to 1c6a5a8 Compare August 31, 2025 10:06
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 1c6a5a8 to 531f767 Compare October 12, 2025 12:41
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.65.1 fix(deps): update dependency strawberry-graphql-django to v0.66.0 Oct 12, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 531f767 to 48d4706 Compare October 14, 2025 16:48
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.66.0 fix(deps): update dependency strawberry-graphql-django to v0.66.1 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 48d4706 to 43fdb43 Compare October 15, 2025 09:55
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.66.1 fix(deps): update dependency strawberry-graphql-django to v0.66.2 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 43fdb43 to 2ed3ea3 Compare October 18, 2025 13:53
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.66.2 fix(deps): update dependency strawberry-graphql-django to v0.67.0 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 2ed3ea3 to 1346efc Compare October 21, 2025 09:51
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 1346efc to f732d6b Compare November 10, 2025 19:59
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch 2 times, most recently from 6eafab1 to 9fa316b Compare November 22, 2025 13:59
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.67.0 fix(deps): update dependency strawberry-graphql-django to v0.67.1 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 9fa316b to aeacd0b Compare November 23, 2025 12:25
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.67.1 fix(deps): update dependency strawberry-graphql-django to v0.67.2 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from aeacd0b to 1080ba2 Compare December 4, 2025 02:48
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.67.2 fix(deps): update dependency strawberry-graphql-django to v0.68.0 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 1080ba2 to fbf8cc2 Compare December 6, 2025 18:06
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.68.0 fix(deps): update dependency strawberry-graphql-django to v0.69.0 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from fbf8cc2 to 743eeca Compare December 7, 2025 01:13
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.69.0 fix(deps): update dependency strawberry-graphql-django to v0.70.0 Dec 7, 2025
@renovate renovate bot force-pushed the renovate/strawberry-graphql-django-0.x branch from 743eeca to 101d7fe Compare December 8, 2025 23:13
@renovate renovate bot changed the title fix(deps): update dependency strawberry-graphql-django to v0.70.0 fix(deps): update dependency strawberry-graphql-django to v0.70.1 Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant