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

v2.6.2

07 Jun 16:15
46dc6d4
Compare
Choose a tag to compare

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)

v2.6.1

05 Jun 15:02
4066221
Compare
Choose a tag to compare

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

v2.6.0

01 Jun 15:40
2bec3b4
Compare
Choose a tag to compare

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)

Release 2.5.0

29 May 19:12
19ab9cf
Compare
Choose a tag to compare

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)

Release 2.4.2

22 May 16:40
cb31189
Compare
Choose a tag to compare

What's changed

  • fix: properly optimize nested fragments (#203)

Full Changelog: v2.4.1...v2.4.2

Release 2.4.1

19 May 15:09
3d005c0
Compare
Choose a tag to compare

What's Changed

  • fix: make sure the correct node type is passed on inheritance with other types/interfaces implementing Node

Full Changelog: v2.4...v2.4.1

Release 2.4

01 May 18:06
95c4561
Compare
Choose a tag to compare

What's changed

  • feat: add support for resolving auto fields for properties and cached_properties (#198)

Full Changelog: v2.3.2...v2.4

Release 2.3.2

26 Apr 14:19
f9d9f30
Compare
Choose a tag to compare

What's changed

  • fix: only format message with params if params is not empty (regression from c399008)

Full Changelog: v2.3.1...v2.3.2

Release 2.3.1

25 Apr 17:28
084d119
Compare
Choose a tag to compare

What's Changed

  • Replace error message formatting characters with parameters by @nExmond in #199

New Contributors

Full Changelog: v2.3.0...v2.3.1

Release 2.3.0

19 Apr 20:57
af55c4c
Compare
Choose a tag to compare

What's changed

  • feat: new GlobalID.aresolve_node to help resolving asynchronous nodes

Full Changelog: v2.2.0...v2.3.0