Skip to content

Latest commit

 

History

History
156 lines (75 loc) · 8.69 KB

CHANGELOG.md

File metadata and controls

156 lines (75 loc) · 8.69 KB

Changelog

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)

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)

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)

3.0.0 (2023-06-15)

⚠ 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 explaining how to migrate from v2 to v3 (3a1acbb)
  • add a note regarding debug-toolbar integration removal (051b585)

2.6.4 (2023-06-14)

Code Refactoring

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

2.6.3 (2023-06-14)

Miscellaneous

  • pyright: fix pyright issues (abacca4)

Code Refactoring

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

2.6.2 (2023-06-07)

Bug Fixes

  • do not try to merge fragments, they have no name (efa0cb4)

Documentation

Miscellaneous

  • deps: update dev dependencies (3ab7c91)

2.6.1 (2023-06-05)

Bug Fixes

  • allow connections to be typed as unions (698b854), closes #223
  • pass headers further on TestClient (39dc5ac), closes #224

Documentation

2.6.0 (2023-06-01)

Features

  • add description to enums from django choices (#217) (4d640e7)
  • use a type's get_queryset for Relay connections if it defines one (#215) (bb3af76)

2.5.0 (2023-05-29)

Features

  • expose __version__ on the package (de71277)
  • optimizer: support custom QS for prefetches (e7ae685)

Bug Fixes

  • fix django versioning on test actions (7c59081)
  • fix LICENSE author (b3fa178)
  • fix missing checkout version (147e41d)
  • run mkdocs with poetry (7155e3a)

Miscellaneous

  • deps: bump requests from 2.30.0 to 2.31.0 (f254a3b)
  • deps: update dev dependencies (cbfd781)
  • modernize CI/CD scripts and use release-please for releases (b6ec168)

Continuous Integration

  • add bootstrap-sha for release-please (4a1a534)