Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Releases: blb-ventures/strawberry-django-plus

v3.1.1

07 Jul 14:06
f69553f
Compare
Choose a tag to compare

3.1.1 (2023-07-07)

Bug Fixes

Miscellaneous

  • deps: mark strawberry-graphql-django 0.10.0+ as not compatible (2ee73d7)

v2.6.6

07 Jul 14:06
f53b744
Compare
Choose a tag to compare

2.6.6 (2023-07-07)

Miscellaneous

  • deps: chore(deps): mark strawberry-graphql-django 0.10.0+ as not compatible (db5b636)

v3.1.0

05 Jul 14:49
27a4df1
Compare
Choose a tag to compare

3.1.0 (2023-07-05)

Warning

All the extra features provided by this lib were contributed and merged directly into the official strawberry-graphql-django lib, and development will continue there. Because of that, this lib is deprecated and the official integration should be used instead and development will continue there!

Check the migration guide for more information on how to migrate your code to it.

Features

  • mark this lib as deprecated and add a documentation on how to migrate to strawberry_django (ed52efe)

Bug Fixes

  • allow field_name to be passed for node and connections (dc587c7)
  • also support auto when checking for auto annotations (b5b0141)

v3.0.3

25 Jun 13:00
6804853
Compare
Choose a tag to compare

3.0.3 (2023-06-25)

Bug Fixes

  • missing return for the async resolver (f1dacec)

Code Refactoring

  • remove hard dependencies on contenttypes and auth framework (#250) (b9428b0)
  • simplify Node methods injection code (127124e)

v3.0.2

23 Jun 19:13
8878561
Compare
Choose a tag to compare

3.0.2 (2023-06-23)

Bug Fixes

  • fix a wrongly refactored code from previous commit (fb0de57)
  • fix class inherited fields not being evaluated correctly (15b2dd8), closes #247
  • pyright tests should also not install debug-toolbar extras (1f8600e)

Code Refactoring

  • support for strawberry 0.187.5+ (493a1ad)

Continuous Integration

  • also run release actions for release branches (6d6c0f7)
  • fix tests breaking due to not having a "debug-toolbar" extra anymore (cd621f5)
  • make sure release-please create release PRs for release branches (c2d1a78)

v2.6.5

23 Jun 17:38
99b1166
Compare
Choose a tag to compare

2.6.5 (2023-06-23)

Code Refactoring

  • support for strawberry 0.187.5+ (d1cec36)

v3.0.1

17 Jun 17:55
7dac18f
Compare
Choose a tag to compare

3.0.1 (2023-06-17)

Bug Fixes

  • inject filters/order at once to avoid one of them missing also removing the other one (84f540e), closes #243
  • loosen errors for unions of django types when checking for filters/ordering (4a97839)

Documentation

  • fix a typo in the CHANGELOG (f54507e)

v3.0.0

15 Jun 22:48
06e90e1
Compare
Choose a tag to compare

3.0.0 (2023-06-15)

This release contains a major refactor of the relay code. The original code was contributed to core strawberry and was removed from this repository. The django relay integration is now built on top of that official integration.

Check the migration guide for more information on how to migrate your code, and be sure to open an issue in case you find any strange behaviours or regressions.

⚠ BREAKING CHANGES

  • remove debug toolbar integration
  • migrate relay to strawberry's implementation (#235)

Features

  • remove debug toolbar integration (463578a)

Code Refactoring

  • migrate relay to strawberry's implementation (#235) (d55f199)

Documentation

  • add a "Migration guide" section explaning how to migrate from v2 to v3 (3a1acbb)
  • add a note regarding debug-toolbar integration removal (051b585)

v2.6.4

14 Jun 19:25
f4115b7
Compare
Choose a tag to compare

2.6.4 (2023-06-14)

Code Refactoring

  • fix assertionerror when registering copied generic types on schema directives (#238) (250da52)

v2.6.3

14 Jun 18:50
c0c374a
Compare
Choose a tag to compare

2.6.3 (2023-06-14)

Miscellaneous

  • pyright: fix pyright issues (abacca4)

Code Refactoring

  • use dataclass_transform from typing_extensions (#236) (47a194e)