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

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 22:48
06e90e1

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)