Skip to content

Bump strawberry-graphql[fastapi] from 0.215.2 to 0.216.0

Bumps strawberry-graphql[fastapi] from 0.215.2 to 0.216.0.

Release notes

Sourced from strawberry-graphql[fastapi]'s releases.

🍓 0.216.0

Override encode_json() method in Django BaseView to use DjangoJSONEncoder

Releases contributed by @​noamsto via #3273

🍓 0.215.3

Fixed the base view so it uses parse_json when loading parameters from the query string instead of json.loads.

Releases contributed by @​thearchitector via #3272

Changelog

Sourced from strawberry-graphql[fastapi]'s changelog.

0.216.0 - 2023-12-06

Override encode_json() method in Django BaseView to use DjangoJSONEncoder

Contributed by Noam Stolero via [PR #3273](strawberry-graphql/strawberry#3273)

0.215.3 - 2023-12-06

Fixed the base view so it uses parse_json when loading parameters from the query string instead of json.loads.

Contributed by Elias Gabriel via [PR #3272](strawberry-graphql/strawberry#3272)

Commits
  • 6b84220 Release 🍓 0.216.0
  • 75cb9ec Override encode_json() method in Django BaseView to use DjangoJSONEncoder (#3...
  • 3c7b57d Release 🍓 0.215.3
  • fdb87ec change: parse query params to use parse_json (#3272)
  • See full diff in compare view

Merge request reports